Historique des commits

Auteur SHA1 Message Date
  Jon Meow bbd4940e6d Be more explicit about AST types (#921) il y a 4 ans
  Geoff Romer 70a7839a31 Fix bug from #909 (#924) il y a 4 ans
  Geoff Romer 0df9e8666c Factor `AllocationId` out of `Address` (#916) il y a 4 ans
  Geoff Romer 0da907fd2a Unify StructElement and VarValues (#909) il y a 4 ans
  Geoff Romer 3bec7f8dc0 Unify Action and Scope stacks, and eliminate Frame (#880) il y a 4 ans
  Geoff Romer 3677b76cb8 Perform implicit conversions at run time (#903) il y a 4 ans
  Jon Meow 057b9fe253 Clean up remaining executable_semantics clang-tidy warnings (#906) il y a 4 ans
  Geoff Romer 79e3d284b4 Move pattern interpretation to compile time (#904) il y a 4 ans
  Jon Meow ffa4e76ede Add underscores to private data members (#898) il y a 4 ans
  Jon Meow a9eed3dbf1 Pass the flag instead of using a global. (#893) il y a 4 ans
  Geoff Romer a3eac75a5b Unify function declarations and definitions. (#896) il y a 4 ans
  Geoff Romer c4d7adde9a Drop `CopyVal` (#895) il y a 4 ans
  Jon Meow 5b67a08d97 Refactor Action accessors (#891) il y a 4 ans
  Jon Meow eeed6301d6 Refactor Value accessors (#892) il y a 4 ans
  Jon Meow 8bda2ca432 Refactor Pattern and Member accessors. (#889) il y a 4 ans
  Jon Meow b278e4edcf Refactor Statement accessors (#890) il y a 4 ans
  Geoff Romer bb28d37eed Drop support for named tuple fields (#886) il y a 4 ans
  Jon Meow 9007bfcb88 Run clang-tidy on the interpreter directory (#885) il y a 4 ans
  Jon Meow 55ecb62ce5 Refactor Expression accessor/mutator style (#883) il y a 4 ans
  Geoff Romer a99d882223 Perform type-checking in place (#867) il y a 4 ans
  Geoff Romer d177a08e01 Make continuations consistently "shallow" (#874) il y a 4 ans
  Geoff Romer 6068d2306b Address feedback from #856 (#864) il y a 4 ans
  Jon Meow 70797e8bf8 Mass rename SourceLoc and Tag (#860) il y a 4 ans
  Geoff Romer c4e40aaa86 Add support for struct types, following p0561. (#856) il y a 4 ans
  Jon Meow d157d96338 Migrate Declaration to newer property style, class-ify ClassDefinition (#859) il y a 4 ans
  Jon Meow 25dce9fbcf Change Match clauses from pairs to classes (#858) il y a 4 ans
  Geoff Romer 532948d9a5 Miscellaneous tuple simplifications (#857) il y a 4 ans
  Jon Meow 04ab30f231 Make the AST mutable (#849) il y a 4 ans
  Jon Meow 721743bc58 Change Alternative to a class (#853) il y a 4 ans
  Jon Meow 6ab2bff69c Switch FunctionDefinition to a class (#852) il y a 4 ans