roc/examples/false-interpreter
Folkert de Vries af15055c95
Merge pull request #2641 from rtfeldman/DecRepl
Display Dec in REPL
2022-03-07 16:17:06 +01:00
..
examples Remove accidental trailing spaces 2022-01-18 22:25:46 -07:00
platform Make RocDecs display properly in webrepl. 2022-03-06 11:52:25 -05:00
.gitignore Add false lang interpreter example 2021-09-29 16:01:54 -07:00
Context.roc Update example files 2022-03-05 22:32:34 +00:00
False.roc use Task.loop in False 2022-01-26 19:59:50 +01:00
README.md Add readme to false interpreter 2021-10-19 11:15:37 -07:00
Variable.roc Remove redundant space in aliases 2021-12-21 18:16:58 -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.