mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-05 12:48:01 +00:00
![]() * Snake-case-ify def names in comments * Snake-case-ify def names in strings * Snake-case-ify ignored function parameters * Snake-case-ify test script names, for consistency * Update CI snapshot to match snake_case * snake case correction --------- Co-authored-by: Anton-4 <17049058+Anton-4@users.noreply.github.com> |
||
---|---|---|
.. | ||
examples | ||
platform | ||
Context.roc | ||
main.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
.