Toi (programming language): Difference between revisions

Content deleted Content added
WP:CHECKWIKI error fix #94. Stray ref tag. Do general fixes and cleanup if needed. -, typo(s) fixed: Arguement → Argument (17), equivilent → equivalent, fundemental → fu using AWB (12082)
Rjgordon (talk | contribs)
Line 296:
=== Compiler/Translator/Assembler ===
 
==== [[Lexical analysis]] ====
 
Going from code to bytecode is what this section is all about. First off an
Line 329:
null 3
 
Functions are expressed as individual [[binary trees]]. The root of any file is
treated as an individual binary tree, as this is also a function.