Go to file
Patrick Lühne 81ddfd450a
Use custom foliage flavor
With this patch, properties specific to variable, function, and
predicate declarations are directly stored within those objects rather
than external maps that need to be queried via traits. This greatly
simplifies many parts of the logic.

This is made possible by implementing a custom foliage flavor, which
makes it possible to swap the built-in declaration types for extended
versions of those types that fulfill certain requirements.
2020-05-22 02:25:00 +02:00
examples Add prime number example 2020-05-19 12:57:09 +02:00
src Use custom foliage flavor 2020-05-22 02:25:00 +02:00
.gitignore Work in progress 2020-01-24 13:32:43 +01:00
Cargo.toml Refactor parsing formulas 2020-05-12 05:20:48 +02:00