Historie revizí

Autor SHA1 Zpráva Datum
  Geoff Romer 79e3d284b4 Move pattern interpretation to compile time (#904) před 4 roky
  Jon Meow ffa4e76ede Add underscores to private data members (#898) před 4 roky
  Jon Meow a9eed3dbf1 Pass the flag instead of using a global. (#893) před 4 roky
  Geoff Romer a99d882223 Perform type-checking in place (#867) před 4 roky
  Jon Meow 70797e8bf8 Mass rename SourceLoc and Tag (#860) před 4 roky
  Geoff Romer c4e40aaa86 Add support for struct types, following p0561. (#856) před 4 roky
  Jon Meow 04ab30f231 Make the AST mutable (#849) před 4 roky
  Jon Meow 56dc4ae375 Rename Ptr<T> to Nonnull<T*> (#832) před 4 roky
  Jon Meow 90f04700e2 Remove global_arena (#814) před 4 roky
  Geoff Romer f931a8cead Replace all lists with vectors (#815) před 4 roky
  Jon Meow 0601f5620b Switch Value to Ptr (#799) před 4 roky
  Jon Meow 32f5845e7b Refactor Interpreter/TypeChecker to classes to remove interpreter globals (#790) před 4 roky
  Jon Meow fd89bcb4aa Convert Pattern and Expression to Ptr (#787) před 4 roky
  Jon Meow 3ec550a85f Replace int lines with file-associated SourceLocations (#779) před 4 roky
  Geoff Romer d71f5b1784 Express stack updates using return values. (#747) před 4 roky
  Jon Meow 47325be112 Switch interpreter Stacks to Ptr (#763) před 4 roky
  Jon Meow 925c60b669 Change Declaration passing to use Ptr (#758) před 4 roky
  Geoff Romer 7138ee400f Support complex type patterns in bindings. (#759) před 4 roky
  Geoff Romer 2295658697 More detailed traces for type checking (#760) před 4 roky
  Jon Meow c1148caf7d Switch Declaration to use inheritance+cast (#714) před 4 roky
  Geoff Romer 6ac3adfa53 Factor out a `Pattern` sum type from `Expression` (#685) před 4 roky
  Geoff Romer 08a2d44570 Simplify the API and implementation of Stack (#667) před 4 roky
  Jon Meow 8fccecadeb Refactor output to be more streaming-focused. (#666) před 4 roky
  Geoff Romer d5124256a2 Split interpreter into smaller modules (#662) před 4 roky
  Jon Meow acb33932cb Migrate Declaration to variant (#644) před 4 roky
  Geoff Romer d2afd45214 Stop allocating sub-Values on the Heap. (#648) před 4 roky
  Geoff Romer e022ff106f Factor `Heap` class out of `State` (#491) před 5 roky
  Jeremy G. Siek 27fd9de5bf improved checking for liveness when reading and writing memory (#448) před 5 roky
  Jeremy G. Siek 34f1a03f7b change all expression and statement pointers to be const (#449) před 5 roky
  Jeremy G. Siek 3d02412f2f rename env and ct_env (#419) před 5 roky