Go to file
Elara 877f85ef78 Implement repeat loops 2021-03-01 20:18:52 -08:00
cmd/scpt Implement proper error handling, add godoc comments, and implement expressions 2021-03-01 13:43:10 -08:00
.gitignore Add command 2021-03-01 09:22:00 -08:00
LICENSE Add LICENSE 2021-03-01 12:31:22 -08:00
ast.go Implement repeat loops 2021-03-01 20:18:52 -08:00
defaults.go Implement repeat loops 2021-03-01 20:18:52 -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 repeat loops 2021-03-01 20:18:52 -08:00
scpt.go Implement repeat loops 2021-03-01 20:18:52 -08:00
test.scpt Implement repeat loops 2021-03-01 20:18:52 -08:00