gingerBill
|
a4b8c1ea17
|
Begin work adding bit_field
|
2024-02-22 15:55:54 +00:00 |
|
gingerBill
|
648b83d6ea
|
Add or_break and or_continue constructs
|
2023-09-30 15:04:17 +01:00 |
|
gingerBill
|
2992ca5df1
|
Basic support for new procedure code (non-polymorphic, non-proc-group)
|
2023-06-15 01:37:55 +01:00 |
|
gingerBill
|
feacc5cd11
|
Basic enforcement of ordered named arguments/parameters for procedures
|
2023-06-14 14:03:08 +01:00 |
|
gingerBill
|
8bf32ac697
|
Minor change to handling of propagation of errors with --- as a value
|
2023-05-22 12:53:29 +01:00 |
|
gingerBill
|
76cb3b7874
|
Add better fallback for ast_token
|
2023-02-27 16:15:19 +00:00 |
|
gingerBill
|
1f17a391c6
|
Improve error line squiggle logic
|
2023-02-27 15:58:32 +00:00 |
|
gingerBill
|
c1f5be24e2
|
Remove dead code in the compiler
|
2022-12-18 22:49:10 +00:00 |
|
gingerBill
|
ac5f5a33e9
|
gb_internal a lot
|
2022-12-18 21:17:07 +00:00 |
|
gingerBill
|
67ba05cb7c
|
Correct false positive check in check_unique_package_names
|
2022-01-31 19:33:02 +00:00 |
|
gingerBill
|
4c655865e5
|
Begin work on matrix type
|
2021-10-18 16:52:19 +01:00 |
|
Arne Döring
|
9772e3a40b
|
spaces to tabs
|
2021-09-14 12:14:41 +02:00 |
|
Arne Döring
|
442c25bf82
|
fix crash for ast_end_token
|
2021-09-14 11:44:10 +02:00 |
|
gingerBill
|
6a77fc4cdd
|
Add multi-pointer types [^]T
|
2021-08-21 23:10:21 +01:00 |
|
gingerBill
|
21cbac755e
|
Make or_else and or_return operators (binary and suffix respectively)
|
2021-08-15 17:14:35 +01:00 |
|
gingerBill
|
a98eee145d
|
Remove try; Replace try x else y with or_else(x, y)
|
2021-07-05 16:23:13 +01:00 |
|
gingerBill
|
4b831dbddd
|
Try try and or_else built-in procedures with operators try and try else
|
2021-07-04 12:37:21 +01:00 |
|
gingerBill
|
47f9e8f850
|
Fix ast_end_token for [?]T types
|
2021-06-03 11:35:27 +01:00 |
|
gingerBill
|
159daba759
|
Fix ast_end_token
|
2021-05-21 12:44:45 +01:00 |
|
gingerBill
|
9c54ed5792
|
Add range-based error messages to -verbose-errors
Example:
Cannot convert '(1 + 2)' to 'untyped bool' from 'untyped integer'
x := (1 + 2) * true;
^~~~~~^
|
2021-05-19 14:15:57 +01:00 |
|