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

https://github.com/nushell/grammar

Working on simplifications of Nushell's grammar towards better parse-ability
https://github.com/nushell/grammar

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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)