gingerBill
|
37633c1d2a
|
intrinsics.type_* constant evaluation procedures
|
2019-08-04 11:02:00 +01:00 |
|
gingerBill
|
132fdf14b8
|
Fix min, max, clamp final type bug
|
2019-08-03 10:07:09 +01:00 |
|
gingerBill
|
08c490d9ac
|
Fix bounds checking on slices for constant parameters
|
2019-07-15 22:26:51 +01:00 |
|
gingerBill
|
f25818e923
|
Make procedure parameters just named values rather than copied variables
|
2019-07-15 21:18:37 +01:00 |
|
gingerBill
|
3d531be711
|
Improve type hinting for named parameters in call expressions
|
2019-07-13 15:38:50 +01:00 |
|
gingerBill
|
56d365a4e7
|
Improve type inference for procedure group parameters
|
2019-07-13 13:34:21 +01:00 |
|
gingerBill
|
8b8cada33e
|
Fix procedure group compiler assert with no matching arguments #393
|
2019-06-21 22:55:00 +01:00 |
|
gingerBill
|
aaa24894b6
|
Fix double-pointer indexing bug #396
|
2019-06-21 22:50:29 +01:00 |
|
gingerBill
|
2af19c496e
|
Fix comparison for bit field values #386
|
2019-06-21 22:48:37 +01:00 |
|
gingerBill
|
c40acd008e
|
Add i128/u128 support for bit sets
|
2019-05-28 20:53:56 +01:00 |
|
gingerBill
|
3d2279fba0
|
Support 128-bit integers i128 u128
|
2019-05-28 20:27:45 +01:00 |
|
gingerBill
|
222941727f
|
Add ..< operator for ranges; Add extra checking for bit set assignments
|
2019-05-28 12:45:20 +01:00 |
|
gingerBill
|
5697d6df74
|
-go-to-definitions (OGTD file format)
|
2019-05-26 15:16:45 +01:00 |
|
gingerBill
|
458ec5922e
|
odin query
Output .json file containing information about the program
|
2019-05-25 20:24:19 +01:00 |
|
gingerBill
|
f5fdd031f9
|
Fix polymorphic procedure return by pointer values #374
|
2019-05-19 10:45:27 +01:00 |
|
gingerBill
|
3fc60930e6
|
Fix constant representability rules
|
2019-05-09 22:46:50 +01:00 |
|
gingerBill
|
16f3bc2c0b
|
Allow comparisons with bit field values
|
2019-05-09 13:18:57 +01:00 |
|
gingerBill
|
00c0ce45b3
|
Fix bug with clamp
|
2019-05-06 18:29:22 +01:00 |
|
gingerBill
|
ab0afa548b
|
Fix ||= and &&=
|
2019-05-06 11:32:35 +01:00 |
|
gingerBill
|
ea1690b7a1
|
Improve type inference for variadic parameters
|
2019-05-04 14:01:04 +01:00 |
|
gingerBill
|
a5ff983266
|
Fix parapoly related bugs #370
|
2019-05-04 13:11:56 +01:00 |
|
gingerBill
|
56c4039e72
|
#load directive (request from #368) (Basic implementation)
|
2019-04-20 15:05:35 +01:00 |
|
gingerBill
|
7580ec494b
|
Disallow ambiguous singularly variadic polymorphic parameters #361
|
2019-03-30 10:43:53 +00:00 |
|
gingerBill
|
a137a06b00
|
Allow implicit selectors to unions with only one enum variant
|
2019-03-24 12:14:45 +00:00 |
|
gingerBill
|
0e1cfa5a0a
|
Disallow casting to and from cstring/pointers
TODO: get a better error message
|
2019-03-19 20:34:06 +00:00 |
|
gingerBill
|
bdab5e00da
|
Minor code clean up
|
2019-03-11 19:52:40 +00:00 |
|
gingerBill
|
5c04800831
|
Add type inference to index expressions for maps
|
2019-03-06 20:01:46 +00:00 |
|
gingerBill
|
c67ea97845
|
Add implicit selector expressions for in/notin
|
2019-03-06 19:08:37 +00:00 |
|
gingerBill
|
ad3b6ab718
|
Implicit Selector Expressions: .A
|
2019-03-06 16:19:47 +00:00 |
|
gingerBill
|
e551d2b25e
|
Replace foreign export {} with @export
|
2019-02-23 21:39:47 +00:00 |
|
gingerBill
|
4c51384ad6
|
intrinsics.vector type (Experimental)
|
2019-02-23 16:44:16 +00:00 |
|
gingerBill
|
f917935f9d
|
Disallow compound literals for struct #raw_union (fix)
|
2019-02-19 10:04:36 +00:00 |
|
gingerBill
|
ebaf48c07d
|
Fix subtyping rules for heavily nested using in structs
|
2019-01-24 21:17:30 +00:00 |
|
gingerBill
|
345e790f52
|
Remove dead code
|
2019-01-24 15:52:51 +00:00 |
|
gingerBill
|
7c982b6e10
|
min & max for types
|
2018-12-27 12:12:14 +00:00 |
|
gingerBill
|
b504d6e12a
|
notin operator
|
2018-12-21 11:34:15 +00:00 |
|
gingerBill
|
34b6486361
|
Fix constant out of bounds bug
|
2018-12-15 22:30:52 +00:00 |
|
gingerBill
|
1ce90b2166
|
Remove weird bit_set shorthand; Add extra type hinting
|
2018-12-15 21:46:27 +00:00 |
|
gingerBill
|
9d6666f333
|
Disallow casting between cstring and []u8
|
2018-12-14 21:58:12 +00:00 |
|
gingerBill
|
b7eebe5d00
|
Fix polymorphic record types with constant value parameters
|
2018-12-14 18:36:06 +00:00 |
|
gingerBill
|
57d4333ed3
|
Fix polymorphic procedure generation with debug information
|
2018-12-14 15:45:14 +00:00 |
|
gingerBill
|
26f11f12ab
|
Fix polymorphic type parameter argument count checking #298
|
2018-12-14 15:05:26 +00:00 |
|
gingerBill
|
b54c35639b
|
Fix issue with mixture of named and unnamed parameters for a struct literal
|
2018-12-14 14:35:23 +00:00 |
|
gingerBill
|
4205f0f0b1
|
Remove dummy testing code
|
2018-12-08 11:26:13 +00:00 |
|
gingerBill
|
bd62bceca6
|
Fix BigInt normalization issue #293
|
2018-12-08 11:25:35 +00:00 |
|
gingerBill
|
28583bfff8
|
Change procedure group syntax from proc[] to proc{}; deprecate proc[] (raises warning currently)
|
2018-12-02 18:01:03 +00:00 |
|
gingerBill
|
00161023cd
|
Endian specific integers: e.g. i32 i32le i32be
|
2018-12-02 15:53:52 +00:00 |
|
gingerBill
|
9b063ad9a3
|
Fix poly proc determination by cloning the signature node
|
2018-11-25 17:57:49 +00:00 |
|
gingerBill
|
e496b95881
|
Subset and superset operators for bit_set: < <= > >=
|
2018-11-25 16:19:17 +00:00 |
|
gingerBill
|
0a4b88f9a6
|
Fix Issue with referencing a polymorphic struct in another package referencing itself #283
|
2018-11-25 10:35:49 +00:00 |
|