Checkpoint what I'd previously been working on.

This commit is contained in:
2023-05-19 21:10:57 -07:00
parent 0358f224ae
commit 255e21f08a
6 changed files with 215 additions and 57 deletions

14
README.md Normal file
View File

@@ -0,0 +1,14 @@
I think we almost have enough of a parser to take another step.
- [x] import statement
- [x] def
- [x] simple decl
- [ ] type definition
- [ ] read files
- [ ] write tests
- [ ] symbolic execution
- [ ] compilation