roc/crates/cli/tests/test-projects/false-interpreter
2024-12-16 14:38:38 -08:00
..
examples refactoring progress, use valgrind on exe 2024-10-09 20:04:36 +02:00
platform deal with c abi annoyances 2024-12-16 14:38:38 -08:00
Context.roc update false platform to purity inference 2024-12-16 14:38:36 -08:00
main.roc remove stale comment 2024-12-16 14:38:37 -08:00
README.md refactoring progress, use valgrind on exe 2024-10-09 20:04:36 +02:00
Variable.roc misc false improvements 2024-12-16 14:38:36 -08: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.