This is first ever release of ccl.
It's a working release for only 2 languages:
- Golang
- GDScript
If you want to generate code for any of these two languages, feel free to use this release.
As you know, this is not the final product, the parser is not using the lexer yet (it just uses regex as a temporary solution to parse models), but it does work! It has been tested in several of my own projects.
We are already working on the new version of ccl which can generate code for wider range of programming languages and (hopefully) will use its own parser implementation.
Thanks a lot for following The Common Code Language's development!