Historique des commits

Auteur SHA1 Message Date
  Geoff Romer def98d1182 Add support for `_` placeholder. (#661) il y a 4 ans
  Geoff Romer c3c89a77a4 Delete functions that are redundant with Get methods (#664) il y a 4 ans
  Geoff Romer d2afd45214 Stop allocating sub-Values on the Heap. (#648) il y a 4 ans
  Jon Meow b03d3cdbb0 Use a lambda for tag's visit (#645) il y a 4 ans
  Geoff Romer de05711966 Migrate Value to std::variant (#635) il y a 4 ans
  Geoff Romer c96ee2aaac Remove `VarTV` (#617) il y a 4 ans
  Geoff Romer b3d4c56ef2 Rename "PatternVariable" names for clarity (#630) il y a 4 ans
  Geoff Romer a80ce2c566 Consistent naming for Expression and Value. (#621) il y a 4 ans
  Jon Meow 6c259dd5de Switch from assert to a CHECK macro to run in all build modes. (#595) 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 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 928b92a428 a raw access to the heap field slipped through somehow, fixing that (#483) 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
  Geoff Romer 22656c8e09 Remove unused code from ValueEqual, and make unsupported cases explicit. (#434) 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 1da97fc9cf Separate alive flag from the Value class (#408) 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
  Dave Abrahams 2205fd52ce [executable semantics] class-ify Declaration (#307) il y a 5 ans
  Jon Meow 6e5070de18 Adapting jsiek's executable semantics tooling for commit. (#237) il y a 5 ans