Updated README

This commit is contained in:
2022-10-28 20:45:39 -07:00
parent 03e742821d
commit f67d1e2730
3 changed files with 102 additions and 17 deletions

View File

@ -1,7 +1,21 @@
[project]
name = "Lamb"
description = "A lambda calculus engine"
version = "0.0.0"
# We use the standard semantic versioning:
# maj.min.pat
#
# Major release:
# 1.0.0 is the first stable release.
# Incremented on BIG breaking changes.
#
# Minor release:
# Large bug fixes, new features
#
# Patch release:
# Small, compatible fixes.
version = "0.1.0"
dependencies = [
"prompt-toolkit==3.0.31",
"pyparsing==3.0.9"