Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anachan01h/dragons-book

My studies of the Dragon's Book
https://github.com/anachan01h/dragons-book

Last synced: 4 days ago
JSON representation

My studies of the Dragon's Book

Awesome Lists containing this project

README

        

# My Studies of the Dragon's Book

Some codes I wrote while studying the Dragon's Book. My focus is not on learning how to create compilers, but rather on how to interpret formal languages (especially logical languages) on the computer.

### postfix-num

A REPL that parses numerical expressions and transforms them into their postfix form.