Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anachan01h/dragons-book
- Owner: anachan01h
- License: mpl-2.0
- Created: 2023-10-13T22:21:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-13T22:26:15.000Z (about 1 year ago)
- Last Synced: 2023-11-30T07:24:25.607Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.