Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
Core Lucy compiler
- Host: GitHub
- URL: https://github.com/lucydsl/liblucy
- Owner: lucydsl
- Archived: true
- Created: 2021-02-13T14:17:42.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-02T13:12:49.000Z (over 2 years ago)
- Last Synced: 2024-10-12T23:12:16.891Z (2 months ago)
- Topics: lucy, xstate
- Language: C
- Homepage: https://pkg.spooky.click/lucylang/
- Size: 338 KB
- Stars: 549
- Watchers: 10
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-list - liblucy
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