go-parsing
Crafting Interpreters
go-parsing | Crafting Interpreters | |
---|---|---|
2 | 51 | |
4 | 9,082 | |
- | - | |
0.0 | 3.3 | |
about 2 years ago | 4 months ago | |
Go | HTML | |
MIT License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
go-parsing
- Do you recommend learning go for an interpreter project?
-
Pre-commit-Golang v1.0.0-beta.1 – Now with support for running custom go tools
Say you have a single git repo with half a dozen separate, standalone modules within it (a quick example being my go-parsing library)
Crafting Interpreters
-
Show HN: RasperDucky, an Implementation of DuckyScript3 for Raspberry Pico
[3]: https://github.com/munificent/craftinginterpreters
-
Resources for Amateur Compiler Writers
The best resource for any amateur compiler writer is Bob Noystrom's Crafting Interpreters:
https://www.craftinginterpreters.com/
It is well paced, well illustrated, and demonstrates a very simple recursive descent parser, avoiding all the junk typically foisted on students.
I cannot recommend the book highly enough, I use it in my compilers class.
-
Crafting Interpreters with Rust: On Garbage Collection
The license is here:
https://github.com/munificent/craftinginterpreters/blob/mast...
Though now that I look at it, I apparently completely forgot to specify how the images should be licensed. Oops.
It's not a big deal and I really appreciate you reading and writing about the book, but I would prefer to not have the images reused without attribution.
-
Crafting Interpreters
Lots of people have done implementations in other languages: https://github.com/munificent/craftinginterpreters/wiki/Lox-...
I did the first half in Clojure (in order to teach myself Clojure), worked just fine. I had to do a bit of translation but it's really not a lot.
-
Ask HN: Creating a language/runtime for fun, is this idea dumb or not
Dumb idea? No way. Actually, I'm currently reading Crafting Interpreters which is exactly this. It's free to read online, if you wanted to check it out: https://www.craftinginterpreters.com/
Super fun book.
-
The Top 10 GitHub Repositories Making Waves 🌊📊
Build an Interpreter (Chapter 14 on is written in C)
-
Writing a Debugger from Scratch: Breakpoints
I’m guessing you’ll have to work with the scopes in the resolver:
https://github.com/munificent/craftinginterpreters/blob/mast...
-
loxcraft: a compiler, language server, and online playground for the Lox programming language
Better open an issue/request wiki edit at https://github.com/munificent/craftinginterpreters/wiki/Lox-implementations
- Gigachad Ken Thomson.
What are some alternatives?
ivy - ivy, an APL-like calculator
git-internals-pdf - PDF on Git Internals
lisp - Toy Lisp 1.5 interpreter
You-Dont-Know-JS - A book series on JavaScript. @YDKJS on twitter.
pre-commit-golang - Pre-commit hooks for Golang with support for monorepos, the ability to pass arguments and environment variables to all hooks, and the ability to invoke custom go tools.
CppCoreGuidelines - The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
litter - Litter is a pretty printer library for Go data structures to aid in debugging and testing.
tinyrenderer - A brief computer graphics / rendering course
pyright-python - Python command line wrapper for pyright, a static type checker
paip-lisp - Lisp code for the textbook "Paradigms of Artificial Intelligence Programming"
30-days-of-elixir - A walk through the Elixir language in 30 exercises.
web-dev-golang-anti-textbook - Learn how to write webapps without a framework in Go.