https://github.com/vmorganp/pyproject
Programming languages final project
https://github.com/vmorganp/pyproject
Last synced: 7 months ago
JSON representation
Programming languages final project
- Host: GitHub
- URL: https://github.com/vmorganp/pyproject
- Owner: vmorganp
- Created: 2019-04-04T00:37:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-29T23:27:58.000Z (over 6 years ago)
- Last Synced: 2025-01-07T09:37:01.196Z (9 months ago)
- Language: Java
- Size: 86.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python3 Interpreter in Java
This is the repository for Mathias Ham, Morgan Patterson, and Micheal Walburn's final programming languages project.### Features
- basic math
- for loops
- functions
- return statments
- recursion
- recursion
- if else logic
- variable comparison
- variables
- nested structures
- reading from files(not full python functionality, but it works)