Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Part of bug [#1810].
|
|
Part of bug [#1810].
|
|
|
|
https://doc.rust-lang.org/reference.html#unicode-escapes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
unlimited levels.
|
|
Simplifies code by removing any precedence issues and is shorter.
|
|
an intervening line or changing its fold level by adding characters.
Add LevelNumber function to simplify expressions implmenting folding.
|
|
|
|
|
|
|
|
|
|
|
|
This prevents a later assertion failure.
|
|
|
|
|
|
|
|
CodeAssistor.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
characters.
|
|
|
|
|
|
|
|
|
|
|
|
Added ' and " detection as prefix chars for x repetition operator.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Double-diamond operator <<>>
Hexadecimal floating point literals
Repetition in list assignment
Added example file to the lexing tests and changed lexing tests to allow larger
files and to standardise on Unix line ends when testing these larger files to
avoid spurious failures.
|
|
|