mirror of
https://github.com/LucasVbr/croissant.git
synced 2026-05-13 17:12:10 +00:00
9d3fa71e3495ee1c1d345865fc48107eade16002
Croissant 🥐
Custom programming language in french
Install
This project uses Dune as a build system. You can install it with the following command:
Install Dune with the following command:
opam install dune
Generate the .opam file with the following command if it doesn't exist:
dune build croissant.opam
Install the dependencies with the following command:
opam install . --deps-only
eval $(opam env)
Usage
Run the following commands to build and run the project:
dune build
echo "1 + 3;" | dune exec croissant
Run tests
dune test
Author(s) 👤
Show your support
Give a ⭐️ if this project helped you!
📝 License
Languages
OCaml
98%
Dune
2%