https://github.com/stenbror/pythoncorekotlin
https://github.com/stenbror/pythoncorekotlin
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stenbror/pythoncorekotlin
- Owner: stenbror
- Created: 2022-02-11T23:42:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-18T23:23:44.000Z (over 4 years ago)
- Last Synced: 2025-12-27T10:03:09.989Z (6 months ago)
- Language: Kotlin
- Size: 195 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PythonCoreKotlin
This is the start of a Roslyn like parser / analyzer for Python 3.8 ( Soon 3.10 ) grammar. Parser is now undergoing UnitTest coverage to make sure it is parsing correctly. Next step will be the tokenizer.
Everything is written in Kotlin under Java for now, but might be native in the future.