Skip to content

Commit

Permalink
Merge pull request #547 from tidalcycles/fix-mini-whitespace
Browse files Browse the repository at this point in the history
fix: allow whitespace at the end of a mini pattern
  • Loading branch information
felixroos committed Mar 29, 2023
2 parents 98b6c11 + a9811ee commit 0f74b5a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions packages/mini/krill-parser.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/mini/krill.pegjs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ polymeter_stack = head:sequence tail:stack_tail?
// Experimental haskellish parser begins

// mini-notation = a quoted stack
mini = ws quote sc:stack_or_choose quote
mini = ws quote ws sc:stack_or_choose ws quote
{ return sc; }

// ------------------ operators ---------------------------
Expand Down

0 comments on commit 0f74b5a

Please sign in to comment.