handouts/ho05.tex
changeset 691 6d32ba9280bf
parent 686 5fe95ea0bad0
child 710 ba35058db273
equal deleted inserted replaced
690:562fcdb1ae89 691:6d32ba9280bf
     6 
     6 
     7 % epsilon and left-recursion elimination
     7 % epsilon and left-recursion elimination
     8 % http://www.mollypages.org/page/grammar/index.mp
     8 % http://www.mollypages.org/page/grammar/index.mp
     9 
     9 
    10 %% parsing scala files
    10 %% parsing scala files
    11 %%https://scalameta.org/
    11 %% https://scalameta.org/
       
    12 
       
    13 % chomsky normal form transformation
       
    14 % https://youtu.be/FNPSlnj3Vt0
    12 
    15 
    13 \begin{document}
    16 \begin{document}
    14 
    17 
    15 \section*{Handout 5 (Grammars \& Parser)}
    18 \section*{Handout 5 (Grammars \& Parser)}
    16 
    19