Pre-built binaries 💾
New things 🎉
- Implement ClassStatement, in other words, we can write a code with Object-Oriented thinking!
- Implement AccessExprVisitor
- Allow let statements which has no assignment
- Implement AccessAssigneeVisitor and raise its priority
- Improve allocations on function calls
- Implement KaprinoErrorListener
- Implement CodeGenerator instead of kprc main.
- Support to run it on macOS
Fixes 🔨
- Move the code generation systems from kprc to kgen
- Fix #78
Deletion 💣
- Delete
cmake/cpp-files.py
- Delete
interp/test.py
Docker image 🐳
You can use a docker image by using the following command.
docker run --rm -it kaprino/kaprino:v1.3.0