Commit History

Author SHA1 Message Date
  Jon Meow 36ed79dc25 Convert Statement to use Ptr (#788) 4 years ago
  Geoff Romer 0ac220b30f Add equality comparisons to Ptr (#774) 4 years ago
  Jon Meow fd89bcb4aa Convert Pattern and Expression to Ptr (#787) 4 years ago
  Jon Meow e93a361032 Use Ptr for Member (#786) 4 years ago
  Jon Meow 3ec550a85f Replace int lines with file-associated SourceLocations (#779) 4 years ago
  Geoff Romer d71f5b1784 Express stack updates using return values. (#747) 4 years ago
  Jon Meow 367f9e4e94 Rename struct to class per #651 (#765) 4 years ago
  Jon Meow 47325be112 Switch interpreter Stacks to Ptr (#763) 4 years ago
  Jon Meow 925c60b669 Change Declaration passing to use Ptr (#758) 4 years ago
  Geoff Romer 7138ee400f Support complex type patterns in bindings. (#759) 4 years ago
  Jon Meow c6ebe0db67 Add `Ptr` and `RawNew` for migration (#751) 4 years ago
  Jon Meow 250ce4ab00 Add string parsing and a print builtin (#721) 4 years ago
  Jon Meow d5564280ab Switch Statement to use inheritance+cast (#718) 4 years ago
  Jon Meow dbcd6ad20d Switch Expression to use inheritance+cast (#712) 4 years ago
  Jon Meow 4e0307efbc Switch Member to use inheritance+cast (#713) 4 years ago
  Jon Meow 4b2346cfcd Switch Action to use inheritance+cast (#711) 4 years ago
  Jon Meow c1148caf7d Switch Declaration to use inheritance+cast (#714) 4 years ago
  Jon Meow 2e9e4f4cb3 Migrate remaining exits to FATAL_*_ERROR calls (#704) 4 years ago
  Jon Meow 5749413b28 Add TupleValue::Empty for the common empty tuple case (#708) 4 years ago
  Jon Meow 7e91fbc276 Switch Value to use the inherit/cast model (#703) 4 years ago
  Jon Meow 6ae9cc3cf8 Add support for `return;` (#678) 4 years ago
  Jon Meow 9829f188b7 Move all new's to global_arena, and remove ASAN disabling (#690) 4 years ago
  Geoff Romer 6ac3adfa53 Factor out a `Pattern` sum type from `Expression` (#685) 4 years ago
  Jon Meow f0af3cb795 Switch from llvm::errs()+exit() to FATAL_USER_ERROR() stream-based handling. (#670) 4 years ago
  Geoff Romer fb0c0b63bf Fix `match` bug when no `case` matches (#677) 4 years ago
  Jon Meow edbc3f7716 Use llvm::ListSeparator for simpler separators (#671) 4 years ago
  Jeremy G. Siek 864b3bde02 Generic functions, first baby step (#658) 4 years ago
  Jon Meow f3cbfc04c6 Move tracing_flag into a common directory (#669) 4 years ago
  Geoff Romer 08a2d44570 Simplify the API and implementation of Stack (#667) 4 years ago
  Jon Meow 8fccecadeb Refactor output to be more streaming-focused. (#666) 4 years ago