/usr/share/doc/re2c/examples/go/includes
// floating-point numbers frac = [0-9]* "." [0-9]+ | [0-9]+ "."; exp = 'e' [+-]? [0-9]+; float = frac exp? | [0-9]+ exp; float { return ResultOk }
.
Edit
..
Edit
definitions.go
Edit
extra_rules.re.inc
Edit
include.go
Edit
include.re
Edit