mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 13:27:59 +03:00
feat: add comment handling
This commit is contained in:
@@ -27,7 +27,9 @@ namespace config
|
||||
OPEN_BRACKET,
|
||||
CLOSE_BRACKET,
|
||||
MAP_DECL,
|
||||
MAPARRAY_DECL
|
||||
MAPARRAY_DECL,
|
||||
COMMENT,
|
||||
NO_TOK
|
||||
};
|
||||
|
||||
struct s_token
|
||||
|
||||
Reference in New Issue
Block a user