sdlang.symbol

Undocumented in source.

Members

Static variables

validSymbolNames
auto validSymbolNames;
Undocumented in source.

Structs

Symbol
struct Symbol

Symbol is essentially the "type" of a Token. Token is like an instance of a Symbol.

Templates

symbol
template symbol(string name)

Use this to create a Symbol. Ex: symbol!"Value" or symbol!"=" Invalid names (such as symbol!"FooBar") are rejected at compile-time.

Meta