← Back to index
|
Original Bugzilla link
Bug 8403 – ^^ and ^^= missing from lex.html
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dlang.org
Product
D
Version
D2
Platform
All
OS
All
Creation time
2012-07-20T21:31:00Z
Last change time
2015-06-09T05:14:51Z
Assigned to
nobody
Creator
issues.dlang
Comments
Comment #0
by issues.dlang — 2012-07-20T21:31:12Z
http://dlang.org/expression.html
mentions ^^ and ^^=, and lexer.c in dmd definitely includes it, but lex.html does not in the definition of Token.
Comment #1
by issues.dlang — 2012-07-20T21:32:16Z
https://github.com/D-Programming-Language/d-programming-language.org/pull/142
Comment #2
by github-bugzilla — 2012-07-22T21:48:54Z
Commits pushed to master at
https://github.com/D-Programming-Language/d-programming-language.org
https://github.com/D-Programming-Language/d-programming-language.org/commit/6c5a176f5d603a2093e8dcc2a5aebb15aa25aed0
Fix issue# 8403: ^^ and ^^= missing from lexical documentation.
https://github.com/D-Programming-Language/d-programming-language.org/commit/44c4e5635ad9b9ee7d67a255e419d2a48dad773c
Merge pull request #142 from jmdavis/lex Fix issue# 8403: ^^ and ^^= missing from lexical documentation.