The OpenD Programming Language

mir.ion.symbol_table

Members

Enums

IonSystemSymbol
enum IonSystemSymbol

Static variables

IonSystemSymbolTable_v1
string[] IonSystemSymbolTable_v1;

Each version of the Ion specification defines the corresponding system symbol table version. Ion 1.0 uses the "$ion" symbol table, version 1, and future versions of Ion will use larger versions of the "$ion" symbol table. $ion_1_1 will probably use version 2, while $ion_2_0 might use version 5.

Structs

IonSymbolTable
struct IonSymbolTable(bool gc)

Meta