2
2
Fork
You've already forked last.c
0
The LAST programming language, C implementation
  • C 99.8%
  • Shell 0.2%
Find a file
2023年11月28日 02:35:35 +01:00
.gitignore update gitignore 2023年07月19日 18:59:44 +02:00
last-b.c add sketch of the s-optimization algo port 2023年07月19日 18:59:23 +02:00
last.c improve I/O 2023年11月28日 02:35:35 +01:00
LICENSE init 2023年07月18日 19:20:32 +02:00
README.md del extra dot 2023年07月18日 19:26:24 +02:00
run.sh clean up a bit 2023年07月19日 18:25:26 +02:00
sopt.c add sketch of the s-optimization algo port 2023年07月19日 18:59:23 +02:00

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.

See also