Commit History

Author SHA1 Message Date
  gingerBill 1ee60663bb Fix issue #244 with constant array comparisons 7 years ago
  gingerBill 59da98d3f0 Improve type hinting for compound literals 7 years ago
  gingerBill 2d41a42f61 Cleaning type hinting for assignments 7 years ago
  gingerBill e1e4a916a5 Fix demo and improve type hinting 7 years ago
  gingerBill 71f94bff76 Minor sanity features for `bit_set` 7 years ago
  gingerBill c7d6467cfa Fix assigning issue for bit sets 7 years ago
  gingerBill 966249c10a `bit_set` constants 7 years ago
  gingerBill acc010cba5 Add `bit_set` type 7 years ago
  gingerBill 55f4eabecd Fix map addressing mode bug 7 years ago
  gingerBill 708907df31 `auto_cast` for named parameters 7 years ago
  gingerBill 70586b1cf8 `auto_cast` prefix for procedure parameters 7 years ago
  gingerBill 835d7dcab2 `make` as a user-level procedure rather than a built-in procedure 7 years ago
  gingerBill 60711dd355 Refactor default parameter values 7 years ago
  gingerBill d8e5b2d1a4 Fix cstring cast operation 7 years ago
  gingerBill cdbf831a7a Replace `context <- c {}` with `context = c;`. context assignments are scope based 7 years ago
  gingerBill 0718f14774 Reduce number of range and slice operators #239 7 years ago
  gingerBill 6512a3e5f2 using Foo :: enum {A, B, C}; len(Foo) 7 years ago
  gingerBill a11d6e696a `expand_to_tuple` for fixed arrays 7 years ago
  gingerBill 1705ba8069 Fix typos 7 years ago
  gingerBill c3c7834246 BigInt support in the constant system 7 years ago
  gingerBill 0e91298fd1 Rename `free` to `delete` for non pointer types 7 years ago
  gingerBill fa4e95105f Loop array arithmetic on large arrays 7 years ago
  gingerBill 877400dd12 Scope to use flags rathers than booleans 7 years ago
  gingerBill a4e3201113 Minor cleanup for builtin scope/pkg 7 years ago
  gingerBill a99cc2fd70 Clean up import lookup code 7 years ago
  gingerBill 5fe4c33d0e Allow importation of `core:builtin` to get built-in entities 7 years ago
  gingerBill 4d9d38cc28 Move TypeAndValue to Ast from Map 7 years ago
  gingerBill 5b71ffd4f9 Rename `clone_ast_node` to `clone_ast` 7 years ago
  gingerBill c2ca24a486 Big renaming: `AstNode` to `Ast` 7 years ago
  gingerBill ba776a3c9f Fix bitwise not for signed integers 7 years ago