Skip to content

Commit

Permalink
Path literals are now required to start with a // (to disambiguate)
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak committed Oct 6, 2011
1 parent 60e1c77 commit b471a6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion quirrel.xml
Expand Up @@ -28,10 +28,11 @@
<END>"</END>
</SPAN>

<SEQ_REGEXP TYPE="LITERAL1" HASH_CHAR="/" AT_WORD_START="TRUE">(/[a-zA-Z\-0-9]+)+</SEQ_REGEXP>
<SEQ_REGEXP TYPE="LITERAL1" HASH_CHAR="/" AT_WORD_START="TRUE">/(/[a-zA-Z\-0-9]+)+</SEQ_REGEXP>

<SEQ TYPE="NULL">:=</SEQ>
<SEQ TYPE="KEYWORD1">::</SEQ>
<SEQ TYPE="INVALID">//</SEQ>

<SPAN DELEGATE="OBJECT">
<BEGIN>{</BEGIN>
Expand Down

0 comments on commit b471a6f

Please sign in to comment.