SCM Repository
[smlnj] / sml / branches / SMLNJ / src / eXene / demos / tactic-tree / examples / derivative / expression.grm.sig |
View of /sml/branches/SMLNJ/src/eXene/demos/tactic-tree/examples/derivative/expression.grm.sig
Parent Directory
|
Revision Log
Revision 181 -
(download)
(as text)
(annotate)
Sat Nov 7 23:07:31 1998 UTC (23 years, 7 months ago)
File size: 851 byte(s)
Sat Nov 7 23:07:31 1998 UTC (23 years, 7 months ago)
File size: 851 byte(s)
This commit was manufactured by cvs2svn to create branch 'SMLNJ'.
signature expression_TOKENS = sig type ('a,'b) token type svalue val EOF: 'a * 'a -> (svalue,'a) token val RPAREN: 'a * 'a -> (svalue,'a) token val LPAREN: 'a * 'a -> (svalue,'a) token val COS: 'a * 'a -> (svalue,'a) token val SIN: 'a * 'a -> (svalue,'a) token val E: 'a * 'a -> (svalue,'a) token val EXP: 'a * 'a -> (svalue,'a) token val NEG: 'a * 'a -> (svalue,'a) token val DIVIDE: 'a * 'a -> (svalue,'a) token val MINUS: 'a * 'a -> (svalue,'a) token val PLUS: 'a * 'a -> (svalue,'a) token val TIMES: 'a * 'a -> (svalue,'a) token val NUM: (int) * 'a * 'a -> (svalue,'a) token val VAR: (string) * 'a * 'a -> (svalue,'a) token end signature expression_LRVALS= sig structure Tokens : expression_TOKENS structure ParserData:PARSER_DATA sharing type ParserData.Token.token = Tokens.token sharing type ParserData.svalue = Tokens.svalue end
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |