Commit Verlauf

Autor SHA1 Nachricht Datum
  Jon Meow 70797e8bf8 Mass rename SourceLoc and Tag (#860) vor 4 Jahren
  Geoff Romer c4e40aaa86 Add support for struct types, following p0561. (#856) vor 4 Jahren
  Jon Meow 04ab30f231 Make the AST mutable (#849) vor 4 Jahren
  Jon Meow 56dc4ae375 Rename Ptr<T> to Nonnull<T*> (#832) vor 4 Jahren
  Jon Meow 90f04700e2 Remove global_arena (#814) vor 4 Jahren
  Geoff Romer f931a8cead Replace all lists with vectors (#815) vor 4 Jahren
  Jon Meow 0601f5620b Switch Value to Ptr (#799) vor 4 Jahren
  Jon Meow 32f5845e7b Refactor Interpreter/TypeChecker to classes to remove interpreter globals (#790) vor 4 Jahren
  Jon Meow fd89bcb4aa Convert Pattern and Expression to Ptr (#787) vor 4 Jahren
  Jon Meow 3ec550a85f Replace int lines with file-associated SourceLocations (#779) vor 4 Jahren
  Geoff Romer d71f5b1784 Express stack updates using return values. (#747) vor 4 Jahren
  Jon Meow 47325be112 Switch interpreter Stacks to Ptr (#763) vor 4 Jahren
  Jon Meow 925c60b669 Change Declaration passing to use Ptr (#758) vor 4 Jahren
  Geoff Romer 7138ee400f Support complex type patterns in bindings. (#759) vor 4 Jahren
  Geoff Romer 2295658697 More detailed traces for type checking (#760) vor 4 Jahren
  Jon Meow c1148caf7d Switch Declaration to use inheritance+cast (#714) vor 4 Jahren
  Geoff Romer 6ac3adfa53 Factor out a `Pattern` sum type from `Expression` (#685) vor 4 Jahren
  Geoff Romer 08a2d44570 Simplify the API and implementation of Stack (#667) vor 4 Jahren
  Jon Meow 8fccecadeb Refactor output to be more streaming-focused. (#666) vor 4 Jahren
  Geoff Romer d5124256a2 Split interpreter into smaller modules (#662) vor 4 Jahren
  Jon Meow acb33932cb Migrate Declaration to variant (#644) vor 4 Jahren
  Geoff Romer d2afd45214 Stop allocating sub-Values on the Heap. (#648) vor 4 Jahren
  Geoff Romer e022ff106f Factor `Heap` class out of `State` (#491) vor 5 Jahren
  Jeremy G. Siek 27fd9de5bf improved checking for liveness when reading and writing memory (#448) vor 5 Jahren
  Jeremy G. Siek 34f1a03f7b change all expression and statement pointers to be const (#449) vor 5 Jahren
  Jeremy G. Siek 3d02412f2f rename env and ct_env (#419) vor 5 Jahren
  Jeremy G. Siek 3fa72d2984 Experimental control-flow operator (#368) vor 5 Jahren
  Dave Abrahams dd4e37e761 const-ify Value*s in preparation for value semantic transformation (#409) vor 5 Jahren
  Jeremy G. Siek 1da97fc9cf Separate alive flag from the Value class (#408) vor 5 Jahren
  Jeremy G. Siek 05db2012ab replace uses of AssocList with Dictionary (#344) vor 5 Jahren