roc/crates/cli/tests/false-interpreter
2024-09-03 20:35:39 +10:00
..
examples move false interpreter into cli tests 2024-08-16 14:50:55 +10:00
platform Merge remote-tracking branch 'remote/main' into rebuild-platform 2024-09-03 20:35:39 +10:00
Context.roc Merge remote-tracking branch 'remote/main' into rebuild-platform 2024-09-03 20:35:39 +10:00
False.roc Merge remote-tracking branch 'remote/main' into rebuild-platform 2024-09-03 20:35:39 +10:00
README.md move false interpreter into cli tests 2024-08-16 14:50:55 +10:00
Variable.roc move false interpreter into cli tests 2024-08-16 14:50:55 +10: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.