Wiki source code of SC Language & Graph
Version 2.1 by ssm on 2013/05/03 14:55
Show last authors
author | version | line-number | content |
---|---|---|---|
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 | ))) |