roc/examples/cli/false-interpreter
2022-09-24 20:14:59 +02:00
..
examples Categorize FALSE interpreter as a CLI 2022-09-11 22:32:15 -06:00
platform cli_run test fixes 2022-09-24 20:14:59 +02:00
.gitignore Categorize FALSE interpreter as a CLI 2022-09-11 22:32:15 -06:00
Context.roc Merge branch 'main' of github.com:roc-lang/roc into simplify_examples 2022-09-24 16:49:50 +02:00
False.roc Categorize FALSE interpreter as a CLI 2022-09-11 22:32:15 -06:00
README.md Categorize FALSE interpreter as a CLI 2022-09-11 22:32:15 -06:00
Variable.roc Categorize FALSE interpreter as a CLI 2022-09-11 22:32:15 -06: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.