Minor cleanup
parent
c7464076ff
commit
73b803a1b0
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"cSpell.words": [
|
"cSpell.words": [
|
||||||
"autochurch",
|
"autochurch",
|
||||||
|
"Endnodes",
|
||||||
"freevar",
|
"freevar",
|
||||||
"mdel",
|
"mdel",
|
||||||
"onefile",
|
"onefile",
|
||||||
|
|
|
@ -83,6 +83,7 @@ Lamb treats each λ expression as a binary tree. Variable binding and reduction
|
||||||
- Cleanup warnings
|
- Cleanup warnings
|
||||||
- Preprocess method: bind, macros to free, etc
|
- Preprocess method: bind, macros to free, etc
|
||||||
- History queue
|
- History queue
|
||||||
|
- Truncate long expressions in warnings
|
||||||
|
|
||||||
|
|
||||||
## Todo:
|
## Todo:
|
||||||
|
|
Reference in New Issue