tagion.wasm.WastTokenizer

Undocumented in source.

Members

Enums

Chars
enum Chars
Undocumented in source.
TokenType
enum TokenType
Undocumented in source.

Functions

isInvisiable
bool isInvisiable(char ch)
Undocumented in source. Be warned that the author may not have intended to support it.
isStringChar
bool isStringChar(char ch)
Undocumented in source. Be warned that the author may not have intended to support it.
isWordChar
bool isWordChar(char ch)
Undocumented in source. Be warned that the author may not have intended to support it.
stripQuotes
string stripQuotes(string text)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

WastTokenizer
struct WastTokenizer
Undocumented in source.

Variables

wast_text
immutable(string) wast_text;
Undocumented in source.

Meta