pr47 0.1.1

A semi-experimental programming language. Still working in progress.
Documentation
[[bin]]
name = "token47"
path = "bin/token47.rs"
required-features = ["compiler", "compiler-pretty-diag"]

[[bin]]
name = "bench_al31fm2_sync"
path = "raw_benches/bench_al31fm2_sync.rs"
required-features = ["bench"]

[[bin]]
name = "bench_al31fm2"
path = "raw_benches/bench_al31fm2.rs"
required-features = ["bench", "async"]
[dependencies.async-std]
optional = true
version = "1"

[dependencies.futures]
optional = true
version = "0.3"

[dependencies.phf]
features = ["macros"]
optional = true
version = "0.10"

[dependencies.pollster]
version = "0.2"

[dependencies.pr47-codegen]
version = "0.0.2"

[dependencies.smallvec]
optional = true
version = "1"

[dependencies.tokio]
features = ["rt", "sync", "time"]
optional = true
version = "1"

[dependencies.unchecked_unwrap]
version = "3"

[dependencies.unicode-width]
optional = true
version = "0.1"

[dependencies.xjbutil]
default-features = false
features = ["defer", "either", "fat_ptr", "korobka", "makro", "mem", "std-ext", "unchecked", "void"]
version = "0.1"
[dev-dependencies.tokio]
features = ["rt-multi-thread"]
version = "1"

[dev-dependencies.variant_count]
version = "1"

[features]
async = ["futures", "xjbutil/async"]
async-astd = ["async", "async-std", "xjbutil/async-astd"]
async-tokio = ["async", "tokio", "xjbutil/async-tokio"]
bench = []
compiler = ["phf", "smallvec"]
compiler-pretty-diag = ["unicode-width"]
default = ["async-tokio", "compiler", "compiler-pretty-diag", "optimized-rtlc", "std47"]
huge-align = []
no-rtlc = []
optimized-rtlc = []
std47 = []

[package]
authors = ["ICEY <icey@icey.tech>"]
description = "A semi-experimental programming language. Still working in progress."
edition = "2018"
license = "MIT"
name = "pr47"
readme = "../README.md"
repository = "https://github.com/Pr47/Pr47"
resolver = "2"
version = "0.1.1"