Skip to content

Commit

Permalink
Allow variables as external command (#127)
Browse files Browse the repository at this point in the history
This PR fixes this kind of parsing error:

<img width="608" alt="image"
src="https://github.com/user-attachments/assets/440629a6-daba-4262-ae47-17675ff70b8f">

Added 2 related test cases.
  • Loading branch information
blindFS authored Oct 31, 2024
1 parent 082a7c7 commit 1561a94
Show file tree
Hide file tree
Showing 5 changed files with 367,261 additions and 367,143 deletions.
2 changes: 2 additions & 0 deletions grammar.js
34 changes: 34 additions & 0 deletions src/grammar.json
4 changes: 4 additions & 0 deletions src/node-types.json
734,328 changes: 367,185 additions & 367,143 deletions src/parser.c
36 changes: 36 additions & 0 deletions test/corpus/pipe/commands.nu

0 comments on commit 1561a94

Please sign in to comment.