- Dec 03, 2010
-
-
Paweł Kędzia authored
-
- Dec 02, 2010
-
-
Adam Wardynski authored
It is called "flex" atm but it is subject to change.
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
It was trying to parse a position instead.
-
- Dec 01, 2010
-
-
Paweł Kędzia authored
-
- Nov 30, 2010
-
-
ilor authored
-
ilor authored
Add the tagset-symbol-getter operator (GetSymbols), bump required Corpus2 version to 1.0.2 since new features are needed.
-
ilor authored
-
ilor authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
-
Adam Wardynski authored
It is more intuitive that way, e.g. equal(2,3) is never true, equal(3,3) is always true. Nowhere is only equal to Nowhere, and Begin or End are equal to nonspecial positions depending on current position in the sentence context.
-
Paweł Kędzia authored
Added parentheses for all "general" operator rules (string_operator, bool_operator, symset_operator and position_operator).
-
- Nov 29, 2010
-
-
Paweł Kędzia authored
'unify the names of the rules').
-
rk authored
-
Adam Wardynski authored
-
Paweł Kędzia authored
-
Paweł Kędzia authored
-
ilor authored
-
ilor authored
-
ilor authored
-
ilor authored
-
Paweł Kędzia authored
-
Paweł Kędzia authored
-
Paweł Kędzia authored
-
Paweł Kędzia authored
-
ilor authored
-
ilor authored
-
Adam Radziszewski authored
-
ilor authored
* reset_values function to set all Values to their defaul-construct state * read-only access to all variables of some type via get_all<T> * Variables cloning * convenience functions: get_or_throw, get_value Value subtypes now contain a value_type typedef and require a const value_type& get_value() const member function.
-
ilor authored
use a stringstream in parse any, gather all exceptions so more useful info is displayed in case all rules fail Conflicts: libwccl/parser/Parser.cpp
-
ilor authored
-
ilor authored
-
ilor authored
-
- Nov 28, 2010
-
-
Adam Wardynski authored
This is how they do it on the web, really. It works as expected and matches any flavor of newline (Win, Unix, Mac) despite the ambiguity that "\n\r" can be matched by two subrules, in the end it will be properly matched just by one rule. Also, grammar can be k=2 for lexer.
-
Adam Wardynski authored
-
Adam Wardynski authored
-