The LAST programming language, C implementation
c
calculus
esoteric
garbage-collector
implementation
interpreter
lambda
lambda-calculus
language
last
minimal
programming
reference-implementation
|
|
||
|---|---|---|
| .gitignore | update gitignore | |
| last-b.c | add sketch of the s-optimization algo port | |
| last.c | improve I/O | |
| LICENSE | init | |
| README.md | del extra dot | |
| run.sh | clean up a bit | |
| sopt.c | add sketch of the s-optimization algo port | |
last.c
C implementation of the LAST programming language as specified in the Introduction to the LAST programming language.
Featuring a simple reference-counting garbage collector.