https://github.com/jdk2pq/compilers
Homework and projects for CS4620 - Compilers
https://github.com/jdk2pq/compilers
Last synced: 5 months ago
JSON representation
Homework and projects for CS4620 - Compilers
- Host: GitHub
- URL: https://github.com/jdk2pq/compilers
- Owner: jdk2pq
- Created: 2013-08-29T03:33:27.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-04T22:56:43.000Z (about 12 years ago)
- Last Synced: 2025-07-15T13:20:47.296Z (6 months ago)
- Language: C
- Size: 311 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
compilers
=========
Homework and projects for CS4620 - Compilers
D5
-------------
To see my tests run for Alex Hutcheson's (amh4bm) D4 assignment:
```
cd compilers/jdk2pq/D5/compilers/amh4bm/src/
```
```
make turtle
```
```
make tests_jdk2pq
```
All tests will produce a syntax errors. All tests can be found in
```
compilers/jdk2pq/tests/D5_tests/
```