|
2a7988f9a6
|
Implement structures
|
2024-01-04 21:12:45 -05:00 |
|
|
84cb17e75c
|
Implement structures
|
2024-01-04 20:54:22 -05:00 |
|
|
2a18f9fb7c
|
Implement structure value, type and syntax
|
2024-01-04 18:32:40 -05:00 |
|
|
531227ba2d
|
Begin custom type implementation
|
2024-01-03 20:11:09 -05:00 |
|
|
ab149ce010
|
Fix CLI error and example
|
2024-01-03 15:25:53 -05:00 |
|
|
976cb7de3f
|
Implement new built-in values
|
2024-01-01 07:46:47 -05:00 |
|
|
ae66e2a211
|
Implement new built-in values
|
2024-01-01 04:59:27 -05:00 |
|
|
128ddc385c
|
Add test for match example
|
2023-12-31 18:14:00 -05:00 |
|
|
0fa0a026f8
|
Improve error output; Add syntax error check
|
2023-12-31 11:46:56 -05:00 |
|
|
49a219f764
|
Move TUI project; Increment cargo version
|
2023-12-29 23:57:09 -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 |
|
|
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 |
|
|
3bfedec5d6
|
Refine type checking and function calling
|
2023-12-17 19:06:36 -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 |
|
|
d6c679c0b3
|
Implement new function syntax
|
2023-12-05 16:42:11 -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 |
|
|
07b1efd369
|
Make fixes for function changes
|
2023-12-01 23:20:33 -05:00 |
|
|
31979364eb
|
Remove function_declaration module
|
2023-12-01 22:54:25 -05:00 |
|
|
ae05e942f2
|
Add types for built-in functions
|
2023-12-01 22:16:50 -05:00 |
|
|
a0c648b33a
|
Simplifiy syntax for function calls
|
2023-11-30 11:05:09 -05:00 |
|
|
21099a4092
|
Clean up
|
2023-11-30 09:48:56 -05:00 |
|
|
081d349783
|
Continue type check implementation
|
2023-11-29 20:59:58 -05:00 |
|
|
c412836487
|
Change map syntax
|
2023-11-28 11:01:38 -05:00 |
|
|
43d46cb289
|
Add type check error; Add parameter syntax
|
2023-11-28 10:29:42 -05:00 |
|
|
2bd4ccb40d
|
Implement type checking
|
2023-11-27 17:53:12 -05:00 |
|
|
25852efcd6
|
Continue type check implementation
|
2023-11-27 15:02:08 -05:00 |
|
|
97447d6d8b
|
Fix examples; Clean up
|
2023-11-16 02:57:50 -05:00 |
|
|
c4dd68c293
|
Pass tests
|
2023-11-16 02:11:47 -05:00 |
|
|
2876f50822
|
Implement yield logic; Reform yield syntax
|
2023-11-15 21:13:14 -05:00 |
|
|
274891d96e
|
Add yield syntax
|
2023-11-15 20:46:45 -05:00 |
|
|
0b14ab5832
|
Add index assignment syntax
|
2023-11-14 20:00:57 -05:00 |
|
|
020ebd8833
|
Clean up
|
2023-11-10 16:24:19 -05:00 |
|
|
f0cb4631ab
|
Begin adding yield; Clean up
|
2023-11-06 19:10:12 -05:00 |
|
|
2d85a3ee2b
|
Improve soundness of Map type
|
2023-11-05 13:54:29 -05:00 |
|
|
a3db9cb9f2
|
Clean up; Complete async
|
2023-11-04 06:02:27 -04:00 |
|
|
cedf0a8c65
|
Implement async statment
|
2023-11-03 23:42:10 -04:00 |
|
|
8ca97300d3
|
Clean up
|
2023-11-03 18:04:45 -04:00 |
|
|
d1b116cc35
|
Begin completing syntax revision
|
2023-10-31 18:18:39 -04:00 |
|
|
df7cd0e972
|
Revise language syntax
|
2023-10-31 15:21:13 -04:00 |
|
|
42f0834d80
|
Continue syntax revision
|
2023-10-31 13:04:22 -04:00 |
|
|
e582f3cad3
|
Continue syntax revision
|
2023-10-31 09:31:10 -04:00 |
|
|
42339e1171
|
Begin syntax revision
|
2023-10-31 01:09:29 -04:00 |
|