boostorg / parser

A C++ parser combinator library.
Boost Software License 1.0
87 stars 12 forks source link

Add insert/erase/clear operations on symbol tables for the current pa… #198

Closed tzlaine closed 3 weeks ago

tzlaine commented 3 weeks ago

…rse and

subsequent parses both. Add better tests for the added API and the previous subset of the operations already present. Fix errors revealed by the tests.

Fixes #183.