update to ast_kinds and token kinds

This commit is contained in:
2024-10-19 15:16:28 -04:00
parent e951b72b81
commit 2a64d3f5ce
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
Invalid, "Invalid"
EOF, "EOF"
Comment, "Comment"
FileTag, "FileTag"
_LiteralBegin, " "
Ident, "identifier"
1 Invalid Invalid
2 EOF EOF
3 Comment Comment
4 FileTag FileTag
5 _LiteralBegin
6 Ident identifier
7 Integer integer