gingerBill
|
68adadb01a
|
Allow using in structs on arrays with count <= 4
|
2018-08-24 22:12:30 +01:00 |
|
gingerBill
|
fe680a8b1f
|
Fix default return values #250
|
2018-08-22 15:17:29 +01:00 |
|
gingerBill
|
b216e44870
|
Add underlying type for bit_set
|
2018-08-17 15:11:41 +01:00 |
|
gingerBill
|
7d39b26cf4
|
Minor refactor
|
2018-08-16 20:52:46 +01:00 |
|
gingerBill
|
884d5fed9f
|
bit_set['A'..'Z'], bit_set[0..8]
|
2018-08-16 15:16:57 +01:00 |
|
gingerBill
|
b3ebff715a
|
Fix defer ir bug
|
2018-08-15 15:44:41 +01:00 |
|
gingerBill
|
79a3c0b36c
|
Fix bit_set range
|
2018-08-14 18:35:14 +01:00 |
|
gingerBill
|
acc010cba5
|
Add bit_set type
|
2018-08-14 17:07:56 +01:00 |
|
gingerBill
|
70586b1cf8
|
auto_cast prefix for procedure parameters
|
2018-08-09 17:58:11 +01:00 |
|
gingerBill
|
ccdc3438be
|
Refactor handle_parameter_value code
|
2018-08-06 00:26:38 +01:00 |
|
gingerBill
|
60711dd355
|
Refactor default parameter values
|
2018-08-05 23:57:34 +01:00 |
|
gingerBill
|
0718f14774
|
Reduce number of range and slice operators #239
Replace .. and ... with : and ..
|
2018-08-01 21:34:59 +01:00 |
|
gingerBill
|
96fc9138d4
|
Do using Foo :: enum at the type_decl stage
|
2018-07-29 11:29:20 +01:00 |
|
gingerBill
|
6512a3e5f2
|
using Foo :: enum {A, B, C}; len(Foo)
|
2018-07-29 10:50:15 +01:00 |
|
gingerBill
|
c3c7834246
|
BigInt support in the constant system
|
2018-07-28 00:41:31 +01:00 |
|
gingerBill
|
877400dd12
|
Scope to use flags rathers than booleans
|
2018-06-17 22:22:30 +01:00 |
|
gingerBill
|
a4e3201113
|
Minor cleanup for builtin scope/pkg
|
2018-06-17 22:07:27 +01:00 |
|
gingerBill
|
c2ca24a486
|
Big renaming: AstNode to Ast
|
2018-06-17 10:58:59 +01:00 |
|
gingerBill
|
cd7e260f4e
|
Fix cyclic polymorphic procedure usage and improve its error message
|
2018-06-15 22:49:06 +01:00 |
|
gingerBill
|
ba67e474d3
|
Make source code compile with 32 bit (but not build 32 bit code)
|
2018-06-15 21:46:03 +01:00 |
|
gingerBill
|
b92a8c513e
|
Modify how build settings are handled
|
2018-06-15 21:38:22 +01:00 |
|
gingerBill
|
5081ea1a0c
|
Fix type aliasing comparison; Fix gb_utf8_decode
|
2018-06-15 19:59:35 +01:00 |
|
gingerBill
|
8236c6d4b7
|
Allow for base enum type with an enum declaration
|
2018-06-11 22:50:13 +01:00 |
|
gingerBill
|
268491b224
|
Use global arena for AstNode allocations
|
2018-06-09 19:53:06 +01:00 |
|
gingerBill
|
49ea9ed722
|
Entity aliasing clean up
|
2018-06-09 10:08:17 +01:00 |
|
gingerBill
|
9bd7f023b2
|
Split up init_preload into specific parts
|
2018-06-03 11:38:02 +01:00 |
|
gingerBill
|
12b870ba66
|
Use const & for Array<AstNode *> parameters
|
2018-06-03 10:30:31 +01:00 |
|
gingerBill
|
ced818ad54
|
Remove dead code from checker
|
2018-06-02 11:58:35 +01:00 |
|
gingerBill
|
642aa0bc4b
|
Refactor: use CheckerContext rather than Checker in type checking part
|
2018-05-28 15:57:53 +01:00 |
|
gingerBill
|
45b3067068
|
Remove tmp_allocator from Checker
|
2018-05-28 14:15:08 +01:00 |
|
gingerBill
|
5c52ffe24e
|
Reorganize runtime package
|
2018-05-27 21:22:25 +01:00 |
|
gingerBill
|
4d052d5119
|
Remove code relating to default struct values
|
2018-05-20 17:31:46 +01:00 |
|
gingerBill
|
e25c72ecdd
|
Fix #219 and #220
|
2018-05-14 17:05:52 +01:00 |
|
gingerBill
|
e597a8d72e
|
Fix issues with exact integer bounds and remove dead code
|
2018-05-13 17:38:35 +01:00 |
|
gingerBill
|
18a9fa7355
|
Improve minimal dependency system
|
2018-05-12 10:27:55 +01:00 |
|
gingerBill
|
30f5a3bb93
|
Move cycle checking to much earlier on in the semantic stage
|
2018-03-23 20:48:30 +00:00 |
|
gingerBill
|
991479fbf9
|
Remove allocator parameter to types.cpp functions
|
2018-03-23 16:01:23 +00:00 |
|
gingerBill
|
5bf0f9d630
|
Fix type cycle bug
|
2018-03-23 15:23:14 +00:00 |
|
gingerBill
|
584dffea14
|
Remove dead code; fix referencing of a type assertion in a selector expression
|
2018-03-04 09:25:02 +00:00 |
|
gingerBill
|
41b6d215bb
|
Fix using determination order
|
2018-03-03 20:07:12 +00:00 |
|
gingerBill
|
69062ba3ab
|
More code tidying with Array
|
2018-02-25 20:24:38 +00:00 |
|
gingerBill
|
d63885a495
|
array_make
|
2018-02-25 19:23:52 +00:00 |
|
gingerBill
|
731dad480d
|
Fix issue regarding nullptr Type *
|
2018-02-18 14:37:58 +00:00 |
|
gingerBill
|
c4d2d287fc
|
#complete switch; Removal of dyncall
|
2018-02-17 11:54:08 +00:00 |
|
gingerBill
|
6a85546b76
|
Fix #187
|
2018-02-14 21:46:39 +00:00 |
|
gingerBill
|
0ae3484171
|
Fix zero value initialization in IR
|
2018-02-11 11:13:52 +00:00 |
|
gingerBill
|
92780e2683
|
distinct keyword for type declarations
|
2018-02-05 22:46:30 +00:00 |
|
gingerBill
|
c1728914c6
|
Fix typos #type_alias
|
2018-02-04 21:34:45 +00:00 |
|
gingerBill
|
83d90f1463
|
Extra check for type_info cycle checking
|
2018-01-28 09:51:52 +00:00 |
|
gingerBill
|
88ba6d8015
|
enum #export
|
2018-01-21 14:30:48 +00:00 |
|