|
bf79526764
|
Use new syntax for None values
|
2023-12-31 09:41:00 -05:00 |
|
|
d2def28751
|
Add tests covering for loops
|
2023-12-31 08:36:39 -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 |
|
|
dec9e70e4f
|
Fix bench script; Update highlight queries
|
2023-12-30 00:39:49 -05:00 |
|
|
49a219f764
|
Move TUI project; Increment cargo version
|
2023-12-29 23:57:09 -05:00 |
|
|
e57d3f6e60
|
Write README
|
2023-12-29 22:58:05 -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 |
|
|
f486d87976
|
Allow wrapping expressions in parentheses
|
2023-12-29 21:53:26 -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 |
|
|
4a8242621d
|
Increment cargo version
|
2023-12-29 16:28:36 -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 |
|
|
93ba04d35c
|
Increment cargo version
|
2023-12-29 14:02:56 -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 |
|
|
efefd704f7
|
Write README; Fix bench script
|
2023-12-26 23:30:33 -05:00 |
|
|
226c1e806f
|
Increment Cargo version
|
2023-12-26 20:23:06 -05: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 |
|
|
20a6e707c5
|
Clean up
|
2023-12-26 18:36:10 -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 |
|
|
d2dcc665bb
|
Add type definitions to maps
|
2023-12-20 18:29:18 -05:00 |
|
|
8a7f05acda
|
Add bench script
|
2023-12-18 15:35:04 -05:00 |
|
|
1946b24531
|
Increment cargo version
|
2023-12-17 19:23:48 -05:00 |
|
|
3bfedec5d6
|
Refine type checking and function calling
|
2023-12-17 19:06:36 -05:00 |
|
|
70f0c6b887
|
Fix list type checking
|
2023-12-16 21:26:07 -05:00 |
|
|
500a579910
|
Update grammar; Fix built-in function type checks
|
2023-12-16 21:15:36 -05:00 |
|
|
3096cf5959
|
Fix function parsing
|
2023-12-16 20:42:19 -05:00 |
|
|
6cb2df55f7
|
Clean up and improve tests
|
2023-12-16 20:17:38 -05:00 |
|
|
ece75d7b9c
|
Improve testing with an error method
|
2023-12-16 19:47:23 -05:00 |
|
|
9a4196fb2a
|
Fix list add-assign type checking
|
2023-12-16 19:40:14 -05:00 |
|
|
3b7e75c41c
|
Add sh function; Improve type check error output
|
2023-12-15 17:54:11 -05:00 |
|
|
5beda4695d
|
Update README
|
2023-12-15 17:33:48 -05:00 |
|
|
fa7fb57600
|
Add new tests for type checking
|
2023-12-15 17:27:29 -05:00 |
|
|
ce4d366bab
|
Implement type checking for functions and indexes
|
2023-12-13 15:47:41 -05:00 |
|
|
b91e23fef3
|
Finish function syntax
|
2023-12-12 18:21:16 -05:00 |
|
|
e1a7c3ff72
|
Improve highlight queries
|
2023-12-11 11:17:37 -05:00 |
|
|
06da345333
|
Implement match logic and syntax
|
2023-12-11 10:19:45 -05:00 |
|
|
99338dedc5
|
Fix map deserialization; Clean up; Improve errors
|
2023-12-10 13:47:05 -05:00 |
|