CAP/TPfutures/MiniC-futures
2024-12-09 13:00:58 +01:00
..
include tp futures 2024-12-09 13:00:58 +01:00
lib tp futures 2024-12-09 13:00:58 +01:00
tests/provided tp futures 2024-12-09 13:00:58 +01:00
.gitignore tp futures 2024-12-09 13:00:58 +01:00
Errors.py tp futures 2024-12-09 13:00:58 +01:00
Makefile tp futures 2024-12-09 13:00:58 +01:00
MiniC.g4 tp futures 2024-12-09 13:00:58 +01:00
MiniCC.py tp futures 2024-12-09 13:00:58 +01:00
MiniCPPListener.py tp futures 2024-12-09 13:00:58 +01:00
MiniCTypingVisitor.py tp futures 2024-12-09 13:00:58 +01:00
README.md tp futures 2024-12-09 13:00:58 +01:00
test_expect_pragma.py tp futures 2024-12-09 13:00:58 +01:00
test_futures.py tp futures 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.