Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation for the lambda calculus language #79

Closed
denismerigoux opened this issue Feb 12, 2021 · 0 comments
Closed

Documentation for the lambda calculus language #79

denismerigoux opened this issue Feb 12, 2021 · 0 comments
Labels
🔧 compiler Issue concerns the compiler 📘 documentation Improvements or additions to documentation

Comments

@denismerigoux
Copy link
Contributor

Similar to the other .mld files in the folders of each intermediate representation, the lambda calculus should have its own .mld and appear in the general documentation diagram :

{v
+---------------+
| |
| Surface AST |
| |
+---------------+
|
* Separate code from legislation |
* Remove syntactic sugars |
v
+---------------+
| |
| Desugared AST |
| |
+---------------+
|
* Build rule trees for each definition |
* Order variable computations inside scope |
v
+--------------------+
| |
| Scope language AST |
| |
+--------------------+
|
* Convert scopes into functions |
* Thunking of subscope arguments |
|
v
+----------------------+
| |
| Default calculus AST |
| |
+----------------------+ v}

@denismerigoux denismerigoux added 📘 documentation Improvements or additions to documentation 🔧 compiler Issue concerns the compiler labels Feb 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔧 compiler Issue concerns the compiler 📘 documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant