Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change the way that the pending operations are applied to symbol table
parsers. Instead of trying to find all of them at the start of the top-level parse, they are recorded in the context, and then applied at the end of the top-level parse. The previous technique did not work, simplt because the top-level parse cannot see all the parser involded -- some are behind rule firewalls, by design. Related to #183. Fixes #204.
- Loading branch information