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
- Host: GitHub
- URL: https://github.com/nushell/grammar
- Owner: nushell
- License: mit
- Created: 2022-09-20T18:49:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-21T07:45:32.000Z (almost 3 years ago)
- Last Synced: 2025-05-25T20:45:51.455Z (10 months ago)
- Language: Nushell
- Size: 64.5 KB
- Stars: 14
- Watchers: 12
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)