ianlewis / lexparse

Experimental lexer/parser library written in Go
Apache License 2.0
0 stars 1 forks source link

feat: Add infix calculator example #36

Open ianlewis opened 7 months ago

ianlewis commented 7 months ago

Adds example code for an infix notation lexer, parser, and calculator.

github-actions[bot] commented 3 months ago

A friendly reminder that this PR had no activity for 120 days.

ianlewis commented 1 week ago

Will update this to use code from #60 after it's merged.