bsharp_parser 0.2.2

The B# programming language!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "bsharp_parser"
version = "0.2.2"
edition = "2021"

license = "MIT"
description = "The B# programming language!"
readme = "../README.md"
keywords = ["language", "compiler"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tokens = { path = "../tokens", package = "bsharp_tokens", version = "0.2.2" }