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
bc44d1862ff5238caea20817f296dceae18506e0
wccl
libwccl
parser
grammar.g
Find file
Normal view
History
Permalink
grammar.g
28 KiB
Newer
Older
Added parser.
rk
committed
14 years ago
1001
1002
1003
1004
options {
paraphrase = "'#'";
}
: '#'
Fixed grammar. New operator (equals)
Paweł Kędzia
committed
14 years ago
1005
;
Added parser.
rk
committed
14 years ago
1006
1007
1008
1009
1010
1011
DSEPARATOR
options {
paraphrase = "':-'";
}
: ":-"
Fixed grammar. New operator (equals)
Paweł Kędzia
committed
14 years ago
1012
;
Show full blame
Prev
1
2
Next