|
799875a55d
|
Continue adding string functions
|
2024-01-01 09:58:18 -05:00 |
|
|
ab4c8922b1
|
Implement string functions
|
2024-01-01 09:39:59 -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 |
|
|
346ff1c0da
|
Improve index parsing
|
2023-12-31 21:46:45 -05:00 |
|
|
5be7b9b73a
|
Begin new std implementation
|
2023-12-31 21:24:46 -05:00 |
|
|
415c9863e6
|
Improve GUI
|
2023-12-31 19:46:23 -05:00 |
|
|
32127a6cda
|
Fix type check bug
|
2023-12-31 18:10:42 -05:00 |
|
|
d3a9fb3a0e
|
Add function return type check; Clean up
|
2023-12-31 16:46:21 -05:00 |
|
|
0bec02344e
|
Merge branch 'main' into gui
|
2023-12-31 15:31:16 -05:00 |
|
|
83a7007446
|
Improve value multiplication and division
|
2023-12-31 15:30:13 -05:00 |
|
|
dbe52e1ad7
|
Fix type check bug
|
2023-12-31 14:17:43 -05:00 |
|
|
a39d879c40
|
Implement return statements at root level
|
2023-12-31 14:09:03 -05:00 |
|
|
a3a2df552d
|
Implement return statements
|
2023-12-31 14:04:10 -05:00 |
|
|
3ae7456758
|
Manually catch up to main branch
|
2023-12-31 11:54:19 -05:00 |
|
|
318825d1b1
|
Merge branch 'main' into gui
|
2023-12-31 11:49:58 -05:00 |
|
|
0fa0a026f8
|
Improve error output; Add syntax error check
|
2023-12-31 11:46:56 -05:00 |
|
|
12e00bfc42
|
Remove return and use statements; Clean up
|
2023-12-31 09:47:20 -05:00 |
|
|
bf79526764
|
Use new syntax for None values
|
2023-12-31 09:41:00 -05:00 |
|
|
f78070ca47
|
Merge branch 'main' into gui
|
2023-12-31 09:15:55 -05:00 |
|
|
f4c2bfa657
|
Use new syntax for None values
|
2023-12-31 09:14:43 -05:00 |
|
|
9a35dc5ec9
|
Fix parsing bug; Extend GUI
|
2023-12-30 12:02:58 -05:00 |
|
|
6cb84a664a
|
Remove TUI
|
2023-12-30 10:56:56 -05:00 |
|
|
fc1d1c9ee9
|
Merge branch 'main' into gui
|
2023-12-30 10:45:38 -05:00 |
|
|
02b30d3730
|
Improve function Display implementation
|
2023-12-30 10:23:00 -05:00 |
|
|
9d94cb9af4
|
Restart TUI
|
2023-12-30 09:29:33 -05:00 |
|
|
7ea6283650
|
Begin writing GUI
|
2023-12-30 02:04:39 -05:00 |
|
|
49a219f764
|
Move TUI project; Increment cargo version
|
2023-12-29 23:57:09 -05:00 |
|
|
507082209f
|
Apply clippy suggestions and fixes
|
2023-12-29 22:39:50 -05:00 |
|
|
42e0ef366f
|
Clean up
|
2023-12-29 22:28:10 -05:00 |
|
|
1d26b0b418
|
Clean up
|
2023-12-29 22:26:37 -05:00 |
|
|
f3921ba87c
|
Revise function and yield syntax
|
2023-12-29 21:15:03 -05:00 |
|
|
55de33ceb7
|
Revise function syntax
|
2023-12-29 20:14:03 -05:00 |
|
|
e10429e1e9
|
Extend function expression to values and indexes
|
2023-12-29 19:22:41 -05:00 |
|
|
17fa708739
|
Add FunctionExpression to fix syntax bug
|
2023-12-29 18:59:15 -05:00 |
|
|
43ee989eec
|
Improve Interpreter API
|
2023-12-29 16:27:13 -05:00 |
|
|
3c729bea6e
|
Improve Map interface; Clean up
|
2023-12-29 14:52:51 -05:00 |
|
|
37a9a37c72
|
Fix type check bug
|
2023-12-29 14:35:52 -05:00 |
|
|
6be9204123
|
Improve Intepreter API for shell use
|
2023-12-29 14:01:54 -05:00 |
|
|
049c28795b
|
Fix type check bug
|
2023-12-29 18:29:16 +00:00 |
|
|
34db948c6e
|
Implement option type
|
2023-12-26 20:05:19 -05:00 |
|
|
9dfaf1420c
|
Implement option value
|
2023-12-26 19:33:19 -05:00 |
|
|
a27b33dd36
|
Fix type check error
|
2023-12-26 17:52:44 -05:00 |
|
|
2bcb5f59f7
|
Implement Option and None value types
|
2023-12-26 17:19:12 -05:00 |
|
|
8369477346
|
Fix function context error
|
2023-12-22 16:12:41 -05:00 |
|
|
364ce9cb33
|
Fix async/function bug; Remove Table; Add packages
|
2023-12-22 15:02:22 -05:00 |
|
|
afa937a697
|
Add type checks for maps
|
2023-12-20 18:36:42 -05:00 |
|