Skip to content

Commit

Permalink
FIX: allows colon in issue! values in compiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
dockimbel committed Jul 17, 2020
1 parent 7f2db9b commit 20418d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lexer.r
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ lexer: context [
)
]

issue-rule: [#"#" (type: issue!) s: symbol-rule]
issue-rule: [#"#" (type: issue!) s: any [symbol-rule | #":"] e:]

ref-rule: [(stop: [not-ref-char]) #"@" s: any UTF8-filtered-char e:]

Expand Down

0 comments on commit 20418d3

Please sign in to comment.