Commit Verlauf

Autor SHA1 Nachricht Datum
  Geoff Romer 17e0a1afb9 Implement static name resolution (#958) vor 4 Jahren
  Geoff Romer dc5e62fc7a Support parsing and testing unimplemented expressions (#957) vor 4 Jahren
  Geoff Romer 7a5b8434c8 Define a base class for all AST nodes. (#947) vor 4 Jahren
  Geoff Romer d854fb93cb Factor out AST node for function return types. (#912) vor 4 Jahren
  Geoff Romer a9bb06ca14 Make NamedEntityInterface non-movable (#946) vor 4 Jahren
  Jon Meow e8d9b7675b Merge ClassDefinition and ClassDeclaration (#940) vor 4 Jahren
  Jon Meow 27e084d37a Start populating named entities in relevant locations. (#919) vor 4 Jahren
  Jon Meow bbd4940e6d Be more explicit about AST types (#921) vor 4 Jahren
  Geoff Romer 3677b76cb8 Perform implicit conversions at run time (#903) vor 4 Jahren
  Jon Meow 057b9fe253 Clean up remaining executable_semantics clang-tidy warnings (#906) vor 4 Jahren
  Geoff Romer a3eac75a5b Unify function declarations and definitions. (#896) vor 4 Jahren
  Jon Meow 70797e8bf8 Mass rename SourceLoc and Tag (#860) vor 4 Jahren
  Jon Meow d157d96338 Migrate Declaration to newer property style, class-ify ClassDefinition (#859) vor 4 Jahren
  Jon Meow 04ab30f231 Make the AST mutable (#849) vor 4 Jahren
  Jon Meow 721743bc58 Change Alternative to a class (#853) vor 4 Jahren
  Jon Meow 6ab2bff69c Switch FunctionDefinition to a class (#852) vor 4 Jahren
  Jon Meow b1af08fed0 Rename ptr.h to nonnull.h (#839) vor 4 Jahren
  Jon Meow 56dc4ae375 Rename Ptr<T> to Nonnull<T*> (#832) vor 4 Jahren
  Geoff Romer f931a8cead Replace all lists with vectors (#815) vor 4 Jahren
  Jon Meow fd89bcb4aa Convert Pattern and Expression to Ptr (#787) vor 4 Jahren
  Jon Meow e93a361032 Use Ptr for Member (#786) vor 4 Jahren
  Jon Meow 3ec550a85f Replace int lines with file-associated SourceLocations (#779) vor 4 Jahren
  Jon Meow 5b18f24db0 Switch allocation of FunctionDefinition to use Ptr (#785) vor 4 Jahren
  Jon Meow 367f9e4e94 Rename struct to class per #651 (#765) vor 4 Jahren
  Jon Meow a6655b320c Clean up Declaration/TypeCheck dependency (#753) vor 4 Jahren
  Jon Meow d3c7ca3131 Remove FunctionDefinition's default constructor (#735) vor 4 Jahren
  Jon Meow c1148caf7d Switch Declaration to use inheritance+cast (#714) vor 4 Jahren
  Jon Meow 7e91fbc276 Switch Value to use the inherit/cast model (#703) vor 4 Jahren
  Geoff Romer 6ac3adfa53 Factor out a `Pattern` sum type from `Expression` (#685) vor 4 Jahren
  Geoff Romer a8f56797b8 Add Dump methods to printable types. (#681) vor 4 Jahren