Docs.rs
jasm-assembler-0.0.0
jasm-assembler 0.0.0
Docs.rs crate page
MPL-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
fqq
github:nyar-vm:publisher
Dependencies
byteorder ^1.5.0
normal
gaia-types ^0.0.3
normal
serde ^1.0.228
normal
gaia-types ^0.0.3
dev
serde_json ^1.0.0
dev
walkdir ^2.3.3
dev
Versions
40.67%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module parser
jvm_
assembler
0.0.0
Module parser
Module Items
Structs
In jvm_
assembler::
formats::
jasm
jvm_assembler
::
formats
::
jasm
Module
parser
Copy item path
Source
Expand description
JASM 语法分析器
这个模块实现了 JASM 汇编语言的语法分析器,将 token 流转换为抽象语法树 (AST)。
Structs
§
Jasm
Parser
JASM 语法分析器