Commit Verlauf

Autor SHA1 Nachricht Datum
  Ginger Bill ccda456c0a `foreign` blocks for procedures vor 8 Jahren
  Ginger Bill 83bad13e9e Update default field value syntax; Use more declaration groupings vor 8 Jahren
  Ginger Bill 6b5e9aec8e Pascal style declaration grouping with () vor 8 Jahren
  Ginger Bill 2ab0d97573 `import` and `import_load` as keywords; Fix procedure literal call trick vor 8 Jahren
  Ginger Bill 0c05fc1432 Prefix `type` and `let` to replace `immutable` vor 8 Jahren
  Ginger Bill 33eeb58521 Prefix `proc` syntax vor 8 Jahren
  Ginger Bill 8fafdb185c Remove := with var and :: with const vor 8 Jahren
  Ginger Bill f60c772c11 Make `rune` a basic type and not an alias; Remove `byte` vor 8 Jahren
  Ginger Bill 80c034ec7c Change naming convention from Ada_Like to RustLike vor 8 Jahren
  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;` vor 8 Jahren
  Ginger Bill a713e33007 Change interval syntax: .. open range, ..< half-closed range vor 8 Jahren
  Ginger Bill 8ce58573df len, cap, make; remove .count, .capacity, new_slice vor 8 Jahren
  Ginger Bill e2734a2dc6 Begin work on the custom backend vor 8 Jahren
  Ginger Bill 3c9143957c Ellipsis is now just `..`; Remove half-closed range operator and treat all of them as half-closed; slice expression uses `..`; vor 8 Jahren
  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 vor 8 Jahren
  Ginger Bill 73d6a55f5c Remove need for `type` keyword vor 8 Jahren
  Ginger Bill f18ae89931 Remove Maybe type; Enum `names` vor 8 Jahren
  Ginger Bill 984e36a151 Dynamic arrays vor 8 Jahren
  Ginger Bill e86c990b75 Overloaded `free`; 3 dotted ellipsis vor 8 Jahren
  Ginger Bill 92453369c5 Remove while loop and readd c-style for loops i.e. all loops are just `for` vor 8 Jahren
  Ginger Bill 832009f33a `in` keyword for `for` and `match type` vor 8 Jahren
  Ginger Bill e3e16f5d05 Library names - Only link with used foreign libraries vor 8 Jahren
  Ginger Bill b59a052e32 Change casting syntax: `cast(T)x` `transmute(T)x` et al. vor 8 Jahren
  Ginger Bill 2af9fb79dc Change cast syntax, int(x), []byte(s), (^int)(p) vor 8 Jahren
  Ginger Bill cb59c1cf08 Comma for all field separators; Overloaded procedures follow exportation rules vor 8 Jahren
  Ginger Bill 703e1aa2bc Fix core library; Disable adding entity definitions for blank identifiers vor 8 Jahren
  Ginger Bill c8f99b360f Fix init_arena_from_context vor 8 Jahren
  Ginger Bill 70d4ca00df `while`; `range` is now `for`; remove ++ and -- vor 8 Jahren
  Ginger Bill ce89a1428e Fix parameter/field lists and #import #include syntax vor 8 Jahren
  Ginger Bill 9202bd1b06 Nearly finished Jai-like declarations vor 8 Jahren