Why | Installation | Getting Started | Usage | Contributing | License
Going to be real, Calyxium exists because I needed a project impressive enough to skip some classes in my math degree.
Follow these steps to install and build Calyxium:
-
Install OCaml
Download and install OCaml from the official site
-
Clone the repository
git clone https://github.com/calyxium-lang/calyxium.git cd calyxium
-
Install the dependency
dune install menhir
-
Build the projrct
dune build --profile release
-
Install the project
dune install
Create a new Calyxium script with the .cx
extension. Here's a basic example:
print("Hello, world\n")
To run your script:
calyxium main.cx
For more detailed documentation, visit the official documentation
We welcome contributions! Whether it's a bug report, feature suggestion, or code contribution:
- File issues via the issue tracker
- For the repo and open a pull request
Please follow conventional commit and PR practices where possible.
Calyxium is licensed under the MIT License. See the LICENSE file for more details.