Searched defs:star_opt (Results 1 – 1 of 1) sorted by relevance
196 star_opt(A) ::= STAR. { A = 1; } in star_opt() function197 star_opt(A) ::= . { A = 0; } in star_opt() function