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
- Host: GitHub
- URL: https://github.com/lucydsl/liblucy
- Owner: lucydsl
- Archived: true
- Created: 2021-02-13T14:17:42.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-02T13:12:49.000Z (almost 4 years ago)
- Last Synced: 2025-04-18T17:22:39.132Z (11 months ago)
- Topics: lucy, xstate
- Language: C
- Homepage: https://pkg.spooky.click/lucylang/
- Size: 338 KB
- Stars: 587
- Watchers: 10
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-github-repos - lucydsl/liblucy - Core Lucy compiler (C)
- 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