Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deven96/welt

Creating a compiler and language from scratch using Golang to understand syntax trees, parsers, lexers, tokens, expressions, operators, precedence, binders and recursive walks
https://github.com/deven96/welt

compiler

Last synced: 2 days ago
JSON representation

Creating a compiler and language from scratch using Golang to understand syntax trees, parsers, lexers, tokens, expressions, operators, precedence, binders and recursive walks

Awesome Lists containing this project

README

        

# Welt

Testing out building a compiler and a language.... turns out a compiler is mostly about handling trees so this should be fun

Following my legend Immo Landwerth's [compiler course](https://www.youtube.com/playlist?list=PLRAdsfhKI4OWNOSfS7EUu5GRAVmze1t2y)