Jeremy G. Siek
|
864b3bde02
Generic functions, first baby step (#658)
|
hace 4 años |
Jon Meow
|
034f3600e3
Add a FatalUserError macro to help print user-caused errors. (#668)
|
hace 4 años |
Jon Meow
|
f3cbfc04c6
Move tracing_flag into a common directory (#669)
|
hace 4 años |
Jon Meow
|
8fccecadeb
Refactor output to be more streaming-focused. (#666)
|
hace 4 años |
Geoff Romer
|
def98d1182
Add support for `_` placeholder. (#661)
|
hace 4 años |
Geoff Romer
|
c3c89a77a4
Delete functions that are redundant with Get methods (#664)
|
hace 4 años |
Jon Meow
|
acb33932cb
Migrate Declaration to variant (#644)
|
hace 4 años |
Jon Meow
|
ada2be2d16
Switch Member to variant in anticipation of more kinds. (#656)
|
hace 4 años |
Jon Meow
|
ef785bb6e3
Refactor FunctionDefinition towards instance methods (#654)
|
hace 4 años |
Geoff Romer
|
d2afd45214
Stop allocating sub-Values on the Heap. (#648)
|
hace 4 años |
Jon Meow
|
0960c51d20
Switch Statement to std::variant (#639)
|
hace 4 años |
Geoff Romer
|
de05711966
Migrate Value to std::variant (#635)
|
hace 4 años |
Geoff Romer
|
c96ee2aaac
Remove `VarTV` (#617)
|
hace 4 años |
Geoff Romer
|
b3d4c56ef2
Rename "PatternVariable" names for clarity (#630)
|
hace 4 años |
Geoff Romer
|
a80ce2c566
Consistent naming for Expression and Value. (#621)
|
hace 4 años |
Geoff Romer
|
7218e8a69e
Eliminate MakeUnOp and MakeBinOp (#622)
|
hace 4 años |
Geoff Romer
|
047dfd692e
Revert to handling Expression by const pointer (#616)
|
hace 4 años |
Geoff Romer
|
fa5b9cd553
Migrate declaration parsing to value semantics (#614)
|
hace 4 años |
Geoff Romer
|
7e70a0335e
Pass Expressions by value in Statement factories. (#611)
|
hace 4 años |
Geoff Romer
|
19e4bc55ce
Migrate remaining `Expression` alternatives to `IndirectValue` (#607)
|
hace 4 años |
Geoff Romer
|
056da4dd5c
Migrate `PrimitiveOperator` to value semantics (#606)
|
hace 4 años |
Geoff Romer
|
276880ae83
Migrate `Tuple` and `FieldInitializer` to value semantics (#605)
|
hace 4 años |
Geoff Romer
|
6ca6822157
Implement `IndirectValue` (#588)
|
hace 4 años |
Geoff Romer
|
85cfb3b930
Use string values instead of string pointers in Expression. (#591)
|
hace 4 años |
Geoff Romer
|
1916258e9b
Refactor `Expression` to use `std::variant` instead of a union (#586)
|
hace 4 años |
Richard Smith
|
89e21113c3
Add 3 '*' operators: one prefix, one infix, and one postfix, per #523. (#582)
|
hace 4 años |
Geoff Romer
|
31f37f54fe
Fix golden tests to use the "target" Bazel configuration (#581)
|
hace 4 años |
Geoff Romer
|
c903eb3133
Remove `Void` (#540)
|
hace 4 años |
Jeremy G. Siek
|
56b47bcfa9
Type computation tests (#511)
|
hace 5 años |
Jeremy G. Siek
|
8924f5620b
Private unions (#492)
|
hace 5 años |