Geoff Romer
|
d71f5b1784
Express stack updates using return values. (#747)
|
vor 4 Jahren |
Jon Meow
|
367f9e4e94
Rename struct to class per #651 (#765)
|
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 |
Jon Meow
|
c6ebe0db67
Add `Ptr` and `RawNew` for migration (#751)
|
vor 4 Jahren |
Jon Meow
|
250ce4ab00
Add string parsing and a print builtin (#721)
|
vor 4 Jahren |
Jon Meow
|
d5564280ab
Switch Statement to use inheritance+cast (#718)
|
vor 4 Jahren |
Jon Meow
|
dbcd6ad20d
Switch Expression to use inheritance+cast (#712)
|
vor 4 Jahren |
Jon Meow
|
4e0307efbc
Switch Member to use inheritance+cast (#713)
|
vor 4 Jahren |
Jon Meow
|
4b2346cfcd
Switch Action to use inheritance+cast (#711)
|
vor 4 Jahren |
Jon Meow
|
c1148caf7d
Switch Declaration to use inheritance+cast (#714)
|
vor 4 Jahren |
Jon Meow
|
2e9e4f4cb3
Migrate remaining exits to FATAL_*_ERROR calls (#704)
|
vor 4 Jahren |
Jon Meow
|
5749413b28
Add TupleValue::Empty for the common empty tuple case (#708)
|
vor 4 Jahren |
Jon Meow
|
7e91fbc276
Switch Value to use the inherit/cast model (#703)
|
vor 4 Jahren |
Jon Meow
|
6ae9cc3cf8
Add support for `return;` (#678)
|
vor 4 Jahren |
Jon Meow
|
9829f188b7
Move all new's to global_arena, and remove ASAN disabling (#690)
|
vor 4 Jahren |
Geoff Romer
|
6ac3adfa53
Factor out a `Pattern` sum type from `Expression` (#685)
|
vor 4 Jahren |
Jon Meow
|
f0af3cb795
Switch from llvm::errs()+exit() to FATAL_USER_ERROR() stream-based handling. (#670)
|
vor 4 Jahren |
Geoff Romer
|
fb0c0b63bf
Fix `match` bug when no `case` matches (#677)
|
vor 4 Jahren |
Jon Meow
|
edbc3f7716
Use llvm::ListSeparator for simpler separators (#671)
|
vor 4 Jahren |
Jeremy G. Siek
|
864b3bde02
Generic functions, first baby step (#658)
|
vor 4 Jahren |
Jon Meow
|
f3cbfc04c6
Move tracing_flag into a common directory (#669)
|
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 |
Jon Meow
|
1ddb1a264a
Restructure CHECK to provide a stream (#660)
|
vor 4 Jahren |
Geoff Romer
|
d5124256a2
Split interpreter into smaller modules (#662)
|
vor 4 Jahren |
Geoff Romer
|
def98d1182
Add support for `_` placeholder. (#661)
|
vor 4 Jahren |
Geoff Romer
|
c3c89a77a4
Delete functions that are redundant with Get methods (#664)
|
vor 4 Jahren |
Jon Meow
|
acb33932cb
Migrate Declaration to variant (#644)
|
vor 4 Jahren |