Geoff Romer
|
6ca6822157
Implement `IndirectValue` (#588)
|
4 years ago |
Geoff Romer
|
85cfb3b930
Use string values instead of string pointers in Expression. (#591)
|
4 years ago |
Geoff Romer
|
1916258e9b
Refactor `Expression` to use `std::variant` instead of a union (#586)
|
4 years ago |
Richard Smith
|
89e21113c3
Add 3 '*' operators: one prefix, one infix, and one postfix, per #523. (#582)
|
4 years ago |
Geoff Romer
|
31f37f54fe
Fix golden tests to use the "target" Bazel configuration (#581)
|
4 years ago |
Geoff Romer
|
c903eb3133
Remove `Void` (#540)
|
4 years ago |
Jeremy G. Siek
|
56b47bcfa9
Type computation tests (#511)
|
5 years ago |
Jeremy G. Siek
|
8924f5620b
Private unions (#492)
|
5 years ago |
Geoff Romer
|
1933cfeeeb
Stop using `std::pair` in the implementation of tuples (#479)
|
5 years ago |
Geoff Romer
|
e022ff106f
Factor `Heap` class out of `State` (#491)
|
5 years ago |
Jeremy G. Siek
|
5946d9c033
Tuple restrictions (#486)
|
5 years ago |
Jeremy G. Siek
|
c1d651fc15
Fix equality for tuples (#446)
|
5 years ago |
Jeremy G. Siek
|
27fd9de5bf
improved checking for liveness when reading and writing memory (#448)
|
5 years ago |
Jeremy G. Siek
|
34f1a03f7b
change all expression and statement pointers to be const (#449)
|
5 years ago |
Geoff Romer
|
cf7c97bf28
Unify tuple types with tuples-of-types in the interpreter (#442)
|
5 years ago |
Jeremy G. Siek
|
3d02412f2f
rename env and ct_env (#419)
|
5 years ago |
Jeremy G. Siek
|
3fa72d2984
Experimental control-flow operator (#368)
|
5 years ago |
Dave Abrahams
|
dd4e37e761
const-ify Value*s in preparation for value semantic transformation (#409)
|
5 years ago |
Jeremy G. Siek
|
b2455d8dba
renames ExecutionEnvironment, fixes #394 (#395)
|
5 years ago |
Dave Abrahams
|
7e1721dc01
lowerCamelCase => snake_case (#396)
|
5 years ago |
Jeremy G. Siek
|
ced98ef021
Global variables (#378)
|
5 years ago |
Jeremy G. Siek
|
05db2012ab
replace uses of AssocList with Dictionary (#344)
|
5 years ago |
Jeremy G. Siek
|
cd18e24176
Create a Dictionary abstraction over the raw Cons list. (#327)
|
5 years ago |
Jeremy G. Siek
|
b2c9203143
adding missing exit for pattern variable in wrong context and a test case for it (#324)
|
5 years ago |
Geoff Romer
|
9d0b48478f
Fix compilation errors in choice1.6c (#322)
|
5 years ago |
Dave Abrahams
|
f5300a84e5
Revert "improve abstraction for AssocList, fix bug in optional else (#315)" (#320)
|
5 years ago |
Jeremy G. Siek
|
bf6bb800c4
improve abstraction for AssocList, fix bug in optional else (#315)
|
5 years ago |
Dave Abrahams
|
102ea3ccaf
Value semantics for Declaration. (#313)
|
5 years ago |
Dave Abrahams
|
2205fd52ce
[executable semantics] class-ify Declaration (#307)
|
5 years ago |
Dave Abrahams
|
29a59944fa
Executable Semantics: 1st-class stacks (#296)
|
5 years ago |