uibk_703602-Compiler-Constr.../example_input.md
2019-01-05 14:57:14 +01:00

583 B

Example Input

Some example inputs for the compiler are already provided. These examples are to be used as integration tests.

Your initial task is to create another example which may be added to the set.

Try to use as many features of the mC language as possible. The example may read form stdin and write to stdout using the built-in functions.

Provide an .stdin.txt and .stdout.txt for verification purposes.

The getting started code-base provides a stub for the mC compiler. It converts mC to C and compiles it using GCC.

See Submission Guideline.