Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

lucydsl/liblucy

Repository files navigation

liblucy

liblucy is the core piece of Lucy the DSL. It contains the core compiler that is compiled to wasm for usage in JavaScript environments such as Node.js. It also includes the CLI compiler, lucyc.

Contributing

See the contributing page for information on how to build liblucy and the workflow for making changes.

License

BSD-2-Clause