roc/examples/cli/false-interpreter
2024-08-29 19:04:06 -07:00
..
examples Categorize FALSE interpreter as a CLI 2022-09-11 22:32:15 -06:00
platform Fix discordant u8 and u64 types 2024-08-29 19:04:06 -07:00
Context.roc Merge attempt 2024-08-19 23:34:05 -07:00
False.roc Use HashMap to store false-interpreter files 2024-08-29 18:42:58 -07:00
README.md Categorize FALSE interpreter as a CLI 2022-09-11 22:32:15 -06:00
Variable.roc New module header 2024-05-01 10:39:12 -03: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.