tooling.Scanner

Undocumented in source.

Members

Classes

Entity
class Entity
Undocumented in source.

Functions

detab
string detab(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
entityNames
auto entityNames(Entity[] entries)
Undocumented in source. Be warned that the author may not have intended to support it.
isClass
bool isClass(Entity e)
Undocumented in source. Be warned that the author may not have intended to support it.
isFunction
bool isFunction(Entity e)
Undocumented in source. Be warned that the author may not have intended to support it.
isInline
bool isInline(Entity e)
Undocumented in source. Be warned that the author may not have intended to support it.
isNamespace
bool isNamespace(Entity e)
Undocumented in source. Be warned that the author may not have intended to support it.
readTokenStream
Entity[] readTokenStream(Token[] tokens, ulong start)
Undocumented in source. Be warned that the author may not have intended to support it.
readTokens
auto readTokens(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
scanTokens
auto scanTokens(Token[] tokens)
Undocumented in source. Be warned that the author may not have intended to support it.
value
string value(Token t)
Undocumented in source. Be warned that the author may not have intended to support it.
writeTokens
void writeTokens(File f, Token[] tokens)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

SourceFile
struct SourceFile
Undocumented in source.

Meta