Go to file
Elara 745920b139 Implement if statements and regex lexer 2021-03-01 19:43:06 -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 if statements and regex lexer 2021-03-01 19:43:06 -08:00
defaults.go Add copyright notices to source files 2021-03-01 17:07:35 -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 if statements and regex lexer 2021-03-01 19:43:06 -08:00
scpt.go Implement if statements and regex lexer 2021-03-01 19:43:06 -08:00
test.scpt Implement if statements and regex lexer 2021-03-01 19:43:06 -08:00