roc/crates/cli/tests/test-projects/false-interpreter
2024-10-11 20:54:31 +02:00
..
examples refactoring progress, use valgrind on exe 2024-10-09 20:04:36 +02:00
platform refactoring progress, use valgrind on exe 2024-10-09 20:04:36 +02:00
Context.roc refactoring progress, use valgrind on exe 2024-10-09 20:04:36 +02:00
main.roc cli tests refactoring progress 2024-10-11 20:54:31 +02:00
README.md refactoring progress, use valgrind on exe 2024-10-09 20:04:36 +02:00
Variable.roc refactoring progress, use valgrind on exe 2024-10-09 20:04:36 +02: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.