Docs.rs
satysfi-parser-0.0.3
satysfi-parser 0.0.3
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
monaqa
Dependencies
anyhow ^1.0.38
normal
glob ^0.3.0
normal
itertools ^0.10.0
normal
log ^0.4.14
normal
peg ^0.7.0
normal
structopt ^0.3.21
normal
thiserror ^1.0.24
normal
criterion ^0.3.4
dev
Versions
4.48%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
satysfi_
parser
0.0.3
All Items
Crate Items
Modules
Macros
Structs
Enums
Crate
satysfi_parser
Copy item path
Source
Modules
§
grammar
structure
saty ファイル、satyh ファイルの大まかな構造を格納したデータ構造。
Macros
§
cst
CST を楽に構成するためのマクロ。
Structs
§
Cst
Concrete syntax tree. 1つの CST は構文規則、テキストの範囲、子要素からなり、全体として木構造をなす。
CstText
CST にテキストの情報を付加したもの。
LineCol
コードを line & column 形式 (0-indexed) で指定したもの。
Span
コードの範囲を表すもの。 usize 2 個ぶんなので Copyable.
Enums
§
Mode
Rule