Historique des commits

Auteur SHA1 Message Date
  Geoff Romer 19e4bc55ce Migrate remaining `Expression` alternatives to `IndirectValue` (#607) il y a 4 ans
  Geoff Romer 056da4dd5c Migrate `PrimitiveOperator` to value semantics (#606) il y a 4 ans
  Geoff Romer 276880ae83 Migrate `Tuple` and `FieldInitializer` to value semantics (#605) il y a 4 ans
  Geoff Romer 6ca6822157 Implement `IndirectValue` (#588) il y a 4 ans
  Geoff Romer 85cfb3b930 Use string values instead of string pointers in Expression. (#591) il y a 4 ans
  Geoff Romer 1916258e9b Refactor `Expression` to use `std::variant` instead of a union (#586) il y a 4 ans
  Richard Smith 89e21113c3 Add 3 '*' operators: one prefix, one infix, and one postfix, per #523. (#582) il y a 4 ans
  Geoff Romer 31f37f54fe Fix golden tests to use the "target" Bazel configuration (#581) il y a 4 ans
  Geoff Romer c903eb3133 Remove `Void` (#540) il y a 4 ans
  Jeremy G. Siek 56b47bcfa9 Type computation tests (#511) il y a 5 ans
  Jeremy G. Siek 8924f5620b Private unions (#492) il y a 5 ans
  Geoff Romer 1933cfeeeb Stop using `std::pair` in the implementation of tuples (#479) il y a 5 ans
  Geoff Romer e022ff106f Factor `Heap` class out of `State` (#491) il y a 5 ans
  Jeremy G. Siek 5946d9c033 Tuple restrictions (#486) il y a 5 ans
  Jeremy G. Siek c1d651fc15 Fix equality for tuples (#446) il y a 5 ans
  Jeremy G. Siek 27fd9de5bf improved checking for liveness when reading and writing memory (#448) il y a 5 ans
  Jeremy G. Siek 34f1a03f7b change all expression and statement pointers to be const (#449) il y a 5 ans
  Geoff Romer cf7c97bf28 Unify tuple types with tuples-of-types in the interpreter (#442) il y a 5 ans
  Jeremy G. Siek 3d02412f2f rename env and ct_env (#419) il y a 5 ans
  Jeremy G. Siek 3fa72d2984 Experimental control-flow operator (#368) il y a 5 ans
  Dave Abrahams dd4e37e761 const-ify Value*s in preparation for value semantic transformation (#409) il y a 5 ans
  Jeremy G. Siek b2455d8dba renames ExecutionEnvironment, fixes #394 (#395) il y a 5 ans
  Dave Abrahams 7e1721dc01 lowerCamelCase => snake_case (#396) il y a 5 ans
  Jeremy G. Siek ced98ef021 Global variables (#378) il y a 5 ans
  Jeremy G. Siek 05db2012ab replace uses of AssocList with Dictionary (#344) il y a 5 ans
  Jeremy G. Siek cd18e24176 Create a Dictionary abstraction over the raw Cons list. (#327) il y a 5 ans
  Jeremy G. Siek b2c9203143 adding missing exit for pattern variable in wrong context and a test case for it (#324) il y a 5 ans
  Geoff Romer 9d0b48478f Fix compilation errors in choice1.6c (#322) il y a 5 ans
  Dave Abrahams f5300a84e5 Revert "improve abstraction for AssocList, fix bug in optional else (#315)" (#320) il y a 5 ans
  Jeremy G. Siek bf6bb800c4 improve abstraction for AssocList, fix bug in optional else (#315) il y a 5 ans