Skip to content

Tags: Deric-W/lambda_calculus

Tags

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #10 from Deric-W/abc

add predefined variables

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #3 from Deric-W/cleanup

mark multiple things as final

v2.2.3

Toggle v2.2.3's commit message

Verified

This commit was signed with the committer’s verified signature.
Deric-W Eric W.
fix documentation build

v2.2.2

Toggle v2.2.2's commit message

Verified

This commit was signed with the committer’s verified signature.
Deric-W Eric W.
increment patch version

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
Deric-W Eric W.
correct README statement about recursive terms

BetaNormalisingVisitor can not produce cycles
because it does not modify terms, preventing them
from referencing terms available after their construction.

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
Deric-W Eric W.
add terms.combinators

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
Deric-W Eric W.
improve CollisionError string representations

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
Deric-W Eric W.
improve BetaNormalisingVisitor and Substitutions

This commit modifies BetaNormalisingVisitor to yield alpha conversions,
which required refactoring the Visitors used for substitution

v1.11.0

Toggle v1.11.0's commit message

Verified

This commit was signed with the committer’s verified signature.
Deric-W Eric W.
add method chaining for term construction

v1.10.2

Toggle v1.10.2's commit message

Verified

This commit was signed with the committer’s verified signature.
Deric-W Eric W.
fix license display, again