feat: add comment handling

This commit is contained in:
3lswear
2022-02-12 17:53:10 +03:00
parent 3f3d25d9c7
commit 7df10265e0
2 changed files with 33 additions and 3 deletions

View File

@@ -27,7 +27,9 @@ namespace config
OPEN_BRACKET,
CLOSE_BRACKET,
MAP_DECL,
MAPARRAY_DECL
MAPARRAY_DECL,
COMMENT,
NO_TOK
};
struct s_token