Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kirang89/lbac
Repo for "Let's Build a Compiler" by Jack Crenshaw
https://github.com/kirang89/lbac
Last synced: 7 days ago
JSON representation
Repo for "Let's Build a Compiler" by Jack Crenshaw
- Host: GitHub
- URL: https://github.com/kirang89/lbac
- Owner: kirang89
- Created: 2015-02-09T22:21:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-04T21:25:11.000Z (over 9 years ago)
- Last Synced: 2024-04-16T18:23:09.000Z (7 months ago)
- Language: Pascal
- Size: 691 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#lbac (Let's Build a Compiler)
This repo contains the code I've written while reading "Let's Build a
Compiler" by Jack Crenshaw.I've translated the instructions for i386 architecture (Quite poorly
if I may say so). I've focused on experimenting rather than the
correctness for now. I may rewrite it later.This is merely an experimental and educational compiler and way to
simple for a productional one. It is fun however :)