An open API service indexing awesome lists of open source software.

https://github.com/lucydsl/liblucy

Core Lucy compiler
https://github.com/lucydsl/liblucy

lucy xstate

Last synced: 10 months ago
JSON representation

Core Lucy compiler

Awesome Lists containing this project

README

          

# liblucy

__liblucy__ is the core piece of [Lucy](https://lucylang.org/) 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](https://lucylang.org/docs/contributing/) for information on how to build liblucy and the workflow for making changes.

## License

BSD-2-Clause