add declaration with function support
This commit is contained in:
10
src/parser/literals/literals.h
Normal file
10
src/parser/literals/literals.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef LITERALS_H
|
||||
#define LITERALS_H
|
||||
#include "../parser.h"
|
||||
|
||||
ParsedValue * parse_true();
|
||||
ParsedValue * parse_false();
|
||||
ParsedValue * parse_null();
|
||||
|
||||
|
||||
#endif // LITERALS_H
|
||||
Reference in New Issue
Block a user