more token types

This commit is contained in:
uan
2026-02-02 19:34:10 +01:00
parent 38504582ae
commit fbae7bc5d5
4 changed files with 99 additions and 24 deletions

3
test.one Normal file
View File

@@ -0,0 +1,3 @@
fn bool singledigit(int x) {
return x < 10;
}