File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 22
33![ Tests] ( https://github.com/Deric-W/lambda_calculus/actions/workflows/Tests.yaml/badge.svg )
44[ ![ codecov] ( https://codecov.io/gh/Deric-W/lambda_calculus/branch/main/graph/badge.svg?token=SU3982mC17 )] ( https://codecov.io/gh/Deric-W/lambda_calculus )
5+ [ ![ Documentation Status] ( https://readthedocs.org/projects/lambda-calculus/badge/?version=stable )] ( https://lambda-calculus.readthedocs.io/en/stable/?badge=stable )
56
6- The ` lambda_calculus ` package contains classes which implement basic operations of the lambda calculus.
7+ The [ ` lambda_calculus ` ] ( https://pypi.org/project/lambda-calculus/ ) package contains classes which implement basic operations of the lambda calculus.
78
89To use it, simply import the classes ` Variable ` , ` Abstraction ` and ` Application ` from this package
910and nest them to create more complex lambda terms.
1011
1112You can also use the ` visitors ` subpackage to define your own operations on terms or
1213use predefined ones from the ` terms ` subpackage.
1314
15+ More information is available on [ Read the Docs] ( https://lambda-calculus.readthedocs.io/ ) .
16+
1417## Notice
1518
1619This package is intended to be used for educational purposes and is not optimized for speed.
Original file line number Diff line number Diff line change 2424
2525[project .urls ]
2626Repository = " https://github.com/Deric-W/lambda_calculus"
27+ Documentation = " http://lambda-calculus.readthedocs.io/"
2728Bugtracker = " https://github.com/Deric-W/lambda_calculus/issues"
2829
2930[build-system ]
You can’t perform that action at this time.
0 commit comments