The SC Language (SCL) and its graphical representation (SCG)

As mentioned in the introduction SCL is a minimal language. It consists of seven statements.

SCL_SCG_instructions.png

The SCG is a labelled graph G = (S, E), whereas

  • the nodes S correspond to the statements of the program
  • and the edges E reflect the sequential execution ordering

 ABO example:

ABO SCL

ABO SCG

SCL_ABO_scl.png

SCL_ABO_scg.png

Tags:
Created by ssm on 2013/05/03 14:55