Go to file
Patrick Lühne 81b9ca4cfa
Require identity equality for variable declarations
Variable declarations should only be considered equal if their identity
is equal. In other words, just because two different variable
declarations share the same name, they aren’t automatically equal. This
is to support situations in which nested variable declarations shadow
variable declarations of the same name at a higher level.
2020-02-03 02:39:15 +01:00
benches Rename project “foliage” 2019-11-01 21:00:00 +01:00
examples Respect operator precedence when printing 2019-11-01 22:35:51 +01:00
src Require identity equality for variable declarations 2020-02-03 02:39:15 +01:00
.gitignore Implement term parsing 2019-11-01 05:40:48 +01:00
Cargo.toml Rename project “foliage” 2019-11-01 21:00:00 +01:00