LARA

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
sav08:simple_programming_language [2009/02/22 16:48]
vkuncak
sav08:simple_programming_language [2009/02/22 16:48]
vkuncak
Line 8: Line 8:
   while (F) c1   while (F) c1
  
-We can describe the syntax of this language using a [[Context-Free Grammars|:Context-Free Grammar]]:+We can describe the syntax of this language using a [[:Context-Free Grammars|Context-Free Grammar]]:
  
    c ::=  x=T | (if (F) c else c) | c ; c | (while (F) c)    c ::=  x=T | (if (F) c else c) | c ; c | (while (F) c)