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
1d469982
Commit
1d469982
authored
May 12, 2004
by
pouill_n
Browse files
from Nicolas Pouillard <ertai@lrde.epita.fr>
* src/sdf-option.str: Add `unparameterized' to fix a bug.
parent
824da2a5
Changes
2
Hide whitespace changes
Inline
Side-by-side
sdf-option/ChangeLog
View file @
1d469982
2004-05-12 Nicolas Pouillard <ertai@lrde.epita.fr>
* src/sdf-option.str: Add `unparameterized' to fix a bug.
2004-04-30 Nicolas Pouillard <ertai@lrde.epita.fr>
* src/sdf-option.str: Update to Sdf2.
...
...
sdf-option/src/sdf-option.str
View file @
1d469982
...
...
@@ -62,7 +62,7 @@ rules
Module : definition(as) -> definition([c | as])
where <Temporary> "module" => b
; <Temporary> "sorts" => sorts-list
; < id > 'module("Dummy", [],
; < id > 'module(
unparameterized(
"Dummy"
)
, [],
['exports('sorts(sorts-list)),
'exports(context-free-syntax (b))]) => c
...
...
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