Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 394 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 394 Bytes

grammar

Working on simplifications of Nushell's grammar towards better parse-ability

Note: this grammar also includes some experimental syntax changes we're considering for future Nushell releases

Try it out

  1. Paste grammar to https://pest.rs/#editor
  2. Select your starting point in the drop-down menu (e.g., "program")
  3. Type your code and see the parsed abstract syntax tree (AST)