Commit Graph

8 Commits

Author SHA1 Message Date
9b11543396 Update readme.md 2024-04-22 02:06:46 -05:00
ee5dabb4f3 Conlang: Implement functions 1.0 (Resolves #12)
- [x] Call syntax
- [x] Function declaration syntax
TODO:
- [ ] Any form of type checking
- [ ] Static variable resolution
- [ ] Closures, etc.
2023-10-29 23:47:00 -05:00
2d1b6d82db Update readme 2023-10-22 18:41:10 -05:00
71f43d852a readme.md: Clarify goals 2023-10-16 23:01:09 -05:00
8d1107cb57 Conlang: Add a pretty printer for the AST 2023-10-16 22:51:07 -05:00
b89ed307a2 parser: Add recursive descent parser for AST. TODO: Error recovery and synchronization. 2023-10-16 22:50:15 -05:00
8eb1f46a65 Update readme.md 2023-10-16 22:32:06 -05:00
56b17dea3b readme.md: Create readme.md 2023-09-22 23:51:57 -05:00