jplevyak / dparser

A Scannerless GLR parser/parser generater.
https://github.com/jplevyak/dparser
BSD 3-Clause "New" or "Revised" License
105 stars 14 forks source link

Removed self-assignment. #3

Closed ckaran closed 5 years ago

ckaran commented 8 years ago

There were two statements of the form "fn = fn;". This statement has no effect on execution, so should be removed.

ckaran commented 8 years ago

@jplevyak Could you please take a look at this pull request? I'm working on a few more that will depend on this one being merged in.

ckaran commented 8 years ago

OK, I merged in your changes to this branch, and it all seems to pass. I'm going to keep working on the clang_format branch, which is going to be a bit of a catch-all for fixes. Do you want me to send you periodic pull requests, or should we keep them separated until all the fixes are done?