SCM Repository
[smlnj] Diff of /sml/trunk/src/cm/parse/cm.grm
Diff of /sml/trunk/src/cm/parse/cm.grm
Parent Directory
|
Revision Log
|
Patch
56 |
|
|
57 |
%pos int |
%pos int |
58 |
%verbose |
%verbose |
59 |
%arg (grouppath, context, error, doMember, curlib, gp) : |
%arg (grouppath, context, obsolete, error, doMember, curlib, gp) : |
60 |
S.pathname * |
S.pathname * |
61 |
S.context * |
S.context * |
62 |
|
(pos * pos -> unit) * |
63 |
(pos * pos -> string -> unit) * |
(pos * pos -> string -> unit) * |
64 |
(S.pathname * pos * pos * S.cm_class option -> S.members) * |
(S.pathname * pos * pos * S.cm_class option -> S.members) * |
65 |
S.pathname option * |
S.pathname option * |
192 |
| aexp DIV aexp (S.divide (aexp1, aexp2)) |
| aexp DIV aexp (S.divide (aexp1, aexp2)) |
193 |
| aexp MOD aexp (S.modulus (aexp1, aexp2)) |
| aexp MOD aexp (S.modulus (aexp1, aexp2)) |
194 |
| TILDE aexp (S.negate aexp) |
| TILDE aexp (S.negate aexp) |
195 |
|
| MINUS aexp %prec TILDE (obsolete (MINUSleft, |
196 |
|
MINUSright); |
197 |
|
S.negate aexp) |
198 |
|
|
199 |
boolexp : DEFINED LPAREN ml_symbol RPAREN (S.ml_defined ml_symbol) |
boolexp : DEFINED LPAREN ml_symbol RPAREN (S.ml_defined ml_symbol) |
200 |
| DEFINED LPAREN sym RPAREN (S.cm_defined gp sym) |
| DEFINED LPAREN sym RPAREN (S.cm_defined gp sym) |
|
Legend:
Removed from v.396 |
|
changed lines |
|
Added in v.397 |
|
|