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

https://github.com/thomasdziedzic/lambda_calculus


https://github.com/thomasdziedzic/lambda_calculus

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# regenerating the grammar

```
cd src/grammar && antlr4 -Dlanguage=Rust -visitor LambdaCalculus.g4
```