Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Wcs_lib.Spel_parser_jtype token = | VAR of string * string option| TRUE| STRING of string| RPAREN| REAL of float| RCURL| RBRACKET| QUESTION| PLUS| OUTPUT| OR| OPENEXPR of string| NULL| NOTEQUAL| NOT| NEW| MULT| MOD| MINUS| LTEQ| LT| LPAREN| LCURL| LBRACKET| INTENTS| INTENT of string| INT of int| INPUT| IDENT of string| GTEQ| GT| FALSE| EQUALEQUAL| EOF of string| ENTITY of string * string option| ENTITIES| DOT| DIV| CONVERSATION_START| CONTEXT| COMMA| COLON| CLOSEEXPR| BODYVAR of string * (string * string option)| ANYTHING_ELSE| ANDval condition_main :
(Lexing.lexbuf -> token) ->
Lexing.lexbuf ->
Spel_t.expression optionval body_main : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Spel_t.expression