Improve expression handling and add parentheses support

This commit is contained in:
2023-10-30 15:02:41 -07:00
parent 900de82d6a
commit 136e8cb26e
8 changed files with 583 additions and 416 deletions

2
go.mod
View File

@@ -1,3 +1,5 @@
module go.elara.ws/salix
go 1.21.2
require github.com/davecgh/go-spew v1.1.1