×
Developed using the PA1 stater code for CSE231.
Uses ChocoPy as the reference standard.
Compiler currently supports:
- Classes (no-inheritance)
- Strings (len, slices including negative indices and steps)
- 32-bit integers
- Non-nested functions
- Comments 🙃
- Booleans
- REPL
- String iterators
Written over the course of Winter 2021 by Suyash Mahar.