Go to file
Elara f7a34b3da4 Fix issue where function call within array was not executedD 2021-03-05 19:38:05 -08:00
cmd/scpt Implement functions, arrays, maps, and while loops. Document and clean up code. 2021-03-04 19:30:08 -08:00
.gitignore Implement functions, arrays, maps, and while loops. Document and clean up code. 2021-03-04 19:30:08 -08:00
LICENSE Add LICENSE 2021-03-01 12:31:22 -08:00
ast.go Implement functions, arrays, maps, and while loops. Document and clean up code. 2021-03-04 19:30:08 -08:00
defaults.go Implement functions, arrays, maps, and while loops. Document and clean up code. 2021-03-04 19:30:08 -08:00
go.mod Clean up code and add support for multiple operations in expression 2021-03-01 16:44:33 -08:00
go.sum Implement proper error handling, add godoc comments, and implement expressions 2021-03-01 13:43:10 -08:00
lexer.go Implement functions, arrays, maps, and while loops. Document and clean up code. 2021-03-04 19:30:08 -08:00
scpt.go Fix issue where function call within array was not executedD 2021-03-05 19:38:05 -08:00
test.scpt Implement functions, arrays, maps, and while loops. Document and clean up code. 2021-03-04 19:30:08 -08:00