SCM Repository
[diderot] / trunk / doc / report / grammar-defs.tex |
Diff of /trunk/doc/report/grammar-defs.tex
Parent Directory
|
Revision Log
|
Patch
revision 377, Mon Oct 4 21:06:20 2010 UTC | revision 378, Tue Oct 5 00:22:49 2010 UTC | |
---|---|---|
# | Line 112 | Line 112 |
112 | \end{Rules}} | \end{Rules}} |
113 | \newcommand{\ExprRULES}{ | \newcommand{\ExprRULES}{ |
114 | \begin{Rules}{Expr} | \begin{Rules}{Expr} |
115 | \RHS{\nt{TestExpr} \OPTGRP{\kw{if} \nt{Expr} \kw{else} \nt{Expr}}} | |
116 | \end{Rules}} | |
117 | \newcommand{\TestExprRULES}{ | |
118 | \begin{Rules}{TestExpr} | |
119 | \RHS{\nt{AndExpr} \LISTGRP{\kw{||} \nt{AndExpr}}} | \RHS{\nt{AndExpr} \LISTGRP{\kw{||} \nt{AndExpr}}} |
120 | \end{Rules}} | \end{Rules}} |
121 | \newcommand{\AndExprRULES}{ | \newcommand{\AndExprRULES}{ |
# | Line 119 | Line 123 |
123 | \RHS{\nt{CmpExpr} \LISTGRP{\kw{\&\&} \nt{CmpExpr}}} | \RHS{\nt{CmpExpr} \LISTGRP{\kw{\&\&} \nt{CmpExpr}}} |
124 | \end{Rules}} | \end{Rules}} |
125 | \newcommand{\CmpExprRULES}{ | \newcommand{\CmpExprRULES}{ |
126 | \begin{Rules}{AddExprCmpExpr} | \begin{Rules}{CmpExpr} |
127 | \RHS{\nt{AddExpr} \LISTGRP{\nt{CmpOp} \nt{AddExpr}}} | \RHS{\nt{AddExpr} \LISTGRP{\nt{CmpOp} \nt{AddExpr}}} |
128 | \end{Rules}} | \end{Rules}} |
129 | \newcommand{\AddExprRULES}{ | \newcommand{\AddExprRULES}{ |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |