Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shreyasminocha/iloc-frontend-tests
Test blocks for lab 1 (compiler frontend) of COMP 412 at Rice University
https://github.com/shreyasminocha/iloc-frontend-tests
Last synced: about 1 month ago
JSON representation
Test blocks for lab 1 (compiler frontend) of COMP 412 at Rice University
- Host: GitHub
- URL: https://github.com/shreyasminocha/iloc-frontend-tests
- Owner: shreyasminocha
- Created: 2023-09-07T20:22:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-10T15:54:35.000Z (over 1 year ago)
- Last Synced: 2024-10-14T12:14:04.450Z (3 months ago)
- Language: Assembly
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ILOC Frontend Tests
Test blocks for lab 1 of COMP 412 at Rice University. Extracted from my unit tests.
See [`ref-stderr/`](./ref-stderr/) for the stderr outputs of the reference solution (version "COMP 412, Fall 2020, Front End (lab1_ref)").
```sh
cd blocks
for block in *.i
~comp412/students/lab1/lab1_ref -p $block 2> ../ref-stderr/$block.out
end
```## License
[CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/legalcode)