gingerBill
|
3703ca4df4
|
Explicit procedure group; Remove implicit procedure overloading
|
2017-12-09 18:11:36 +00:00 |
|
gingerBill
|
acd1f83bd0
|
Fix procedure groupings
|
2017-12-06 11:11:53 +00:00 |
|
gingerBill
|
f0de994059
|
Make core library use procedure groupings rather than normal overloading
|
2017-12-04 22:01:51 +00:00 |
|
gingerBill
|
05ad38ae2d
|
Fix procedure grouping
|
2017-12-03 23:19:25 +00:00 |
|
gingerBill
|
596a2c8355
|
Procedure grouping foo :: proc[foo16, foo32];
|
2017-12-03 23:03:40 +00:00 |
|
gingerBill
|
9f52b2c283
|
Update demo.odin
|
2017-12-03 22:28:54 +00:00 |
|
gingerBill
|
d75291097e
|
&x.(type)
|
2017-11-30 23:09:21 +00:00 |
|
gingerBill
|
1a75dfe075
|
Remove vector type (will be replaced by something else in the future)
|
2017-11-30 20:34:42 +00:00 |
|
gingerBill
|
e00d88d82e
|
Fix issue #157
|
2017-11-30 19:53:40 +00:00 |
|
gingerBill
|
cfabc0e61f
|
Remove using in arrays; Remove _ non-exported struct fields
Start determining slow parts of the compiler
|
2017-11-28 22:12:33 +00:00 |
|
gingerBill
|
91b534d128
|
Fix transmute
|
2017-11-27 23:00:23 +00:00 |
|
gingerBill
|
74fa7ca25d
|
New slice memory layout (ptr+len); byte
|
2017-11-26 18:36:46 +00:00 |
|
gingerBill
|
0c06a8d154
|
Fix issue #146 regarding polymorphic type parameters
|
2017-11-18 20:56:53 +00:00 |
|
gingerBill
|
e48346a9ee
|
Disable negation of unsigned constants (Issue: #145)
|
2017-11-15 21:25:16 +00:00 |
|
gingerBill
|
dffa791607
|
In error messages, remove with '; Fix error messages for switch`
|
2017-11-12 19:00:48 +00:00 |
|
gingerBill
|
5ce6555721
|
Allow for default arguments after a variadic parameter
|
2017-11-12 17:55:16 +00:00 |
|
gingerBill
|
eb4b3f5976
|
Change push allocator system; update core libraries
|
2017-11-09 22:48:00 +00:00 |
|
gingerBill
|
dbb070524f
|
Allow nil in a ternary statement
|
2017-11-09 21:10:08 +00:00 |
|
gingerBill
|
36b0b50ba4
|
Amend allocation procedures with caller location; Compound literals missing type can determine type in certain cases.
|
2017-11-09 20:51:13 +00:00 |
|
gingerBill
|
66ee2cb6ed
|
#const value procedure parameters; $N for polymorphic array lengths
|
2017-11-05 18:26:24 +00:00 |
|
gingerBill
|
1d4881cbbe
|
Add array programming
|
2017-11-05 14:22:18 +00:00 |
|
gingerBill
|
fcc8b89e6b
|
Fix issue #130; allow conversion from any pointer to uintptr and vice versa
|
2017-11-02 22:34:09 +00:00 |
|
gingerBill
|
ae24a8e5ae
|
Fix pointer arithmetic; remove suffix #tags for proc types
|
2017-10-29 17:00:54 +00:00 |
|
gingerBill
|
1eb9994d88
|
Attributes; @(link_name="foo")
|
2017-10-29 15:46:23 +00:00 |
|
gingerBill
|
a43b89f36e
|
#alias type declarations; core library additions; _global import name for the global scope
|
2017-10-29 11:35:21 +00:00 |
|
gingerBill
|
e05fe1837d
|
Fix minimal dependency generation for polymorphic structs (related to issue #121)
|
2017-10-15 11:21:48 +01:00 |
|
Ginger Bill
|
26d3c54aff
|
Fix issue #119
This may need better error messages
|
2017-10-12 20:52:19 +01:00 |
|
Ginger Bill
|
bbb0e14633
|
Fix using import to work correctly
|
2017-10-12 20:28:32 +01:00 |
|
Ginger Bill
|
6424966b7a
|
Union tag stored as an integer
|
2017-10-08 15:16:13 +01:00 |
|
Ginger Bill
|
4e42d7df43
|
Minor code reorganization
|
2017-10-08 12:27:03 +01:00 |
|
Ginger Bill
|
01d8aea4df
|
Disallow procedures literals as default values in anonymous struct types
|
2017-10-01 21:44:55 +01:00 |
|
Ginger Bill
|
ee904060c5
|
Disallow anonymous structs with procedures as default values
|
2017-10-01 21:22:39 +01:00 |
|
Ginger Bill
|
afb5538e83
|
Default procedure values for proc
|
2017-10-01 20:27:02 +01:00 |
|
Ginger Bill
|
1f24f105cc
|
"Constant" procedure values for default values in structs
|
2017-10-01 20:10:13 +01:00 |
|
Ginger Bill
|
8f39ebbe5a
|
Procedure literals for default values in structs
|
2017-10-01 20:01:00 +01:00 |
|
Ginger Bill
|
c1e720a49b
|
match to switch; Optional semicolons after "import" statements
|
2017-10-01 17:09:57 +01:00 |
|
Ginger Bill
|
e7e51f53ce
|
Fix cyclic polymorphic struct bug #111
|
2017-10-01 14:10:31 +01:00 |
|
Ginger Bill
|
e2b9c87aa8
|
Wrap entry point main around the C style main in the IR
|
2017-09-30 11:20:35 +01:00 |
|
Ginger Bill
|
8c7cf0dbb0
|
Fix union array bug (Issue #112)
|
2017-09-29 21:35:59 +01:00 |
|
Ginger Bill
|
11614c2649
|
Fix old_demos; Fix when bug; Fix enum .names
|
2017-09-29 21:11:16 +01:00 |
|
Ginger Bill
|
793bc8c585
|
Fix issue #89
|
2017-09-25 23:08:22 +01:00 |
|
Ginger Bill
|
ae17a51c0d
|
Fix issue #109
|
2017-09-25 22:53:59 +01:00 |
|
Ginger Bill
|
c43d66c286
|
Use comma for struct field separators (disallow nesting)
|
2017-09-21 23:18:28 +01:00 |
|
Ginger Bill
|
3bfaac0844
|
Fix decimal.odin assignment bug
|
2017-09-20 22:59:46 +01:00 |
|
Ginger Bill
|
333db4dc94
|
Fix issues #95 and #96
|
2017-09-13 22:20:27 +01:00 |
|
Ginger Bill
|
e6e0aba8c3
|
Remove when suffixes; Implement file scope when statement, evaluated in source order
|
2017-09-10 15:17:37 +01:00 |
|
Ginger Bill
|
7791c343c4
|
Allow for multiple library collections; Store AstFile as pointer
|
2017-09-10 13:26:14 +01:00 |
|
Ginger Bill
|
6707c8750e
|
Import cycle checking
|
2017-08-27 14:42:19 +01:00 |
|
Ginger Bill
|
e5502c13ee
|
Restrict global variables to not allow tuples
|
2017-08-20 19:35:52 +01:00 |
|
Ginger Bill
|
6c73f9d3fd
|
Global variable dependency initialization ordering
Fuck graph theory
|
2017-08-20 18:28:21 +01:00 |
|