Legivel


Yaml12Parser

Namespace: Legivel
Parent Module: Parser

Main type for Yaml 1.2 parsing

Constructors

ConstructorDescription
new(arg1)
Signature: GlobalTagSchema -> Yaml12Parser

Constructor for plain simple yaml parsing

CompiledName: .ctor

new(arg1, arg2)
Signature: (GlobalTagSchema * (string -> unit)) -> Yaml12Parser

Constructor with logging - the parser logs to the given function

CompiledName: .ctor

Instance members

Instance memberDescription
x.( l-yaml-stream )(arg1)
Signature: string -> Representation list

Main entry point for yaml parsing http://www.yaml.org/spec/1.2/spec.html#l-yaml-stream

CompiledName: l-yaml-stream

x.SetLogFunc(arg1)
Signature: ((string -> unit)) -> unit
Fork me on GitHub