Commit Graph

17 Commits

Author SHA1 Message Date
53e0717b91 Implement functions, arrays, maps, and while loops. Document and clean up code. 2021-03-04 19:30:08 -08:00
201030ed93 Add conversion functions and move other defaults to cmd/scpt 2021-03-03 00:32:00 -08:00
e6d195f364 Add conversion functions and move other defaults to cmd/scpt 2021-03-03 00:27:54 -08:00
ba11fdcf76 Add example for adding functions to cmd/scpt 2021-03-02 00:33:55 -08:00
1196942801 Clean up ParseValue() 2021-03-02 00:27:28 -08:00
412079c20a Remove index variable after loop completion 2021-03-02 00:18:52 -08:00
877f85ef78 Implement repeat loops 2021-03-01 20:18:52 -08:00
745920b139 Implement if statements and regex lexer 2021-03-01 19:43:06 -08:00
d552836b2c Add copyright notices to source files 2021-03-01 17:07:35 -08:00
291b7a906c Clean up code and add support for multiple operations in expression 2021-03-01 16:44:33 -08:00
a95d054189 Add comments and remove debug code 2021-03-01 15:01:21 -08:00
5fed3e3ce4 Implement proper error handling, add godoc comments, and implement expressions 2021-03-01 13:43:10 -08:00
43c226257b Add LICENSE 2021-03-01 12:31:22 -08:00
16bcd39a0a Add command 2021-03-01 09:23:40 -08:00
cffba2f085 Add command 2021-03-01 09:22:00 -08:00
62571a8ae4 Change import path 2021-03-01 09:12:46 -08:00
e8df2f4afc Initial Commit 2021-03-01 09:11:22 -08:00