>> "SIGOURE" == SIGOURE Benoit
<sigoure.benoit(a)lrde.epita.fr> writes:
+ %% ExpressionFunc ::=
+ %% (* older builtin functions for backwards compat. *)
+ %% "rand" "(" Expression {"," Expression}
")"
+ %% (* builtin functions calls using the "func" notation *)
+ %% | "func" "(" "rand" ","
Expression {"," Expression} ")"
What do you mean by "older"?
Why did you choose to also include the "func" feature?
Why did you choose the name of the functions to be defined in the
grammar?