mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-14 07:29:02 +03:00
8b58d5cbc7
This will simplify parsing and make it possible to have a uniform lexer for the language. Previously unquoted package names were allowed to include '-'s, which aren't valid identifiers. In the future, we'll distinguish local paths from packages in the package-manager by looking for a ".roc" suffix, which should only be present in local paths. |
||
---|---|---|
.. | ||
examples | ||
platform | ||
.gitignore | ||
Context.roc | ||
False.roc | ||
README.md | ||
Variable.roc |
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
.