valkyrie-antlr 0.0.1

The hand write parser of valkyrie language
Documentation
[package]

name = "valkyrie-antlr"

version = "0.0.1"

authors = ["192608617@qq.com"]

edition = "2018"

description = "The hand write parser of valkyrie language"

repository = "https://github.com/nyar-lang/NyarNative"

documentation = "https://docs.rs/valkyrie-parser"

license = "MPL-2.0"



[dependencies]

tracing = "0.1.37"

#fancy-regex = "0.11.0"

#pratt = "0.4.0"

#bit-set = "0.5.3"



[dependencies.antlr-rust]

version = "0.3.0-beta"

#version = "0.2.3"

#features = ["regex"]

#path = 'C:\Users\Dell\CLionProjects\pex\projects\pex-core'



#[dependencies.lispify]

#version = "0.1.0"

#path = 'C:\Users\Dell\CLionProjects\pex-lisp\projects\lispify'



[dependencies.valkyrie-ast]

version = "0.1.9"

features = ["pretty-print", "std", "lispify"]

path = "../valkyrie-ast"



[dependencies.valkyrie-error]

path = "../valkyrie-errors"

features = []

version = "0.1.4"



[dev-dependencies]





[build-dependencies]