LARA

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
context-free_grammars [2011/10/24 09:28]
vkuncak
context-free_grammars [2012/09/30 14:01]
vkuncak
Line 33: Line 33:
  
 $u \Rightarrow^{+} v$ means $v$ is obtained from $u$ by one or more $\Rightarrow$ steps $u \Rightarrow^{+} v$ means $v$ is obtained from $u$ by one or more $\Rightarrow$ steps
 +
 $u \Rightarrow^{*} v$ means $v$ is obtained from $u$ by zero or more $\Rightarrow$ steps $u \Rightarrow^{*} v$ means $v$ is obtained from $u$ by zero or more $\Rightarrow$ steps
  
Line 122: Line 123:
  
   * examples of [[http://​www.elsewhere.org/​pomo/​|using grammars for text generation]]   * examples of [[http://​www.elsewhere.org/​pomo/​|using grammars for text generation]]
 +  * type "​compiler construction"​ into http://​www.essaygenerator.com
  
 ===== References ===== ===== References =====