Geoff Romer
|
6ac3adfa53
Factor out a `Pattern` sum type from `Expression` (#685)
|
4 år sedan |
Jon Meow
|
b08f6bb0f1
Add a global arena to start cleaning up ASAN errors (#687)
|
4 år sedan |
Geoff Romer
|
a8f56797b8
Add Dump methods to printable types. (#681)
|
4 år sedan |
Jon Meow
|
f0af3cb795
Switch from llvm::errs()+exit() to FATAL_USER_ERROR() stream-based handling. (#670)
|
4 år sedan |
Jon Meow
|
edbc3f7716
Use llvm::ListSeparator for simpler separators (#671)
|
4 år sedan |
Jon Meow
|
034f3600e3
Add a FatalUserError macro to help print user-caused errors. (#668)
|
4 år sedan |
Jon Meow
|
8fccecadeb
Refactor output to be more streaming-focused. (#666)
|
4 år sedan |
Geoff Romer
|
def98d1182
Add support for `_` placeholder. (#661)
|
4 år sedan |
Jon Meow
|
b03d3cdbb0
Use a lambda for tag's visit (#645)
|
4 år sedan |
Geoff Romer
|
de05711966
Migrate Value to std::variant (#635)
|
4 år sedan |
Geoff Romer
|
b3d4c56ef2
Rename "PatternVariable" names for clarity (#630)
|
4 år sedan |
Geoff Romer
|
a80ce2c566
Consistent naming for Expression and Value. (#621)
|
4 år sedan |
Geoff Romer
|
7218e8a69e
Eliminate MakeUnOp and MakeBinOp (#622)
|
4 år sedan |
Geoff Romer
|
047dfd692e
Revert to handling Expression by const pointer (#616)
|
4 år sedan |
Geoff Romer
|
19e4bc55ce
Migrate remaining `Expression` alternatives to `IndirectValue` (#607)
|
4 år sedan |
Geoff Romer
|
056da4dd5c
Migrate `PrimitiveOperator` to value semantics (#606)
|
4 år sedan |
Geoff Romer
|
276880ae83
Migrate `Tuple` and `FieldInitializer` to value semantics (#605)
|
4 år sedan |
Jon Meow
|
6c259dd5de
Switch from assert to a CHECK macro to run in all build modes. (#595)
|
4 år sedan |
Geoff Romer
|
6ca6822157
Implement `IndirectValue` (#588)
|
4 år sedan |
Geoff Romer
|
85cfb3b930
Use string values instead of string pointers in Expression. (#591)
|
4 år sedan |
Geoff Romer
|
1916258e9b
Refactor `Expression` to use `std::variant` instead of a union (#586)
|
4 år sedan |
Richard Smith
|
89e21113c3
Add 3 '*' operators: one prefix, one infix, and one postfix, per #523. (#582)
|
4 år sedan |
Jeremy G. Siek
|
8924f5620b
Private unions (#492)
|
5 år sedan |
Geoff Romer
|
1933cfeeeb
Stop using `std::pair` in the implementation of tuples (#479)
|
5 år sedan |
Jeremy G. Siek
|
5946d9c033
Tuple restrictions (#486)
|
5 år sedan |
Jeremy G. Siek
|
34f1a03f7b
change all expression and statement pointers to be const (#449)
|
5 år sedan |
Jeremy G. Siek
|
3fa72d2984
Experimental control-flow operator (#368)
|
5 år sedan |
Dave Abrahams
|
f5300a84e5
Revert "improve abstraction for AssocList, fix bug in optional else (#315)" (#320)
|
5 år sedan |
Jeremy G. Siek
|
bf6bb800c4
improve abstraction for AssocList, fix bug in optional else (#315)
|
5 år sedan |
Dave Abrahams
|
2205fd52ce
[executable semantics] class-ify Declaration (#307)
|
5 år sedan |