roc/crates/cli/tests/test-projects/false-interpreter
2025-01-05 03:48:03 -08:00
..
examples refactoring progress, use valgrind on exe 2024-10-09 20:04:36 +02:00
platform Progress on updating entire compiler for snake_case 2025-01-05 03:48:03 -08:00
Context.roc Progress on updating entire compiler for snake_case 2025-01-05 03:48:03 -08:00
main.roc Progress on updating entire compiler for snake_case 2025-01-05 03:48:03 -08:00
README.md refactoring progress, use valgrind on exe 2024-10-09 20:04:36 +02:00
Variable.roc Progress on updating entire compiler for snake_case 2025-01-05 03:48:03 -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.