Add sentinel node to parser.

This commit is contained in:
2025-09-30 07:35:05 +02:00
parent 9ec1b9cf82
commit 344d6b2d31
3 changed files with 65 additions and 59 deletions

View File

@@ -4,6 +4,7 @@
// [ ] Add a way to infer or get file path from a node
AST_Kind :: enum {
Invalid;
Program;
Function;
Return;