PASS: 0 failures. Peggy Version: undefined
generated parser API
parse
parses input2ms ‣
parses input in library mode1ms ‣
throws an exception on syntax error3ms ‣
gives partial result on syntax error in library mode2ms ‣
correctly describe character class in syntax error2ms ‣
accepts custom options1ms ‣
start rule
when |startRule| is not set
starts parsing from the first allowed rule1ms ‣
when |startRule| is set to an allowed rule
starts parsing from specified rule0ms ‣
when |startRule| is set to a disallowed start rule
throws an exception0ms ‣
tracing
default tracer
traces using console.log (if console is defined)1ms ‣
custom tracers