Historique des commits

Auteur SHA1 Message Date
  Geoff Romer def98d1182 Add support for `_` placeholder. (#661) il y a 4 ans
  Jon Meow acb33932cb Migrate Declaration to variant (#644) il y a 4 ans
  Jon Meow ada2be2d16 Switch Member to variant in anticipation of more kinds. (#656) il y a 4 ans
  Jon Meow ef785bb6e3 Refactor FunctionDefinition towards instance methods (#654) il y a 4 ans
  Jon Meow 0960c51d20 Switch Statement to std::variant (#639) 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
  Geoff Romer 7218e8a69e Eliminate MakeUnOp and MakeBinOp (#622) il y a 4 ans
  Geoff Romer 047dfd692e Revert to handling Expression by const pointer (#616) il y a 4 ans
  Geoff Romer fa5b9cd553 Migrate declaration parsing to value semantics (#614) il y a 4 ans
  Geoff Romer 7e70a0335e Pass Expressions by value in Statement factories. (#611) il y a 4 ans
  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
  Richard Smith 89e21113c3 Add 3 '*' operators: one prefix, one infix, and one postfix, per #523. (#582) il y a 4 ans
  Richard Smith 567b9bb5a4 Reverse 'type: identifier' to 'identifier: type' in executable il y a 5 ans
  Richard Smith da403db9ff Revert "Remove : from vars in exec semantics (#504)" il y a 5 ans
  Jon Meow 05663633d3 Remove : from vars in exec semantics (#504) 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
  Jeremy G. Siek 34f1a03f7b change all expression and statement pointers to be const (#449) il y a 5 ans
  Geoff Romer e324935139 Miscellaneous parser cleanup (#429) il y a 5 ans
  Geoff Romer 80f035874d Restructure handling of paren expressions (#417) il y a 5 ans
  Jeremy G. Siek 3fa72d2984 Experimental control-flow operator (#368) 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
  Dave Abrahams 120e0145ce [executable semantics] Use type-safe variant in C++ parser (#364) il y a 5 ans
  Dave Abrahams 436a9dda79 [executable semantics] Minimal cxx parser (#363) il y a 5 ans
  Dave Abrahams 07a37933c6 [executable semantics] Add Syntax driver (#362) il y a 5 ans
  Dave Abrahams 2f83c4be48 Separate parsing from type-checking and evaluation. (#345) il y a 5 ans