Historial de Commits

Autor SHA1 Mensaje Fecha
  Geoff Romer c311c8849c Use static name resolution in Interpreter (#1022) hace 4 años
  Geoff Romer 461e178273 Store named constant values in the AST (#1011) hace 4 años
  Geoff Romer 3f7e1cd3fb Clarify and simplify handling of lvalues (#956) hace 4 años
  Geoff Romer 9642d7ad05 Factor out ActionStack from Interpreter (#951) hace 4 años
  Geoff Romer a4aff26821 Stop allocating Actions on the Arena (#934) hace 4 años
  Jon Meow 73eea8e47a Merge UnwindTo and UnwindPast logic (#926) hace 4 años
  Geoff Romer 0df9e8666c Factor `AllocationId` out of `Address` (#916) hace 4 años
  Geoff Romer 3bec7f8dc0 Unify Action and Scope stacks, and eliminate Frame (#880) hace 4 años
  Geoff Romer 3677b76cb8 Perform implicit conversions at run time (#903) hace 4 años
  Geoff Romer 79e3d284b4 Move pattern interpretation to compile time (#904) hace 4 años
  Jon Meow ffa4e76ede Add underscores to private data members (#898) hace 4 años
  Jon Meow a9eed3dbf1 Pass the flag instead of using a global. (#893) hace 4 años
  Geoff Romer a99d882223 Perform type-checking in place (#867) hace 4 años
  Jon Meow 70797e8bf8 Mass rename SourceLoc and Tag (#860) hace 4 años
  Geoff Romer c4e40aaa86 Add support for struct types, following p0561. (#856) hace 4 años
  Jon Meow 04ab30f231 Make the AST mutable (#849) hace 4 años
  Jon Meow 56dc4ae375 Rename Ptr<T> to Nonnull<T*> (#832) hace 4 años
  Jon Meow 90f04700e2 Remove global_arena (#814) hace 4 años
  Geoff Romer f931a8cead Replace all lists with vectors (#815) hace 4 años
  Jon Meow 0601f5620b Switch Value to Ptr (#799) hace 4 años
  Jon Meow 32f5845e7b Refactor Interpreter/TypeChecker to classes to remove interpreter globals (#790) hace 4 años
  Jon Meow fd89bcb4aa Convert Pattern and Expression to Ptr (#787) hace 4 años
  Jon Meow 3ec550a85f Replace int lines with file-associated SourceLocations (#779) hace 4 años
  Geoff Romer d71f5b1784 Express stack updates using return values. (#747) hace 4 años
  Jon Meow 47325be112 Switch interpreter Stacks to Ptr (#763) hace 4 años
  Jon Meow 925c60b669 Change Declaration passing to use Ptr (#758) hace 4 años
  Geoff Romer 7138ee400f Support complex type patterns in bindings. (#759) hace 4 años
  Geoff Romer 2295658697 More detailed traces for type checking (#760) hace 4 años
  Jon Meow c1148caf7d Switch Declaration to use inheritance+cast (#714) hace 4 años
  Geoff Romer 6ac3adfa53 Factor out a `Pattern` sum type from `Expression` (#685) hace 4 años