https://github.com/rmacklin/compilers_projects
Projects for my Compilers Class
https://github.com/rmacklin/compilers_projects
Last synced: about 1 year ago
JSON representation
Projects for my Compilers Class
- Host: GitHub
- URL: https://github.com/rmacklin/compilers_projects
- Owner: rmacklin
- Created: 2012-10-21T03:57:47.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-10-21T04:47:03.000Z (over 13 years ago)
- Last Synced: 2025-02-01T04:28:08.613Z (over 1 year ago)
- Language: C++
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Compilers Projects
------------------
These are the current projects for my compilers class
* Project 0: A Calculator From Scratch
> The goals of this project are to learn how to write a simple scanner
> and parser from scratch, to dispel the magic around parsing and
> scanning, and to develop a simple functioning calculator that, in
> addition to performing basic arithmetic operations, allows for data
> to be loaded from and stored to arbitrary memory addresses
* Project 1: [Coming Soon]