Closed werediver closed 1 year ago
Parse function types (e.g. void Function() Function()) in various positions. See identifier_ext().
void Function() Function()
identifier_ext()
P.S. Don't fall into left recursion.
Parse function types (e.g.
void Function() Function()
) in various positions. Seeidentifier_ext()
.P.S. Don't fall into left recursion.