Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/deven96/welt
- Owner: deven96
- Created: 2022-12-30T12:15:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-04T03:35:21.000Z (about 2 years ago)
- Last Synced: 2025-02-06T20:33:34.395Z (8 days ago)
- Topics: compiler
- Language: Go
- Homepage:
- Size: 55.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)