add declaration with function support

This commit is contained in:
2025-06-04 23:12:03 +01:00
parent 2bd0384060
commit 7b76b0d888
10 changed files with 125 additions and 17 deletions

View 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