]> Witch of Git - mukan/commit
Move the terms out into a separate file
authorCassie Jones <code@witchoflight.com>
Mon, 17 Feb 2020 11:05:01 +0000 (12:05 +0100)
committerCassie Jones <code@witchoflight.com>
Mon, 17 Feb 2020 11:06:30 +0000 (12:06 +0100)
commitf3e226d8e89278a25303ce0c9e3693f30b0e53d6
tree76b130a545fefcad3a6048dfbf7fe6d155910ebc
parent16969e7cd181579195a08df52fd0848ce345d221
Move the terms out into a separate file

The term is essentially purely user syntax, and has a decent chunk of
trait implementation boilerplate. It's nice to split it out from the
main chunk of the algorithm.
src/lib.rs
src/term.rs [new file with mode: 0644]