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 32: Line 32:
   * at each step, we select a non-terminal N in our string $p$ and select a production with N as left-hand side, and replace non-terminal with the right-hand side, obtaining string $p'$ (this process is denoted $p \Rightarrow p'$)   * at each step, we select a non-terminal N in our string $p$ and select a production with N as left-hand side, and replace non-terminal with the right-hand side, obtaining string $p'$ (this process is denoted $p \Rightarrow p'$)
  
-$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 123: 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 =====