- May 05, 2011
-
-
ilor authored
-
Adam Wardynski authored
-
ilor authored
-
ilor authored
-
- May 04, 2011
-
-
Adam Wardynski authored
It didn't like passing reference to something that could be treated as a value.
-
Adam Wardynski authored
Variables is noncopyable but default copy constructor was apparently working in VS.
-
Adam Wardynski authored
Each subsequent rule was reusing variables object, which wasn't good. Parsing of sequences had to be changed not to end with semi, and it wasn't actually passing on lexicons in the first place.
-
- Apr 29, 2011
-
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Radziszewski authored
-
Adam Radziszewski authored
-
Adam Wardynski authored
-
- Apr 28, 2011
-
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
- Apr 27, 2011
- Apr 26, 2011
-
-
Adam Wardynski authored
It was looking for minimum value and Position::Nowhere is the smallest you can get value-wise (min_int). So if there was an empty Match in a vector, first_token for the vector would always end up returning Position::Nowhere, which was wrong (empty submatches should've been ignored and Position::Nowhere returned only if there were no non-empty alternatives).
-
Adam Wardynski authored
-
Paweł Kędzia authored
-
ilor authored
-
ilor authored
-
Paweł Kędzia authored
longest() and oneof() operator takes boost::shared_ptr<std::vector<boost::shared_ptr<ConjConditions> > >
-
Adam Wardynski authored
-
Adam Wardynski authored
So it's clear it's not about MatchRule at all.
-
ilor authored
-
- Apr 25, 2011
-
-
Adam Wardynski authored
Sort of a comeback of an old idea. It's either this, or adding a third parameter soon for lexicons. I went with this as this makes it easier to add yet another thing to toss around, if such need ever arises.
-
- Apr 22, 2011
-
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-