add TODO items
[sbp.git] / tests / math.g
1
2 Expr = Plus::  Expr "+" Expr
3      | Minus:: Expr "-" Expr
4      | Num
5
6 Num:: = [0-9]++