CAP/TPfutures/MiniC-futures/README.md

26 lines
393 B
Markdown
Raw Normal View History

2024-12-09 13:00:58 +01:00
# 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.