SCM Repository
Diff of /sml/trunk/src/compiler/Parse/ast/ast.sml
Parent Directory
|
Revision Log
|
Patch
revision 82, Sun May 3 00:00:24 1998 UTC | revision 83, Wed May 6 22:23:51 1998 UTC | |
---|---|---|
# | Line 53 | Line 53 |
53 | | HandleExp of {expr:exp, rules:rule list} | | HandleExp of {expr:exp, rules:rule list} |
54 | (* exception handler *) | (* exception handler *) |
55 | | RaiseExp of exp (* raise an exception *) | | RaiseExp of exp (* raise an exception *) |
| AssertExp of exp (* special form for assertions *) | ||
56 | | IfExp of {test:exp, thenCase:exp, elseCase:exp} | | IfExp of {test:exp, thenCase:exp, elseCase:exp} |
57 | (* if expression (derived form) *) | (* if expression (derived form) *) |
58 | | AndalsoExp of exp * exp (* andalso (derived form) *) | | AndalsoExp of exp * exp (* andalso (derived form) *) |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |