Skip to content

Commit 5eaedcd

Browse files
rvanvelzenondrejmirtes
authored andcommitted
Improve abnf readability
1 parent 36177d5 commit 5eaedcd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/grammars/type.abnf

+3-3
Original file line numberDiff line numberDiff line change
@@ -180,13 +180,13 @@ TokenDoubleColon
180180
= "::" *ByteHorizontalWs
181181

182182
TokenThisVariable
183-
= %x24.74.68.69.73 *ByteHorizontalWs
183+
= %s"$this" *ByteHorizontalWs
184184

185185
TokenIs
186-
= %x69.73 1*ByteHorizontalWs
186+
= %s"is" 1*ByteHorizontalWs
187187

188188
TokenNot
189-
= %x6E.6F.74 1*ByteHorizontalWs
189+
= %s"not" 1*ByteHorizontalWs
190190

191191
TokenIdentifier
192192
= [ByteBackslash] ByteIdentifierFirst *ByteIdentifierSecond *(ByteBackslash ByteIdentifierFirst *ByteIdentifierSecond) *ByteHorizontalWs

0 commit comments

Comments
 (0)