Christoffer Lerno
|
c99f298cad
|
Fix issue where rethrow in a macro not allowing optional caused an assert to trigger. #849
|
2023-07-13 12:34:15 +02:00 |
|
Christoffer Lerno
|
dddeca1856
|
Remove assert(try). Prevent nextcase with expression if there is no switch. Fix issue with multiple declarations and compile time variables. Nextcase default. Dropped support for non-const-int ranges.
|
2023-07-11 01:04:35 +02:00 |
|
Christoffer Lerno
|
9543fbbf1c
|
Exhaustive switch on enums. This addresses #838
|
2023-07-09 01:18:01 +02:00 |
|
Christoffer Lerno
|
8b605d9183
|
$embed.
|
2023-07-09 01:18:01 +02:00 |
|
Christoffer Lerno
|
4f7b42cdc4
|
New generic syntax and ad hoc invocation.
|
2023-07-06 23:43:36 +02:00 |
|
Christoffer Lerno
|
b74de0b1e4
|
Fix issue where array comparison would emit the wrong basic block reference to phi when underlying comparison would emit a block.
|
2023-07-06 20:29:00 +02:00 |
|
Christoffer Lerno
|
45820d45e5
|
Allow using inferred type on method first parameter.
|
2023-07-01 22:47:54 +02:00 |
|
Christoffer Lerno
|
57c8b5fc75
|
Fix on rethrow + macros.
|
2023-06-27 20:41:17 +02:00 |
|
Christoffer Lerno
|
f651a59294
|
Fix on rethrow + macros.
|
2023-06-27 13:19:28 +02:00 |
|
Christoffer Lerno
|
be04473af4
|
Name change, some updates using "from end" indexing.
|
2023-06-24 18:21:16 +02:00 |
|
Christoffer Lerno
|
ab93389031
|
- Updated posix/win32 stdlib namespacing
- Process stdlib
- Fix to void expression blocks
|
2023-06-21 16:27:53 +02:00 |
|
Christoffer Lerno
|
5c9eb264e8
|
Delete object files after linking.
|
2023-06-21 16:27:53 +02:00 |
|
Christoffer Lerno
|
4d552ae44d
|
Update $include syntax and behaviour. Remove top level $if completely.
|
2023-06-21 16:27:53 +02:00 |
|
Christoffer Lerno
|
57424d8b6b
|
Fixes #786, constant initialization with constants sometimes causing an error lowering to LLVM. Fixes bug passing void as a vararg argument to an any vararg.
|
2023-06-19 10:38:37 +02:00 |
|
Christoffer Lerno
|
3bdeec3bc2
|
Incorrect defer/return value ordering in some cases.
|
2023-06-18 23:25:33 +02:00 |
|
Christoffer Lerno
|
ea1a5435bb
|
Dead strip on "strip unused"
|
2023-05-30 16:42:15 +02:00 |
|
Christoffer Lerno
|
b794c893d6
|
Dynamic dispatch.
|
2023-05-25 22:28:45 +02:00 |
|
Christoffer Lerno
|
172d561f07
|
Change syntax of $if, $assert, $include, $echo. Introduces $error
|
2023-05-06 12:18:00 +02:00 |
|
Christoffer Lerno
|
e8642d6797
|
Fixes to access grammar. "delete" => "remove"
|
2023-04-24 09:10:35 +02:00 |
|
Christoffer Lerno
|
2a79e0f1cf
|
Introduce def as a trial. Fixup of timeit.
|
2023-04-21 17:42:38 +02:00 |
|
Christoffer Lerno
|
8059dc1539
|
delete_if, retain_if, rindex_of, compact, compact_count added to List.
|
2023-04-21 14:45:25 +02:00 |
|
Christoffer Lerno
|
809321e20c
|
Updated grammar. Removal of elif. Removal of ':' ';' in some ct statements. Empty faults is now an error. Remove "define" for types. Remove "private". Better errors on incorrect bitstruct syntax. Introduction of wildcard type rather than optional wildcard. Removal of scaled vector type. mkdir and rmdir. Disallow define @Foo() = { @inline }. Add handling for @optreturn and change it to @return!. Restrict interface style functions. Updated x64 ABI. stdlib updates to string. Removed deprecated functions. Update how variadics are implemented. Extended error messages. x86 ABI fixes. Shift check fixes. '!' and '?' are flipped. No trailing ',' allowed in functions. Fix to string parsing. Allow l suffix. Simplifying flatpath. any replaces variant, anyfault replaces anyerr. Allow getting the underlying type of anyfault. De-duplicate string constants. Fix of readme. Extended list. Fix of "(MyEnum)x + 1". Clock and DateTime types. Fixes to array concat.
|
2023-04-21 10:56:39 +02:00 |
|
Christoffer Lerno
|
7b1fc87566
|
Bump to 0.4.0
|
2022-12-29 19:51:00 +01:00 |
|
Christoffer Lerno
|
02374c6aab
|
Generic modules also accepts integers and booleans.
|
2022-10-23 19:16:38 +02:00 |
|