Ginger Bill
|
dbddec33c8
Internal changes; thread.odin for windows only
|
8 лет назад |
Ginger Bill
|
6d37ed12d2
Update internals of a Union and Tuple
|
8 лет назад |
Ginger Bill
|
65f079ebc4
Remove `atomic`, `++`, and `--`
|
8 лет назад |
Ginger Bill
|
b8697fb4ed
Change precedence order for types e.g. ^T(x) == ^(T(x))
|
8 лет назад |
Ginger Bill
|
3868a9a0f0
Clean up _preload.odin types
|
8 лет назад |
Ginger Bill
|
fd8c4d58bb
`union` type allow for any types and removes common fields
|
8 лет назад |
Ginger Bill
|
66e4aaffc5
Use semicolons as field delimiters in records
|
8 лет назад |
Ginger Bill
|
4b051a0d3b
`..` half closed range; `...` open range; `...` variadic syntax
|
8 лет назад |
Ginger Bill
|
eed873c6ec
Add `free` for maps (a previous oversight)
|
8 лет назад |
Ginger Bill
|
bc16b290ba
Disable polymorphic overloading in the global scope
|
8 лет назад |
Ginger Bill
|
94afcec757
:: style procedure declarations; remove old parsing code
|
8 лет назад |
Ginger Bill
|
4f28e9e1fb
Remove `type` prefix declarations
|
8 лет назад |
Ginger Bill
|
0622509807
Disable `var` and `const` declarations
|
8 лет назад |
Ginger Bill
|
2deb2f8eeb
Declaration grouping uses () rather than {}; Fix some problem with compilation on *nix
|
8 лет назад |
Ginger Bill
|
6a88dc322a
Declaration grouping uses braces rather than parentheses
|
8 лет назад |
Ginger Bill
|
ccda456c0a
`foreign` blocks for procedures
|
8 лет назад |
Ginger Bill
|
83bad13e9e
Update default field value syntax; Use more declaration groupings
|
8 лет назад |
Ginger Bill
|
6b5e9aec8e
Pascal style declaration grouping with ()
|
8 лет назад |
Ginger Bill
|
2ab0d97573
`import` and `import_load` as keywords; Fix procedure literal call trick
|
8 лет назад |
Ginger Bill
|
0c05fc1432
Prefix `type` and `let` to replace `immutable`
|
8 лет назад |
Ginger Bill
|
33eeb58521
Prefix `proc` syntax
|
8 лет назад |
Ginger Bill
|
8fafdb185c
Remove := with var and :: with const
|
8 лет назад |
Ginger Bill
|
f60c772c11
Make `rune` a basic type and not an alias; Remove `byte`
|
8 лет назад |
Ginger Bill
|
80c034ec7c
Change naming convention from Ada_Like to RustLike
|
8 лет назад |
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;`
|
8 лет назад |
Ginger Bill
|
a713e33007
Change interval syntax: .. open range, ..< half-closed range
|
8 лет назад |
Ginger Bill
|
8ce58573df
len, cap, make; remove .count, .capacity, new_slice
|
8 лет назад |
Ginger Bill
|
e2734a2dc6
Begin work on the custom backend
|
8 лет назад |
Ginger Bill
|
3c9143957c
Ellipsis is now just `..`; Remove half-closed range operator and treat all of them as half-closed; slice expression uses `..`;
|
8 лет назад |
Ginger Bill
|
c59f6b7d0b
++ -- statements; add strconv.odin (and replace some of the fmt procs); Fix ~ on 64 bit constants; Fix integer casts from smaller to larger size
|
8 лет назад |