SCM Repository
[diderot] / trunk / src / parser / diderot.grm |
Diff of /trunk/src/parser/diderot.grm
Parent Directory
|
Revision Log
|
Patch
revision 44, Tue Apr 6 15:36:27 2010 UTC | revision 45, Tue Apr 6 15:51:03 2010 UTC | |
---|---|---|
# | Line 335 | Line 335 |
335 | of [] => Expr | of [] => Expr |
336 | | l => markExpr(FULL_SPAN, PT.E_Tuple(Expr::l)) | | l => markExpr(FULL_SPAN, PT.E_Tuple(Expr::l)) |
337 | (* end case *)) | (* end case *)) |
338 | | "|" Expr "|" | |
339 | => (markExpr(FULL_SPAN, PT.E_Norm Expr)) | |
340 | ; | ; |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |