roc/crates/cli/tests/test-projects/false-interpreter
Jan 68e524e110
snake_case-ify all remaining camelCase names in hiding (#7561)
* Snake-case-ify def names in comments

* Snake-case-ify def names in strings

* Snake-case-ify ignored function parameters

* Snake-case-ify test script names, for consistency

* Update CI snapshot to match snake_case

* snake case correction

---------

Co-authored-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2025-02-05 16:05:03 +01:00
..
examples refactoring progress, use valgrind on exe 2024-10-09 20:04:36 +02:00
platform Upgrade hosted header in the style module header 2025-01-26 15:07:57 -08:00
Context.roc snake_case-ify all remaining camelCase names in hiding (#7561) 2025-02-05 16:05:03 +01:00
main.roc snake_case-ify all remaining camelCase names in hiding (#7561) 2025-02-05 16:05:03 +01:00
README.md refactoring progress, use valgrind on exe 2024-10-09 20:04:36 +02:00
Variable.roc Prefer and and or for boolean operators 2025-01-17 16:15:31 -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.