SCM Repository
[diderot] Diff of /trunk/src/parser/keywords.sml
Diff of /trunk/src/parser/keywords.sml
Parent Directory
|
Revision Log
|
Patch
24 |
("if", T.KW_if), |
("if", T.KW_if), |
25 |
("image", T.KW_image), |
("image", T.KW_image), |
26 |
("in", T.KW_in), |
("in", T.KW_in), |
27 |
|
("inf", T.FLOAT FloatLit.posInf), |
28 |
("initially", T.KW_initially), |
("initially", T.KW_initially), |
29 |
("input", T.KW_input), |
("input", T.KW_input), |
30 |
("int", T.KW_int), |
("int", T.KW_int), |
31 |
("kernel", T.KW_kernel), |
("kernel", T.KW_kernel), |
32 |
|
("nan", T.FLOAT FloatLit.nan), |
33 |
("new", T.KW_new), |
("new", T.KW_new), |
34 |
("real", T.KW_real), |
("real", T.KW_real), |
35 |
("stabilize", T.KW_stabilize), |
("stabilize", T.KW_stabilize), |
|
Legend:
Removed from v.41 |
|
changed lines |
|
Added in v.42 |
|
|