Hide last authors
Richard Kreissig 5.1 1 == Project Overview ==
ssm 1.1 2 Responsible:
3
4 * Christian Motika
5 * Steven Smyth
6
Richard Kreissig 5.1 7
ssm 1.1 8 = SCL - SC Language =
9
Richard Kreissig 5.1 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).//
ssm 1.1 11
12
13 |=(((
14 AB SCChart
15 )))|=(((
16 AB SCL Program
17 )))|=(((
18 AB SC Graph
19 )))
20 |(((
21 [[image:attach:SCL_AB_scc.png]]
22 )))|(((
23 [[image:attach:SCL_AB_scl.png]]
24 )))|(((
25 [[image:attach:SCL_AB_scg.png]]
26 )))