Enum cranelift_isle::lexer::Token [−][src]
Expand description
A token of ISLE source.
Variants
LParen
Left paren.
RParen
Right paren.
Symbol(String)
Tuple Fields
0: String
A symbol, e.g. Foo
.
Int(i64)
Tuple Fields
0: i64
An integer.
At
@
Lt
<
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Token
impl UnwindSafe for Token
Blanket Implementations
Mutably borrows from an owned value. Read more