Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 558 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 558 Bytes

hulk-compiler

Python-based compiler for the HULK programming language, featuring semantic analysis and C code generation capabilities.

Execution

Follow these steps to run the project:

  1. Ensure Python 3 is installed (python --version).

  2. Clone the repository.

  3. Navigate to the project directory.

  4. To run the project, either:

    • Run the main program, providing the input file as an argument:

      python -m src.main main.hulk
    • Run the tests, with the command:

      python -m tests.main