https://github.com/stenbror/pythonlinqpad
A linqpad like tool for Python 3.14 with visually syntaxtree with nodes, symbols and trivia.
https://github.com/stenbror/pythonlinqpad
linqpad python roslyn
Last synced: 2 months ago
JSON representation
A linqpad like tool for Python 3.14 with visually syntaxtree with nodes, symbols and trivia.
- Host: GitHub
- URL: https://github.com/stenbror/pythonlinqpad
- Owner: stenbror
- Created: 2024-06-30T22:38:17.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-21T13:23:59.000Z (almost 2 years ago)
- Last Synced: 2025-03-11T20:19:26.787Z (over 1 year ago)
- Topics: linqpad, python, roslyn
- Language: C#
- Homepage:
- Size: 243 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PythonLinqPad
A LinqPad like tool with Roslyn like Python 3.14 Interpreter, that will visually show parse tree with nodes, symbols and trivia.
## Building and testing
- dotnet build
- dotnet test
Produces a single dll that can be used for Roslyn like analyzing of Python Source code with nodes, symbols and trivia. We are starting from
atom rule and moving upwards in expression parsing for now. This is early version and not able to parse much. Check Unittests for progress.