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