Fix outdated expression rule in grammar

This commit is contained in:
Brandon Dyck 2023-07-02 12:27:53 -06:00
parent 57cd5b3a9e
commit bd135f0203

View File

@ -5,9 +5,6 @@ expression ->
| binary
| let
| control
| selector
| index
| identifier
| primary
grouping -> "(" expression ")" ;