-
After some discussions in #956, #964 and it has become apparent that there is a need to catch the result of the testing part.
Currently there are 2 possibility that are considered:
```javascript
…
-
Has anyone successfully compiled to Windows? If so, what would be the process? Any help would be appreciated.
TIA
-
Is it suitable for any serious project?
The guide [Introduction](https://buzz-lang.dev/guide/) chapter says it **started** as a toy language:
> Buzz is a small/lightweight statically typed scripti…
-
I'm currently chipping away at this awesome book during my pat leave (very slowly as you can imagine!).
A couple of new Java features have meant that I haven't had to use the tools directory which …
-
Implement a Lox Interpreter in Java (jLox), along the description of [Crafting Interpreters](https://craftinginterpreters.com) ([A Tree-Walk Interpreter](https://craftinginterpreters.com/a-tree-walk-i…
-
# Moved to GitLab
Please continue to the new version of this issue here: https://gitlab.perlang.org/perlang/perlang/-/issues/66. The GitHub page you are currently reading will not contain the lates…
-
As the time of writing, polkadot validation function execution is performed using the same executor that is used for executing Substrate runtimes. Substrate executor doesn't guarantee non-determinism …
-
Hey,
Do you have some opinion about the [Crafting Interpreter from Robert Nystrom](https://craftinginterpreters.com/) book?
I'm looking for a book to help me with the compiler implementation in this…
-
Hi
You inspired me to read crafting interpreters and write my own programming language. Since rust is also my implementation language of choice I'm able to take plagiaristic amounts of inspiration …
-
### Roadmap URL
https://roadmap.sh/computer-science
### Suggestions
Hey
I feel like most CS curricula include something about formal grammars, parsers and compilers. I feel like we all end up do…