Toi (programming language): Difference between revisions

Content deleted Content added
Opcode: misspelling
m spelling
Line 76:
Level 2: Namespace level, where Local Level is at 2, LSB == '0'.
 
Global scope names (LSB == 1 in the scope argument) are persistientpersistent through the runtime as they handle all function definitions, objects, and
through the runtime as they handle all function definitions, objects, and
names declared in the global scope. The "Local Level" is at where references
that have a scope argument of '0' refer to when accessing names.
Line 88 ⟶ 87:
==== [[Variable]] definition ====
 
Variables in this definitondefinition provide the following mechanimsmechanisms:
 
* Provide a distinguishable area of typed data
Line 330 ⟶ 329:
 
The various instruction nodes within the tree will call specific functions
that will take arguemetsarguements specified and lookahead and lookbehind to formulate the
correct bytecode equivalent.