Commit Graph

22 Commits

Author SHA1 Message Date
Elara ecfbd40df8 Remove unnecessary copyright headers 2021-03-08 11:28:47 -08:00
Elara bb89c93344 Add opposite values and README.md 2021-03-08 11:21:50 -08:00
Elara 36d1eee759 Move default maps/variables to default.go and add print default function 2021-03-07 19:01:43 -08:00
Elara 1c99345af1 Implement return, implement instant break, add exit function, implement dumping and loading of AST via encoding/json 2021-03-07 17:25:16 -08:00
Elara f7a34b3da4 Fix issue where function call within array was not executedD 2021-03-05 19:38:05 -08:00
Elara 53e0717b91 Implement functions, arrays, maps, and while loops. Document and clean up code. 2021-03-04 19:30:08 -08:00
Elara 201030ed93 Add conversion functions and move other defaults to cmd/scpt 2021-03-03 00:32:00 -08:00
Elara e6d195f364 Add conversion functions and move other defaults to cmd/scpt 2021-03-03 00:27:54 -08:00
Elara ba11fdcf76 Add example for adding functions to cmd/scpt 2021-03-02 00:33:55 -08:00
Elara 1196942801 Clean up ParseValue() 2021-03-02 00:27:28 -08:00
Elara 412079c20a Remove index variable after loop completion 2021-03-02 00:18:52 -08:00
Elara 877f85ef78 Implement repeat loops 2021-03-01 20:18:52 -08:00
Elara 745920b139 Implement if statements and regex lexer 2021-03-01 19:43:06 -08:00
Elara d552836b2c Add copyright notices to source files 2021-03-01 17:07:35 -08:00
Elara 291b7a906c Clean up code and add support for multiple operations in expression 2021-03-01 16:44:33 -08:00
Elara a95d054189 Add comments and remove debug code 2021-03-01 15:01:21 -08:00
Elara 5fed3e3ce4 Implement proper error handling, add godoc comments, and implement expressions 2021-03-01 13:43:10 -08:00
Elara 43c226257b Add LICENSE 2021-03-01 12:31:22 -08:00
Elara 16bcd39a0a Add command 2021-03-01 09:23:40 -08:00
Elara cffba2f085 Add command 2021-03-01 09:22:00 -08:00
Elara 62571a8ae4 Change import path 2021-03-01 09:12:46 -08:00
Elara e8df2f4afc Initial Commit 2021-03-01 09:11:22 -08:00