https://github.com/stenbror/pythoncorenext
Python 3.11 or higher written in C# with Roslyn like parser
https://github.com/stenbror/pythoncorenext
Last synced: 11 months ago
JSON representation
Python 3.11 or higher written in C# with Roslyn like parser
- Host: GitHub
- URL: https://github.com/stenbror/pythoncorenext
- Owner: stenbror
- Created: 2023-01-12T20:26:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T20:31:12.000Z (over 3 years ago)
- Last Synced: 2025-01-18T07:13:07.122Z (over 1 year ago)
- Language: C#
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PythonCoreNext
This will be a C# implementation of Python 3.11 or higher system with a Roslyn like parser.
Just a research project for myself for now. More info to come.
## Build
- dotnet build
- dotnet run --project PythonCore
- dotnet test