Skip to content

Vishnu44d/compiler_parser_GUI

Repository files navigation

Compiler (Development and Visualization of Compiler element)

A GUI to interact and use the compiler component

Setup instructions

Server

  • Step 1 (optional but recommended)

    Create a python virtual environment by using virtualenv or conda (Requires python 3.6)

    conda create -n environment python3.6

    or

    python -m virtualenv environment && cd environment

    then

.\Scripts\activate
  • Step 2

    Clone this repo

    git clone https://github.com/Vishnu44d/compiler_parser_GUI && cd compiler_parser_GUI
  • Step 3

    Install dependencies

    pip install -r requirements.txt
  • Step 4

    • running the server
        python -m brython --server --port 8090
  • Step 5