Fix couple of bugs show-opcodes: lexer should not dump lines, serializer must not rewrite a single opcode when dumping
This commit is contained in:
@@ -147,7 +147,7 @@ typedef struct
|
||||
} __packed
|
||||
token;
|
||||
|
||||
void lexer_init(const char *);
|
||||
void lexer_init(const char *, bool);
|
||||
void lexer_free (void);
|
||||
void lexer_run_first_pass( void);
|
||||
token lexer_next_token (void);
|
||||
|
||||
Reference in New Issue
Block a user