Add savings bytecode in memory on target

This commit is contained in:
Ilmir Usmanov
2014-07-25 12:37:29 +04:00
parent 518ff9a864
commit c9c26251a4
8 changed files with 168 additions and 23 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ void lexer_dump_buffer_state (void);
uint8_t lexer_get_strings (const char **);
uint8_t lexer_get_reserved_ids_count (void);
const char *lexer_get_string_by_id (uint8_t);
uint8_t lexer_get_nums (int *);
uint8_t lexer_get_nums (int32_t *);
void lexer_adjust_num_ids (void);
#endif