Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Lines changed: 3 additions & 3 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /