Function createTree

  • Convenience function where, given an array of parsers, it creates a tree we can use for backtracking. This tree is what seq use. It's used to keep track of the parsers we've tried so far, so we can backtrack if we need to.

    Parameters

    Returns Node

Generated using TypeDoc