Geoff Romer
|
b3d4c56ef2
Rename "PatternVariable" names for clarity (#630)
|
4 tahun lalu |
Geoff Romer
|
a80ce2c566
Consistent naming for Expression and Value. (#621)
|
4 tahun lalu |
Geoff Romer
|
7218e8a69e
Eliminate MakeUnOp and MakeBinOp (#622)
|
4 tahun lalu |
Geoff Romer
|
047dfd692e
Revert to handling Expression by const pointer (#616)
|
4 tahun lalu |
Geoff Romer
|
19e4bc55ce
Migrate remaining `Expression` alternatives to `IndirectValue` (#607)
|
4 tahun lalu |
Geoff Romer
|
056da4dd5c
Migrate `PrimitiveOperator` to value semantics (#606)
|
4 tahun lalu |
Geoff Romer
|
276880ae83
Migrate `Tuple` and `FieldInitializer` to value semantics (#605)
|
4 tahun lalu |
Jon Meow
|
6c259dd5de
Switch from assert to a CHECK macro to run in all build modes. (#595)
|
4 tahun lalu |
Geoff Romer
|
6ca6822157
Implement `IndirectValue` (#588)
|
4 tahun lalu |
Geoff Romer
|
85cfb3b930
Use string values instead of string pointers in Expression. (#591)
|
4 tahun lalu |
Geoff Romer
|
1916258e9b
Refactor `Expression` to use `std::variant` instead of a union (#586)
|
4 tahun lalu |
Richard Smith
|
89e21113c3
Add 3 '*' operators: one prefix, one infix, and one postfix, per #523. (#582)
|
4 tahun lalu |
Jeremy G. Siek
|
8924f5620b
Private unions (#492)
|
5 tahun lalu |
Geoff Romer
|
1933cfeeeb
Stop using `std::pair` in the implementation of tuples (#479)
|
5 tahun lalu |
Jeremy G. Siek
|
5946d9c033
Tuple restrictions (#486)
|
5 tahun lalu |
Jeremy G. Siek
|
34f1a03f7b
change all expression and statement pointers to be const (#449)
|
5 tahun lalu |
Jeremy G. Siek
|
3fa72d2984
Experimental control-flow operator (#368)
|
5 tahun lalu |
Dave Abrahams
|
f5300a84e5
Revert "improve abstraction for AssocList, fix bug in optional else (#315)" (#320)
|
5 tahun lalu |
Jeremy G. Siek
|
bf6bb800c4
improve abstraction for AssocList, fix bug in optional else (#315)
|
5 tahun lalu |
Dave Abrahams
|
2205fd52ce
[executable semantics] class-ify Declaration (#307)
|
5 tahun lalu |
Jon Meow
|
6e5070de18
Adapting jsiek's executable semantics tooling for commit. (#237)
|
5 tahun lalu |