SCM Repository
Diff of /trunk/src/compiler/parser/diderot.grm
Parent Directory
|
Revision Log
|
Patch
revision 246, Fri Aug 6 15:32:26 2010 UTC | revision 247, Fri Aug 6 20:20:42 2010 UTC | |
---|---|---|
# | Line 42 | Line 42 |
42 | | OP_plus ("+") | | OP_plus ("+") |
43 | | OP_minus ("-") | | OP_minus ("-") |
44 | | OP_star ("*") | | OP_star ("*") |
45 | | OP_convolve ("(*)") | |
46 | | OP_slash ("/") | | OP_slash ("/") |
47 | | OP_at ("@") | | OP_at ("@") |
48 | | LP ("(") | | LP ("(") |
# | Line 324 | Line 325 |
325 | ; | ; |
326 | ||
327 | MulOp | MulOp |
328 | : "*" => (B.op_mul) | "/" => (B.op_div) | : "*" => (B.op_mul) | "/" => (B.op_div) | "(*)" => (B.op_convolve) |
329 | ; | ; |
330 | ||
331 | PrefixExpr | PrefixExpr |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |