goal-controller
FAQ
How to execute this repo?
Alternative 1: VScode integrated environment (Recommended)
- Open the repo on a new VSCode window
- Make sure you have docker installed
- Install the devcontainer extension, more info about it here
- A dialog will ask you to reopen the repo in a container, accept it and wait for the build to finish
- Once inside the dev container environment, hit
make exec
in the terminal to exec the translator
Alternative 2: Run manually from any terminal
- install antlr4 by running:
pip install antlr4-tools
- run
make exec
in the project's root