package lua_parser

  1. Overview
  2. Docs
type token = Tokens.token
exception Error
val prog : (Stdlib.Lexing.lexbuf -> token) -> Stdlib.Lexing.lexbuf -> Ast.ast