welly-parser 0.1.1

An artisinal parser for the Welly programming language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]

[package]
authors = ["Alistair Turnbull <welly@minworks.co.uk>"]
categories = ["compilers", "parsing"]
description = "An artisinal parser for the Welly programming language"
edition = "2021"
homepage = "https://wellylang.org"
keywords = ["parser", "welly"]
license = "BSD-2-Clause"
name = "welly-parser"
readme = "README.md"
repository = "https://github.com/apt1002/welly-parser"
resolver = "2"
rust-version = "1.63"
version = "0.1.1"