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
cc2915a2
Commit
cc2915a2
authored
May 04, 2004
by
pouill_n
Browse files
from Nicolas Pouillard <ertai@lrde.epita.fr>
* src/pack-esdf/pack-esdf.str: Call sdf-desugar when the out format is ast.
parent
96921537
Changes
2
Hide whitespace changes
Inline
Side-by-side
esdf/ChangeLog
View file @
cc2915a2
2004-05-04 Nicolas Pouillard <ertai@lrde.epita.fr>
* src/pack-esdf/pack-esdf.str: Call sdf-desugar when the out format
is ast.
2004-05-04 Clement Vasseur <clement.vasseur@lrde.epita.fr>
* configure.ac: Add check for strc.
...
...
esdf/src/pack-esdf/pack-esdf.str
View file @
cc2915a2
...
...
@@ -44,13 +44,16 @@ strategies
, !"-s g|--syntax g Use syntax g, default Sdf2"
)
sdf-desugar =
xtc-transform(!"sdf-desugar", pass-verbose)
pack-esdf =
xtc-io-wrap(pack-options + of-option,
pack-sdf(|<include-path>) => (files, spec)
; <maybe-create-depfile> files
; <write-to> spec
; ( where(of-config => "txt") < xtc-asfix-yield
+ where(of-config => "ast") < xtc-implode-asfix
+ where(of-config => "ast") <
(
xtc-implode-asfix
; sdf-desugar)
+ where(of-config => "asfix")
<+ <fatal-error> ["pack-esdf: ", <id>, " is not a valid output format."]
)
...
...
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