.. | ||
include | ||
lib | ||
tests/provided | ||
.gitignore | ||
Errors.py | ||
Makefile | ||
MiniC.g4 | ||
MiniCC.py | ||
MiniCPPListener.py | ||
MiniCTypingVisitor.py | ||
README.md | ||
test_expect_pragma.py | ||
test_futures.py |
MiniC Compiler
LAB8 (Futures) CAP 2022-23
Authors
YOUR NAME HERE
Contents
TODO:
- Explain any design choices you may have made.
- Did you implement a bonus?
Howto
make run TESTFILE=tests/provided/test_fut0.c
: launch the compiler, then GCC and run a single file.
Test design
TODO: explain your tests.
Known bugs
TODO: bugs you could not fix (if any) and limitations.