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

https://github.com/karitham/singe

compiler for monkey lang following the compiler book
https://github.com/karitham/singe

Last synced: over 1 year ago
JSON representation

compiler for monkey lang following the compiler book

Awesome Lists containing this project

README

          

# Singe

Me following the compiler book - *Thorsten Ball* and implementing the language.

I'm doing the lexing/parsing steps from scratch, so the task is a bit harder, but it sounds more fun like this.