Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)