An open API service indexing awesome lists of open source software.

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

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