Last modified by cmot on 2023/09/11 16:16

From version 12.1
edited by cmot
on 2014/06/10 14:40
Change comment: There is no comment for this version
To version 13.1
edited by cmot
on 2014/06/10 14:44
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -55,6 +55,49 @@
55 55  * -v : Use verbose compilation, more error messages
56 56  * -s: Use strict mode compilation (only apply selected transformations)
57 57  
58 +== Common Transformations IDs ==
59 +
60 +In order to use the KIELER Compiler from the command line you need to know the ID of the transformations you would like to apply. Here are the most common ones:
61 +
62 +|=(((
63 +Transformation ID
64 +)))|=(((
65 +Description
66 +)))
67 +|(((
68 +REFERENCE
69 +)))|(((
70 +Expand reference states
71 +)))
72 +|(((
73 +EXTENDED
74 +)))|(((
75 +All extended SCCharts transformations resulting in a Core SCChart
76 +)))
77 +|(% colspan="1" %)(% colspan="1" %)
78 +(((
79 +CORE
80 +)))|(% colspan="1" %)(% colspan="1" %)
81 +(((
82 +All core SCCharts transformations resulting in a Normalized SCChart
83 +)))
84 +|(% colspan="1" %)(% colspan="1" %)
85 +(((
86 +SCGRAPH
87 +)))|(% colspan="1" %)(% colspan="1" %)
88 +(((
89 +Transform to an SCG
90 +)))
91 +|(% colspan="1" %)(% colspan="1" %)
92 +(((
93 +CODEGENERATION
94 +)))|(% colspan="1" %)(% colspan="1" %)
95 +(((
96 +Generate C Code
97 +)))
98 +
99 +
100 +
58 58  == Examples ==
59 59  
60 60  === Example 1 ===
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -9470938
1 +9470939
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/9470938/KIELER Compiler Console
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/9470939/KIELER Compiler Console