This website works better with JavaScript
Home
Explore
Help
Register
Sign In
publics
/
leodido__go-urn
Watch
0
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Fix: Tokenize whitespaces to avoid them
Leonardo Di Donato
8 years ago
parent
7324e15ab8
commit
3c008fa382
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
4
0
grammar/Urn.g4
+ 4
- 0
grammar/Urn.g4
View File
@@ -52,6 +52,10 @@ Hyphen
: '-'
;
+Whitespace
+ : ' '
+ ;
+
fragment URN
: [uU][rR][nN]
;