add tokens datatype

This commit is contained in:
2026-05-05 16:32:25 +01:00
parent e0be1c7a3a
commit 152b7e9740
3 changed files with 72 additions and 5 deletions

View File

@@ -1,2 +1,3 @@
use "../dfa-gen/dfa-gen.sml";
use "scanner.sml"
use "token.sml";
use "scanner.sml";