navm.bytecode

Undocumented in source.

Members

Classes

NaBytecode
class NaBytecode

Class used for storing/constructing bytecode

Functions

readData
NaData readData(string strData)

Reads data from a string (which can be string, double, integer, or array of any of those types, or array of array...)

removeWhitespace
string[] removeWhitespace(string[] input)

Removes whitespace from multiple strings.

Structs

NaInstruction
struct NaInstruction

stores an data about available instruction

Meta