26 lines
393 B
Markdown
26 lines
393 B
Markdown
# 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.
|
|
|