Show last authors
1 {{panel title="Project Overview" borderStyle="dashed"}}
2 Responsible:
3
4 * Christian Motika
5 * Steven Smyth
6 {{/panel}}
7
8 = SCL - SC Language =
9
10 SCL is a minimal language adopted from C, Java and Esterel and can be interpreted as //Sequentially Constructive Language//. It is used to describe// SC Charts// in textual form. Its graphical representation is called //SC Graph (SCG).//
11
12
13
14 |=(((
15 AB SCChart
16 )))|=(((
17 AB SCL Program
18 )))|=(((
19 AB SC Graph
20 )))
21 |(((
22 [[image:attach:SCL_AB_scc.png]]
23 )))|(((
24 [[image:attach:SCL_AB_scl.png]]
25 )))|(((
26 [[image:attach:SCL_AB_scg.png]]
27 )))