This is an application that transpile basic Python code to Javascript code, using a lexical analyzer to tokenize and a syntactic analyzer to create an ast. It has different functions such as:
- Import python code
- Execute both codes (According to the direction of the arrow).
- Export output code (JS).
You need to have installed NodeJS
- Clone this repo to your own computer.
- Install all dependencies
npm install
- Run start.bat or open cmd in the current directory and write the following:
npm start
├── examples # (examples that translate correctly)