Histórico de Commits

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