Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WCCL
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Analysers
WCCL
Graph
2b838d4b546bd32e16a2e626e49fc5e9b58aa09d
Select Git revision
Branches
4
develop
fix-words-ann
master
default
protected
wccl-rules-migration
4 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
1
Apr
21
Mar
18
14
11
9
7
4
3
2
28
Feb
25
24
22
16
15
14
11
10
9
4
2
1
31
Jan
13
12
11
20
Dec
17
16
14
10
9
8
7
6
4
3
2
1
30
Nov
29
28
26
25
24
22
21
20
19
18
17
16
15
14
13
11
10
9
8
6
4
3
30
Oct
28
Match and position grammar.g variable are added into parse_match_rule
Added match conditions and match operator
OptionalMatch - "optional" match condition.
Fix comment.
RepeatedMatch - "repeat" match condition.
Rewrite MatchOperator to use ConjConditions.
ConjConditions - wrap vector of match condition into one conjucating condition.
Tweak some code.
Values and variables for the MatchVector type
ApplyOperator, the main operator behind match rules.
clear() capability for MatchVector.
MatchAction - ABC for actions of match rules.
MatchOperator to act more like a function (FunExecContext).
MatchOperator - operator for match rules.
TokenCondition - wrapper for L0 predicates, matches single token under "$_"
MatchCondition - ABC for conditions of match operator.
MatchResult - return type for conditions of match operator.
Merge branch 'master' into match
Modify boilerplate code maker to create directory if needed.
use safe_bool in Value's Bool to allow if(b) constructs
bump required Corpus2 version to 1.0.6
kill data driven tests debug output
refactor Match last/first token, fix issues
reenable MatchVector fisrt/last token test
MatchVector indexing operators and size() member
MatchVector first_token and last_token
Merge branch 'master' into match
Move actions/ to tagactions/ part 2.
Move actions/ to tagactions/ part 1.
Rename Action to TagAction, part two, renaming files
Rename Action to TagAction.
Rename rule.* files to tagrule.* files.
Rename Rule to TagRule.
Temporary makefile
Removed get_named_tagset
Basic functionality of the expression, parsed expression and functional operator (to develop)
add a variables test for tha Match type, expand matchvector test but disable it for now
First draft of Match value type with some tests. MatchVector does not yet properly implement first/last token, hence a test fails, and AnnotationMatch is pretty much a stub.
Added wrappers for ccl values
Updated corpus2 tagset