SCM Repository
Diff of /sml/trunk/src/compiler/Parse/ast/ast.sml
Parent Directory
|
Revision Log
|
Patch
revision 78, Fri Apr 17 17:58:14 1998 UTC | revision 79, Sat Apr 18 00:19:45 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 *) |
56 | | AssertExp of exp (* special form for assertions *) | |
57 | | IfExp of {test:exp, thenCase:exp, elseCase:exp} | | IfExp of {test:exp, thenCase:exp, elseCase:exp} |
58 | (* if expression (derived form) *) | (* if expression (derived form) *) |
59 | | 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 |