almost finished type checks

This commit is contained in:
Partho
2025-04-29 21:59:37 -04:00
parent 2a8aa662a4
commit 58c41fd6a4
4 changed files with 47 additions and 21 deletions

View File

@ -55,3 +55,5 @@
#define RELEASE 614
// comments
#define COMMENT 700
//Additional tokens
#define ACCESS 801