1
0

21 Commits

Author SHA1 Message Date
20e0ec0e3d Change string type to be passed by reference 2024-01-01 12:39:03 -05:00
c2d919957e Begin adding string functions 2024-01-01 08:52:25 -05:00
976cb7de3f Implement new built-in values 2024-01-01 07:46:47 -05:00
f136cafb41 Implement collection type 2024-01-01 05:20:11 -05:00
ae66e2a211 Implement new built-in values 2024-01-01 04:59:27 -05:00
2f0ec91c08 Add index expressions to fix parsing bug 2023-12-31 23:38:09 -05:00
5be7b9b73a Begin new std implementation 2023-12-31 21:24:46 -05:00
34db948c6e Implement option type 2023-12-26 20:05:19 -05:00
364ce9cb33 Fix async/function bug; Remove Table; Add packages 2023-12-22 15:02:22 -05:00
3b7e75c41c Add sh function; Improve type check error output 2023-12-15 17:54:11 -05:00
b064d23719 Implement type system; Modify use; Write docs 2023-12-06 13:48:38 -05:00
ed4dd6a819 Improve internal API 2023-12-05 17:08:22 -05:00
7f1b53aabe Continue implementing type checks 2023-12-02 02:34:23 -05:00
9fd02a2118 Continue fixing tests and implementing types 2023-12-01 23:47:15 -05:00
ae05e942f2 Add types for built-in functions 2023-12-01 22:16:50 -05:00
50abe9765a Implement random_float and random_boolean 2023-11-30 11:07:52 -05:00
a0c648b33a Simplifiy syntax for function calls 2023-11-30 11:05:09 -05:00
99dd189328 Implement from_json and to_json 2023-11-30 10:10:03 -05:00
9b693ba41b Implement assert_equal 2023-11-30 10:00:40 -05:00
3dc78a7066 Implement runtime type checking 2023-11-30 02:09:55 -05:00
b46dfc5791 Create new built-in function API 2023-11-28 17:54:17 -05:00