2024-07-03 00:18:17 +02:00
2024-07-02 18:17:20 +02:00
2024-07-02 15:33:58 +02:00
2024-07-02 15:33:58 +02:00
2024-07-02 18:17:20 +02:00
2024-07-01 13:57:23 +02:00
2024-07-02 18:17:32 +02:00

Croissant 🥐

Version License: MIT

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

Copyright © 2024 LucasVbr.
This project is MIT licensed.

S
Description
No description provided
Readme MIT 77 KiB
Languages
OCaml 98%
Dune 2%