Skip to content

Python interpreter that uses a recursive descent parser to tokenize and process a corpus containing python code

Notifications You must be signed in to change notification settings

dturnover/Python-Interpreter

Repository files navigation

Python Interpreter

Python interpreter that uses a recursive descent parser to tokenize and process a corpus containing python code.

Installation

  1. Clone the repo
    git clone https://github.com/dturnover/Python-Interpreter/

Usage

The resulting executable from the makefile is statement.x. An input file should be a .txt containing python code (I included a sample input file). To run the interpreter: ./statement.x an_input_file.txt

Variables for ints, doubles, strings and booleans are supported For loops, if/else statements, print statemtents, and arithmetic expressions are supported Functions are not supported print statements are of the form: print [testlist]

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Desmond Turner - desmondegt@gmail.com

About

Python interpreter that uses a recursive descent parser to tokenize and process a corpus containing python code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published