Skip to content
Snippets Groups Projects
Select Git revision
  • develop
  • fix-words-ann
  • master default protected
  • wccl-rules-migration
4 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.021Apr2019181716141298754121Mar1814119743228Feb2524221615141110942131Jan13121120Dec171614109876432130Nov29282625242221201918171615141311109864330Oct28Getting submatch from a match via "->" operator.fix gcc compile error (cannot call foo(&v) with v)fix crashes in markmatch / unmarkmatch caused by taking a reference to a shared pointer instead of just making a copy, and a typomissing include in matchrule.htoken condition match (L0 predicate wrappers) in grammarmake the parser parse match operator rules as MatchRules, fix wccl-match to work with thatadd nonconst MatchData getter in Matchadd an assert in ActionExecContext ctorMerge branch 'wccl-apps-refactor'MatchRule, API level class to use match rules.add wccl-match stub, stdopts in wccl- apps for future refactorMerge branch 'master' of nlp.pwr.wroc.pl:wcclunmark() action for match rules.Make execute of unmark public.Merge branch 'master' of nlp.pwr.wroc.pl:wcclDoxyfile for wcclwccl-apps refactoring: move to commond dir, harmonize names to wccl-SOMETHINGAdding ability to mark head in mark for matches.Merge branch 'master' of nlp.pwr.wroc.pl:wcclchange match_value to match_literal etc. for consistency with literals of other types.wccl-features updatereturn ApplyOperator instead of Expression in parsing match rulesAdd match(m, ann_name) in addition to match(m1, m2, ann_name).Added mark_actionAdded Constant<Match> ruleSome more fixes to repeat op in grammar.Typo fix in op name in grammar.mark() for match actions.No need for some methods to be virtual.Make Match copying deep instead of shallow.Fix logic reversal in two tests.Add virtual destructor to MatchDataadd includes to cope with fwd-decl of value subtypes now in Variables"empty" op/predicate for Match and TSet/StrSet too.Redesign Match to act more like other Value types.Follow up in tests on the recent decoupling of some headers.Decouple variables.h a bit from concrete Value headers - with forward declarations.wccl-featuresextract a function in wcclrunadd a debug operator that outputs the internal representation of its argument onto stderr