gingerBill
|
65945dac09
|
Fix comparison against nil for slices
|
2017-11-26 22:49:31 +00:00 |
|
gingerBill
|
1608da2dc8
|
for key, val in some_map {}; for val, idx in some_array {}
|
2017-11-26 18:56:47 +00:00 |
|
gingerBill
|
74fa7ca25d
|
New slice memory layout (ptr+len); byte
|
2017-11-26 18:36:46 +00:00 |
|
gingerBill
|
5a9223afda
|
nil_allocator; Fix IR type checking assert; append_string
|
2017-11-26 15:25:45 +00:00 |
|
Nakst
|
b0d3fbba47
|
essence cross compile
|
2017-11-26 11:03:11 +00:00 |
|
gingerBill
|
976415ff9d
|
Fix key lookup of pointer to map
|
2017-11-21 22:32:41 +00:00 |
|
gingerBill
|
cec9f7abfe
|
Add -debug command (still in development)
|
2017-11-19 15:06:56 +00:00 |
|
gingerBill
|
2b0521347b
|
Begin with on debugging symbol; fix version number 0.7.0
|
2017-11-19 09:49:55 +00:00 |
|
gingerBill
|
b0e3a4e276
|
build_dll replace with -build-mode=dll
|
2017-11-17 20:21:58 +00:00 |
|
gingerBill
|
f6a56c2f82
|
Remove #const; Minor fixes
|
2017-11-12 20:15:17 +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
|
53b3ad186f
|
Fix untyped type IR bug
|
2017-11-10 22:37:38 +00:00 |
|
gingerBill
|
85fab55e57
|
Fix make
|
2017-11-10 21:43:37 +00:00 |
|
gingerBill
|
0d01a6f552
|
Fix issue #139
|
2017-11-10 18:24:49 +00:00 |
|
gingerBill
|
e5c39fb2a9
|
Fix opening file without close; Minor fixes
|
2017-11-09 22:58:44 +00:00 |
|
gingerBill
|
eb4b3f5976
|
Change push allocator system; update core libraries
|
2017-11-09 22:48:00 +00:00 |
|
gingerBill
|
ac46b2053d
|
Remove unnecessary IR bound checks
|
2017-11-08 22:14:07 +00:00 |
|
gingerBill
|
4777bd607e
|
Fix issue #137
|
2017-11-08 22:02:15 +00:00 |
|
gingerBill
|
39e9b50482
|
Remove debug code
|
2017-11-07 23:09:05 +00:00 |
|
gingerBill
|
b1d1497f4b
|
Fix array of array arithmetic
|
2017-11-07 23:02:53 +00:00 |
|
gingerBill
|
74341b9b74
|
Fix IR generation issue
|
2017-11-05 19:37:46 +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
|
6bc5584add
|
Fix fmt printing uintptr type
|
2017-11-04 00:16:54 +00:00 |
|
gingerBill
|
121f0185d6
|
Custom thread local models
|
2017-11-03 23:46:42 +00:00 |
|
gingerBill
|
0b29e42adb
|
link_prefix; thread_local; fix link_name for file-scope variables
|
2017-11-03 23:11:06 +00:00 |
|
gingerBill
|
414486829a
|
Add string_set.cpp; Code clean up
|
2017-10-30 20:26:05 +00:00 |
|
gingerBill
|
ae24a8e5ae
|
Fix pointer arithmetic; remove suffix #tags for proc types
|
2017-10-29 17:00:54 +00:00 |
|
gingerBill
|
d2588f9d1d
|
Infix proc calling convention proc "std" (...)
|
2017-10-29 16:44:44 +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
|
6c8c430c2a
|
Fix enum iteration (issue #126)
|
2017-10-18 22:26:04 +01:00 |
|
gingerBill
|
57b97ad0bd
|
Fix issue #124
|
2017-10-15 23:30:55 +01:00 |
|
gingerBill
|
56f7a859df
|
Refactor code to remove entity flag for export
|
2017-10-15 16:16:16 +01:00 |
|
gingerBill
|
e5e14b9947
|
Remove name mangling for foreign export variables
|
2017-10-15 16:11:34 +01:00 |
|
gingerBill
|
3d8bf36a30
|
foreign export block
```
foreign export {
my_i32: i32;
my_foo :: proc() -> i32 {
return 123;
}
}
```
|
2017-10-15 16:05:42 +01:00 |
|
gingerBill
|
e05fe1837d
|
Fix minimal dependency generation for polymorphic structs (related to issue #121)
|
2017-10-15 11:21:48 +01:00 |
|
gingerBill
|
94762b56f6
|
Fix issue #122
|
2017-10-15 10:14:17 +01:00 |
|
Ginger Bill
|
26d3c54aff
|
Fix issue #119
This may need better error messages
|
2017-10-12 20:52:19 +01:00 |
|
Ginger Bill
|
349a62121c
|
Fix issue #120
|
2017-10-12 20:32:44 +01:00 |
|
Ginger Bill
|
444d366c39
|
Fix issue #115
|
2017-10-09 17:56:26 +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
|
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
|
e2b9c87aa8
|
Wrap entry point main around the C style main in the IR
|
2017-09-30 11:20:35 +01:00 |
|