Show last authors
1 = The SC Language (SCL) and its graphical representation (SCG) =
2
3 As mentioned in the introduction SCL is a minimal language. It consists of seven statements.
4
5 [[image:attach:SCL_SCG_instructions.png]]
6
7 The SCG is a labelled graph //G = (S, E)//, whereas
8
9 * the nodes S correspond to the statements of the program
10 * and the edges E reflect the sequential execution ordering
11
12 ABO example:
13
14 |=(((
15 ABO SCL
16 )))|=(((
17 ABO SCG
18 )))
19 |(((
20 [[image:attach:SCL_ABO_scl.png]]
21 )))|(((
22 [[image:attach:SCL_ABO_scg.png]]
23 )))