dotnet / interactive

.NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.
MIT License
2.8k stars 374 forks source link

Parsing restructuring #3530

Closed bleaphar closed 2 months ago

bleaphar commented 2 months ago

Change to the parser to search for significant tokens and parsing request separators before parsing requests. In the event of additional whitespaces tokens, they are attached to the root node instead of creating a null request node