feat: reorder

This commit is contained in:
Yarmo Mackenbach 2024-08-12 10:50:36 +02:00
parent 72737335de
commit 0fc0a098b4
No known key found for this signature in database
GPG key ID: 2B71CD64664999B6

View file

@ -80,6 +80,11 @@ WS
: [ \r\n\t]+ -> skip
;
TEXT
: TEXTHEAD TEXTBODY*
;
INT
: DIGIT+
;
@ -88,10 +93,6 @@ fragment DIGIT
: [0-9]
;
TEXT
: TEXTHEAD TEXTBODY*
;
fragment TEXTHEAD
: [a-zA-Z]
;