Skip to content

A linqpad like tool for Python 3.14 with visually syntaxtree with nodes, symbols and trivia.

Notifications You must be signed in to change notification settings

stenbror/PythonLinqPad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A linqpad like tool for Python 3.14 with visually syntaxtree with nodes, symbols and trivia.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages