Add support of octal integer literals

This commit is contained in:
Ilmir Usmanov
2014-10-13 17:45:20 +04:00
parent c33afca360
commit 8a517ab03e
6 changed files with 85 additions and 10 deletions
+1
View File
@@ -21,5 +21,6 @@
void parser_init (const char *, size_t, bool);
void parser_parse_program (void);
void parser_free (void);
bool parser_strict_mode (void);
#endif