mylang_
lexer
0.1.0
All Items
Crate Items
Modules
Structs
Enums
Traits
Functions
Crate
mylang_lexer
Copy item path
source
Expand description
字句解析器
Modules
§
result
🔒
字句解析の結果
state
🔒
字句解析器の状態
transition
🔒
字句解析器内部の状態遷移の実装
with_
pos
🔒
文字のイテレータを「位置・文字ペア」のイテレータに変換するアダプタ
Structs
§
Lex
🔒
「文字と位置のイテレータを、トークン取得結果のイテレータに変換するアダプタ」として字句解析器を実装している
Enums
§
LexErr
字句解析中に発生するエラー
Traits
§
LexExt
🔒
字句解析器に変換可能なイテレータを表すトレイト
Functions
§
lex
字句解析を実行する