mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 16:51:53 +03:00
.. | ||
examples | ||
platform | ||
.gitignore | ||
Context.roc | ||
False.roc | ||
README.md | ||
Variable.roc |
False Interpreter
This is an interpreter for the false programming language.
It is currently functional but runs in a way that devours stack space.
There are many examples of applications in the examples sub folder.
Many of them will currently cause stack overflows if stack size is not increased with something like ulimit -s unlimited
.