DEBSOURCES
Skip Quicknav
sources / re2c / 4.4-1 / examples / ocaml / headers / lexer / state.ml
123456789
(* Generated by re2c *) type state = { yyinput: string; mutable yycursor: int; mutable tag: int; mutable yyt1: int; }