Asllib.BuilderSourceBuilds an AST.t from some files.
The default parser configuration. It sets the following: allow_no_end_semicolon = false allow_double_underscore = false allow_unknown = false
val from_file_result :
?ast_type:ast_type ->
?parser_config:parser_config ->
version ->
string ->
AST.t Error.resultval from_file :
?ast_type:ast_type ->
?parser_config:parser_config ->
version ->
string ->
AST.tval from_lexer_lexbuf :
?ast_type:ast_type ->
?parser_config:parser_config ->
version ->
'a ->
Lexing.lexbuf ->
AST.t Error.resultval from_file_multi_version :
?ast_type:ast_type ->
?parser_config:parser_config ->
version_selector ->
string ->
AST.t Error.result