https://github.com/stenbror/tiny-python
https://github.com/stenbror/tiny-python
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stenbror/tiny-python
- Owner: stenbror
- Created: 2023-09-09T18:06:02.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-09T20:18:02.000Z (almost 3 years ago)
- Last Synced: 2025-01-18T07:13:06.461Z (over 1 year ago)
- Language: Rust
- Size: 1.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tiny-python
A minimalistic implementation of Python 3.11 in Rust started with creating the lexical analyzer and parser module with tests.