История коммитов

Автор SHA1 Сообщение Дата
  Geoff Romer bb28d37eed Drop support for named tuple fields (#886) 4 лет назад
  Jon Meow 924259986a Switch static_type to return Expression& (#887) 4 лет назад
  Jon Meow 55ecb62ce5 Refactor Expression accessor/mutator style (#883) 4 лет назад
  Geoff Romer 652bee6d99 Add static types to AST. (#879) 4 лет назад
  Geoff Romer 6068d2306b Address feedback from #856 (#864) 4 лет назад
  Jon Meow 70797e8bf8 Mass rename SourceLoc and Tag (#860) 4 лет назад
  Geoff Romer c4e40aaa86 Add support for struct types, following p0561. (#856) 4 лет назад
  Jon Meow d157d96338 Migrate Declaration to newer property style, class-ify ClassDefinition (#859) 4 лет назад
  Jon Meow 04ab30f231 Make the AST mutable (#849) 4 лет назад
  Jon Meow 56dc4ae375 Rename Ptr<T> to Nonnull<T*> (#832) 4 лет назад
  Jon Meow 90f04700e2 Remove global_arena (#814) 4 лет назад
  Jon Meow fd89bcb4aa Convert Pattern and Expression to Ptr (#787) 4 лет назад
  Jon Meow 3ec550a85f Replace int lines with file-associated SourceLocations (#779) 4 лет назад
  Jon Meow 1eeaa208f2 Move paren_contents under ast and restrict syntax BUILD visibility (#756) 4 лет назад
  Jon Meow 250ce4ab00 Add string parsing and a print builtin (#721) 4 лет назад
  Jon Meow dbcd6ad20d Switch Expression to use inheritance+cast (#712) 4 лет назад
  Jon Meow 6ae9cc3cf8 Add support for `return;` (#678) 4 лет назад
  Geoff Romer 6ac3adfa53 Factor out a `Pattern` sum type from `Expression` (#685) 4 лет назад
  Geoff Romer a8f56797b8 Add Dump methods to printable types. (#681) 4 лет назад
  Jon Meow 8fccecadeb Refactor output to be more streaming-focused. (#666) 4 лет назад
  Geoff Romer def98d1182 Add support for `_` placeholder. (#661) 4 лет назад
  Jon Meow b03d3cdbb0 Use a lambda for tag's visit (#645) 4 лет назад
  Geoff Romer de05711966 Migrate Value to std::variant (#635) 4 лет назад
  Geoff Romer b3d4c56ef2 Rename "PatternVariable" names for clarity (#630) 4 лет назад
  Geoff Romer a80ce2c566 Consistent naming for Expression and Value. (#621) 4 лет назад
  Geoff Romer 7218e8a69e Eliminate MakeUnOp and MakeBinOp (#622) 4 лет назад
  Geoff Romer 047dfd692e Revert to handling Expression by const pointer (#616) 4 лет назад
  Geoff Romer 19e4bc55ce Migrate remaining `Expression` alternatives to `IndirectValue` (#607) 4 лет назад
  Geoff Romer 056da4dd5c Migrate `PrimitiveOperator` to value semantics (#606) 4 лет назад
  Geoff Romer 276880ae83 Migrate `Tuple` and `FieldInitializer` to value semantics (#605) 4 лет назад