Clone the project
$ git clone https://github.com/soumyas98/Compiler.git
$ cd Compiler/parser
$ make
- Create a virtual environment
$ cd GA
$ python -m venv ./env
- Activate virtual environment
For command prompt
$ env/Scripts/activate.bat
For power shell
$ env/Scripts/Activate.ps1
- Install dependencies
$ pip install -r requirements.txt
- To run
$ python src/main.py
- To run the UI
$ cd ui
$ npm install
$ ng serve
You can now view the simulation here.