Wiki source code of The SC Language (SCL)

Version 3.1 by ssm on 2013/05/03 13:48

Show last authors
1 {{panel borderStyle="dashed" title="Project Overview"}}
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 )))