chronlang-parser 0.1.7

A parser for Chronlang, a computer language for crafting constructed languages.
Documentation
1
2
3
4
5
6
7
8
release-patch:
	cargo release patch --no-publish --execute

release-minor:
	cargo release minor --no-publish --execute

release-major:
	cargo release major --no-publish --execute