in translate to maple programming lanugage, i have to define a sequence by 
this

seq(ls) ::= <<
<ls; separator=", ">
>>

seq( a,b,c ) will return 
a, b, c

now how to i change the separator in side the sequence like this

seq(ls, separator=(", ")) ::= <<
<ls; separator=(separtor)>
>>

call seq( (a,b,c)) return like above
call seq( (a,b,c), ",\r\n") will return
a,
b,
c

-- 
You received this message because you are subscribed to the Google Groups 
"il-antlr-interest" group.
To post to this group, send email to il-antlr-interest@googlegroups.com.
To unsubscribe from this group, send email to 
il-antlr-interest+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/il-antlr-interest?hl=en.

Reply via email to