Skip to content

Commit 44c4e56

Browse files
committed
Merge pull request #142 from jmdavis/lex
Fix issue# 8403: ^^ and ^^= missing from lexical documentation.
2 parents 296f61a + 5351330 commit 44c4e56

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lex.dd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ $(GNAME EndOfLine):
9292
\u000D
9393
\u000A
9494
\u000D \u000A
95+
\u2028
96+
\u2029
9597
$(GLINK EndOfFile)
9698
)
9799

@@ -236,6 +238,8 @@ $(GNAME Token):
236238
$(B %=)
237239
$(B ^)
238240
$(B ^=)
241+
$(V2 $(B ^^))
242+
$(V2 $(B ^^=))
239243
$(B ~)
240244
$(B ~=)
241245
$(V2 $(B @))

0 commit comments

Comments
 (0)