[racket-dev] request to move cfg-parser from algol60 into parser-tools
On Thu, Jan 3, 2013 at 8:01 PM, Robby Findler
<robby at eecs.northwestern.edu> wrote:
> Is the documentation and testing sufficient?
There's no documentation yet, and no, there needs to be a bit more
testing. cfg-parser's interface is the same as that in
parser-tools/yacc, so I can borrow from the prose there. But as for
errors: I've found a few inputs into cfg-parser that provide less than
great error messages, so I can work on improving that and adding
appropriate test cases.