handouts/ho05.tex
changeset 722 14914b57e207
parent 710 183663740fb7
child 727 eb9343126625
equal deleted inserted replaced
721:e3c64f22dd31 722:14914b57e207
    13 % chomsky normal form transformation
    13 % chomsky normal form transformation
    14 % https://youtu.be/FNPSlnj3Vt0
    14 % https://youtu.be/FNPSlnj3Vt0
    15 
    15 
    16 % Language hierachy is about complexity
    16 % Language hierachy is about complexity
    17 %    How hard is it to recognise an element in a language
    17 %    How hard is it to recognise an element in a language
       
    18 
       
    19 % Pratt parsing
       
    20 % https://matklad.github.io/2020/04/13/simple-but-powerful-pratt-parsing.html
       
    21 % https://www.oilshell.org/blog/2017/03/31.html
    18 
    22 
    19 \begin{document}
    23 \begin{document}
    20 
    24 
    21 \section*{Handout 5 (Grammars \& Parser)}
    25 \section*{Handout 5 (Grammars \& Parser)}
    22 
    26