Plasma GitLab Archive
Projects Blog Knowledge

{ }
rule nextchar = parse 
    _ 
      { Some (Lexing.lexeme lexbuf).[0] }
  | eof
      { None }
{ }

This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml