roc/examples/cli/false-interpreter
2023-06-02 15:23:05 -07:00
..
examples Categorize FALSE interpreter as a CLI 2022-09-11 22:32:15 -06:00
platform remove all definitions of roc_memcpy 2023-06-02 15:23:05 -07:00
.gitignore Categorize FALSE interpreter as a CLI 2022-09-11 22:32:15 -06:00
Context.roc Warn on the presence of unnecessary wildcards in output positions 2022-10-31 09:38:20 -05:00
False.roc Merge pull request #4507 from roc-lang/alias-analysis-rc-recursion 2022-11-12 12:54:06 -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.