Initial commit

- Implemented basic lexer
- No spans implemented yet
- No real error handling yet
This commit is contained in:
2021-12-23 16:48:49 +01:00
commit f2a00e6560
9 changed files with 573 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
/target