Skip to content

feat: force statements to be inside functions

Arch de Noé requested to merge feat-main-function into main

This MR forces statements to be in a function. This way we can have a `main` function as required by the assignment.

It also prevent RISC-V translation if there were errors (prevents segfaults etc.)

Merge request reports