roc/examples/cli/false-interpreter
2024-08-28 16:37:01 +02:00
..
examples Categorize FALSE interpreter as a CLI 2022-09-11 22:32:15 -06:00
platform Revert "Avoid defining unsized platform Tasks" 2024-08-28 16:37:01 +02:00
Context.roc Merge attempt 2024-08-19 23:34:05 -07:00
False.roc Merge branch 'main' into builtin-task 2024-08-19 23:42:47 -07:00
README.md Categorize FALSE interpreter as a CLI 2022-09-11 22:32:15 -06:00
Variable.roc New module header 2024-05-01 10:39:12 -03: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.