X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=Docsyntax.tex;h=89c1a0f72a0fd971c506d65c77b011cc581914a4;hb=6103c0359b95557566aa9154efa5bcd4d9c996f6;hp=76d4a279cb7e9486db34d88dbffe3dddd165d14f;hpb=93b042040034d199c925248a2dd1c321773ab6d0;p=proglang.git diff --git a/Docsyntax.tex b/Docsyntax.tex index 76d4a27..89c1a0f 100644 --- a/Docsyntax.tex +++ b/Docsyntax.tex @@ -84,7 +84,7 @@ All other symbols are terminals.\\ \begin{tabular}{lll} {\nonterminal{Exp}} & {\arrow} &{\nonterminal{Ident}} {\terminal{{$=$}}} {\nonterminal{Exp}} \\ - & {\delimit} &{\nonterminal{Exp1}} {\nonterminal{BOp}} {\nonterminal{Exp1}} \\ + & {\delimit} &{\nonterminal{Exp1}} {\nonterminal{Op0}} {\nonterminal{Exp1}} \\ & {\delimit} &{\nonterminal{Exp1}} \\ \end{tabular}\\ @@ -120,7 +120,7 @@ All other symbols are terminals.\\ \end{tabular}\\ \begin{tabular}{lll} -{\nonterminal{BOp}} & {\arrow} &{\terminal{{$<$}}} \\ +{\nonterminal{Op0}} & {\arrow} &{\terminal{{$<$}}} \\ & {\delimit} &{\terminal{{$<$}{$=$}}} \\ & {\delimit} &{\terminal{{$>$}}} \\ & {\delimit} &{\terminal{{$>$}{$=$}}} \\ @@ -141,6 +141,7 @@ All other symbols are terminals.\\ \begin{tabular}{lll} {\nonterminal{Op}} & {\arrow} &{\nonterminal{Op1}} \\ & {\delimit} &{\nonterminal{Op2}} \\ + & {\delimit} &{\nonterminal{Op0}} \\ \end{tabular}\\ \begin{tabular}{lll}