roc/examples/cli/false-interpreter
2024-02-11 12:26:36 -05:00
..
examples Categorize FALSE interpreter as a CLI 2022-09-11 22:32:15 -06:00
platform Stop using "rlib" 2024-01-16 22:36:10 -08:00
Context.roc Merge remote-tracking branch 'origin/main' into remove-nat 2024-02-11 12:26:36 -05:00
False.roc update to new interpolation syntax 2024-02-02 13:39:10 +01:00
README.md Categorize FALSE interpreter as a CLI 2022-09-11 22:32:15 -06:00
Variable.roc Update False interpreter to not use Nat 2024-01-26 16:06:07 -05:00

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.