Utility function to limit the number of steps a parser can take. This is useful for avoiding infinite loops in your parser.
number of steps to limit the parser to
callback to run
Generated using TypeDoc
Utility function to limit the number of steps a parser can take. This is useful for avoiding infinite loops in your parser.