https://github.com/boehnen/cst320-compiler-methods
CST 320
https://github.com/boehnen/cst320-compiler-methods
Last synced: 2 months ago
JSON representation
CST 320
- Host: GitHub
- URL: https://github.com/boehnen/cst320-compiler-methods
- Owner: boehnen
- Created: 2020-01-09T21:58:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-10T15:24:03.000Z (about 4 years ago)
- Last Synced: 2025-01-19T21:58:03.814Z (over 1 year ago)
- Language: C++
- Size: 5.3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CST 320 Compiler Methods
### This is a repository of my lab submissions for CST 320 at Oregon Tech
- Class: CST 320 Compiler Methods
- Prof: Dr. Phil Howard
- Year: 2020
- Term: Winter
### Class Description
Basic concepts of compiler design and operation. Topics include lexical and syntactical analysis, parsing, translation, data flow analysis and code generation, and implementation of a small compiler.