charj 0.1.0

Charj is a language for describe other languages
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
authors = ["Phodal Huang <h@phodal.com>"]
categories = ["text-processing", "command-line-interface", "development-tools", "parser-implementations", "parsing"]
description = "Charj is a language for describe other languages\n"
documentation = "https://github.com/phodal/charj"
edition = "2018"
exclude = ["benchmark/*", "fixtures/*", ".github/*", ".gitattributes", ".adr.json", ".cargo_vcs_info.json"]
homepage = "https://github.com/phodal/charj"
license = "MIT"
name = "charj"
readme = "README.md"
repository = "https://github.com/phodal/charj"
version = "0.1.0"