Generate bytecode while parsing

This commit is contained in:
Ilmir Usmanov
2014-07-22 20:49:51 +04:00
parent 9a0b54313d
commit efb7009cfb
16 changed files with 1882 additions and 3281 deletions
+2
View File
@@ -22,4 +22,6 @@ void serializer_init (void);
void serializer_dump_data (const void *, size_t);
void serializer_rewrite_data (const int8_t, const void *, size_t);
#endif // SERIALIZER_H