b2c2-parser 1.0.5

b2c2におけるBASICコードのパーサー?
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "b2c2-casl2"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fa3dc15ee38fbbea985b4776b3adff5610e8c4bb2872225e0c4a8273c7529af"
dependencies = [
 "b2c2-common",
]

[[package]]
name = "b2c2-common"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "423b93fa29c81d20421054e21e16c4d3396d5a23a97c57c8711bd5b0440d5823"

[[package]]
name = "b2c2-compiler-common"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1df86a246e5c70275e28e933edfbc358ea41998020ea3573a6a7902cda5e1362"
dependencies = [
 "b2c2-casl2",
]

[[package]]
name = "b2c2-parser"
version = "1.0.5"
dependencies = [
 "b2c2-casl2",
 "b2c2-common",
 "b2c2-compiler-common",
 "b2c2-tokenizer",
]

[[package]]
name = "b2c2-tokenizer"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c730b280f71f3fd33d66335d388ff2eefd3c5a2f728c4be3e0e5dd2d449118a"
dependencies = [
 "b2c2-common",
]