gnebehay / parser

A simple parser for mathematical expressions.
MIT License
169 stars 17 forks source link

Clarify / change description - handwritten parser, not parser for handwritten math #2

Closed ChrisDavison closed 4 years ago

ChrisDavison commented 4 years ago

Found this on HackerNews under the description "A Handwritten Math Parser in 100 lines of Python (github.com)", which led me to believe that this was a parser for handwritten math (i.e. you write on paper, and it can detect the equation).

It may be beneficial for others if the repo description and readme were reworded to clarify that 'handwritten' here applies to the fact you wrote the code yourself, and not to the type of math that can be parsed.

gnebehay commented 4 years ago

Thanks for the feedback!