Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LRDE
transformers
Commits
88100c11
Commit
88100c11
authored
Apr 05, 2004
by
david_v
Browse files
from Valentin David <valentin@lrde.epita.fr>
* src/strcxxgen/strcxxgen.str: Fix variable name productions.
parent
ddaedc0f
Changes
2
Hide whitespace changes
Inline
Side-by-side
cxx-grammar/ChangeLog
View file @
88100c11
2004-04-05 Valentin David <valentin@lrde.epita.fr>
* src/strcxxgen/strcxxgen.str: Fix variable name productions.
2004-04-02 Clement Vasseur <clement.vasseur@lrde.epita.fr>
* test/disambiguate/Makefile.am (XFAIL_TESTS): Disable failing tests.
...
...
cxx-grammar/src/strcxxgen/strcxxgen.str
View file @
88100c11
/*
* Copyright (C) 2003 EPITA Research and Development Laboratory
* Copyright (C) 2003
, 2004
EPITA Research and Development Laboratory
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
@@ -85,13 +85,13 @@ strategies
attrs([prefer])),
prod([lit(<!["\"", <id>, "\""]; concat-strings>),
iter-star(char-class(simple-charclass(range("0","9")))),
iter-star(
lit("\"-opt\"")
)
,
lit("\"-opt\""),
iter-star(char-class(simple-charclass("\\'")))],
opt(sort(<id>)),
attrs([prefer])),
prod([lit(<!["\"", <id>, "\""]; concat-strings>),
iter-star(char-class(simple-charclass(range("0","9")))),
iter-star(
lit("\"-iter\"")
)
,
lit("\"-iter\""),
iter-star(char-class(simple-charclass("\\'")))],
iter(sort(<id>)),
attrs([prefer]))])])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment