SCM Repository
[diderot] / trunk / src / parser / diderot.grm |
Diff of /trunk/src/parser/diderot.grm
Parent Directory
|
Revision Log
|
Patch
revision 101, Fri May 28 15:16:21 2010 UTC | revision 102, Fri May 28 15:20:55 2010 UTC | |
---|---|---|
# | Line 145 | Line 145 |
145 | ; | ; |
146 | ||
147 | Param | Param |
148 | : Type ID | : ValueType ID |
149 | => (mark PT.P_Mark (FULL_SPAN, PT.P_Param(Type, ID))) | => (mark PT.P_Mark (FULL_SPAN, PT.P_Param(ValueType, ID))) |
150 | ; | ; |
151 | ||
152 | ActorMethod | ActorMethod |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |