| Age | Commit message (Collapse) | Author |
|
Also, fixed a single instantiation violation into BoundLazyPair
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I'll leave this sit for a while, and come back to it after some thought
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
See comment in the constructor of LazyHolderSupplier for details.
|
|
|
|
|
|
|
|
|
|
Basically, you can now repeat a parenthesis to make new nesting levels.
For example, while ( still matches with ), (( will now only match with
)), so you have as many levels of nesting as you want, and won't get
confused about which closing paren matches which opening one
|
|
The main change is that they won't handle tokens that consist only
of the operator.
|
|
|
|
|