Ginger Bill
|
6b5e9aec8e
|
Pascal style declaration grouping with ()
|
2017-06-12 15:42:21 +01:00 |
|
Ginger Bill
|
33eeb58521
|
Prefix proc syntax
|
2017-06-12 12:34:55 +01:00 |
|
Ginger Bill
|
8fafdb185c
|
Remove := with var and :: with const
|
2017-06-12 11:48:12 +01:00 |
|
Ginger Bill
|
45dbe8d354
|
default: to case:; no_alias to #no_alias
|
2017-05-27 11:47:21 +01:00 |
|
Ginger Bill
|
784f3ecf7e
|
Syntax change: cast(T)x => T(x); union_cast(T)x => x.(T); transmute(T)x => transmute(T, x); y:=^x => y:=&x;
Sorry for all the code breaking in this commit :(
|
2017-04-30 15:09:36 +01:00 |
|
Ginger Bill
|
0ea815db49
|
Fix constant bounds checking for slicing
|
2017-04-22 09:40:32 +01:00 |
|
Ginger Bill
|
3e80411d37
|
Fix issue #31; Removed down_cast
|
2017-04-04 21:54:55 +01:00 |
|