Commit Graph

34 Commits

Author SHA1 Message Date
4ea19f238e Fix tests; Refine parsing 2024-03-17 07:31:45 -04:00
0e2d1021cb Fix parser 2024-03-17 06:26:12 -04:00
56fbbdee0b Begin implementing functions 2024-03-08 16:14:47 -05:00
ec9f17070c Implement add-assign and subtract-assign 2024-03-08 13:26:55 -05:00
d99ebc0a44 Add run Action type 2024-03-08 12:24:11 -05:00
32028acab2 Add map parsing 2024-03-07 16:13:15 -05:00
7ee7a083ae Add more math for integers 2024-03-07 12:33:30 -05:00
c51b142130 Add math 2024-03-07 06:33:54 -05:00
6dbae12315 Experiment with new parser 2024-02-23 07:40:01 -05:00
a46d5bb4ea Add fancy validation errors 2024-02-16 20:18:07 -05:00
bda217135e Simplify errors; Make another pretty error type 2024-02-16 17:56:36 -05:00
4b0910a545 Implement new math interface for Value 2024-02-16 15:37:07 -05:00
c82f631524 Begin new math implementation for Value; Clean up 2024-02-16 15:07:24 -05:00
d997bbd08a Continue implementing context 2024-02-10 19:31:47 -05:00
e486413aca Fix type setting bugs; Rename function 2024-01-31 20:52:34 -05:00
9a465cb42d Continue error overhaul 2024-01-31 19:35:27 -05:00
7f849f13a3 Begin error overhaul 2024-01-31 13:51:48 -05:00
c75538c064 Clean up 2024-01-10 15:03:52 -05:00
8737175df0 Implement formatting 2024-01-06 08:11:09 -05:00
731bf1cb98 Write formatting tests; Improve formatting output 2024-01-06 05:29:38 -05:00
a52b17930e Implement basic formatting 2024-01-06 05:00:36 -05:00
7ea6283650 Begin writing GUI 2023-12-30 02:04:39 -05:00
f3921ba87c Revise function and yield syntax 2023-12-29 21:15:03 -05:00
0fb787bb72 Write docs 2023-12-06 14:13:22 -05:00
ed4dd6a819 Improve internal API 2023-12-05 17:08:22 -05:00
8826d08392 Implement list type checks 2023-11-30 00:57:15 -05:00
b6422a438b Implement parsing and runtime checks 2023-11-29 22:54:46 -05:00
5f960021b1 Implement type equality 2023-11-29 22:02:55 -05:00
081d349783 Continue type check implementation 2023-11-29 20:59:58 -05:00
bc2615a1ed Begin changes for new type definitions 2023-11-29 19:23:42 -05:00
86499367fc Rename VariableMap to Map 2023-10-25 16:44:50 -04:00
65bb2c9d84 Improve expression implementation 2023-10-13 19:56:57 -04:00
9450e6dc96 Implement new control flow syntax 2023-10-10 13:29:11 -04:00
3e87d8b322 Continue syntax overhaul 2023-10-06 13:32:58 -04:00