ianlewis / lexparse

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

Example algebraic interpreter #35

Open ianlewis opened 7 months ago

ianlewis commented 7 months ago

Add a testable example of a basic algebraic interpreter that implements order of operations.

6 * ( 2 + 3 ) / 7 - 2
github-actions[bot] commented 3 months ago

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