tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
Token
tagion
wasm
WasmParser
Undocumented in source.
@
safe
struct
Token {
enum
Type
;
string
symbol
;
uint
line
;
uint
pos
;
Type
type
;
string
toText
();
}
Members
Enums
Type
enum
Type
Undocumented in source.
Functions
toText
string
toText
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
line
uint
line
;
Undocumented in source.
pos
uint
pos
;
Undocumented in source.
symbol
string
symbol
;
Undocumented in source.
type
Type
type
;
Undocumented in source.
Meta
Source
See Implementation
tagion
wasm
WasmParser
manifest constants
WASMKeywords
structs
Token
Tokenizer
WasmWord