Implement lua engine for the evaluations

This commit is contained in:
2025-03-22 01:43:58 +01:00
parent fa1e0caf06
commit 7e85497ec4
4 changed files with 188 additions and 55 deletions

2
go.mod
View File

@@ -3,3 +3,5 @@ module modify
go 1.24.1
require github.com/Knetic/govaluate v3.0.0+incompatible
require github.com/yuin/gopher-lua v1.1.1 // indirect