Wiki source code of Command Line Compiler
Last modified by Alexander Schulz-Rosengarten on 2023/09/11 16:17
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
37.1 | 1 | [[~[~[image:attach:SCCharts (pre 1.0)@download.png~]~]>>url:http://rtsys.informatik.uni-kiel.de/confluence/display/KIELER/SCCharts#SCCharts-Downloads||shape="rect"]] [[~[~[image:attach:SCCharts (pre 1.0)@onlinecompiler.png~]~]>>url:http://www.sccharts.com||shape="rect"]] (% class="confluence-link" %)[[image:attach:commandlinecompiler2.png]][[image:attach:SCCharts (pre 1.0)@quickstart.png]][[doc:KIELER.SCCharts (DeprecatedHistorical Documentation & Features).SCCharts (pre 1\.0).Quick Start Guide (pre 0\.13).WebHome]] |
![]() |
7.1 | 2 | |
![]() |
12.1 | 3 | |
4 | |||
![]() |
3.1 | 5 | [[image:url:http://rtsys.informatik.uni-kiel.de/confluence/download/attachments/9470914/KiCoConsole1.jpg?version=6&modificationDate=1402352899000&api=v2]] |
6 | |||
![]() |
34.1 | 7 | You can user the [[KielerCompiler.jar>>url:http://rtsys.informatik.uni-kiel.de/confluence/download/attachments/9470914/KielerCompiler.jar?version=8&modificationDate=1405509325251&api=v2||shape="rect"]] explained [[here >>doc:KIELER.SCCharts (DeprecatedHistorical Documentation & Features).Kieler Compiler.KIELER Command Line Compiler.WebHome]]to compiler you textual modeled SCCharts (*.sct files). |
![]() |
6.1 | 8 | If you like to use the KielerCompiler HTTP server provided, then use as default |
![]() |
5.1 | 9 | |
![]() |
14.1 | 10 | {{{compile.sccharts.com:80}}} |
![]() |
6.1 | 11 | |
12 | or as backup | ||
13 | |||
14 | {{{sccharts.com:5556 }}} | ||
15 | |||
16 | as the host and port in your KielerCompiler.jar call. | ||
17 | |||
![]() |
16.1 | 18 | ==== Example call: ==== |
19 | |||
20 | {{{java -jar KielerCompiler.jar compile.sccharts.com -f somescchart.sct -o somescchart.c CODEGENERATION}}} | ||
21 | |||
![]() |
15.1 | 22 | |
23 | |||
![]() |
36.1 | 24 | **Hint:** Textual SCharts (SCT) can be rendered within KIELER or by using our [[KLighD.jar command line tool>>doc:KIELER.SCCharts (DeprecatedHistorical Documentation & Features).SCCharts (pre 1\.0).Command Line Rendering.WebHome]]. |