mirror of
https://github.com/Book-reader/closures.c3l.git
synced 2026-03-31 01:30:09 +13:00
closures library for C3
- Python 68.4%
- Nix 31.6%
| example | ||
| .gitignore | ||
| closure.c3 | ||
| flake.lock | ||
| flake.nix | ||
| generated.c3 | ||
| generator.py | ||
| LICENSE | ||
| manifest.json | ||
| README.md | ||
Explicitly capturing Closures in C3
See example/main.c3 for an example of usage and the doc comments in closure.c3 for a more detailed explanation of usage.
There is a limit of 20 total parameters that can be increased by modifying the python file generator.py