Skip to content

Kaprino v1.3.0

Latest
Compare
Choose a tag to compare
@caphosra caphosra released this 16 Jul 02:59
· 171 commits to master since this release

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