Turnstone Operating System
Loading...
Searching...
No Matches
codegen Directory Reference

Files

file  compiler_binaryop.64.c
 Implementation of the binary operators.
 
file  compiler_block.64.c
 compiler block functions
 
file  compiler_compound.64.c
 Compound statement code generation.
 
file  compiler_functioncall.64.c
 Implementation of the function call.
 
file  compiler_if.64.c
 Implementation of the if statement.
 
file  compiler_jump.64.c
 goto and label code generation
 
file  compiler_load.64.c
 This work is licensed under TURNSTONE OS Public License. Please read and understand latest version of Licence.
 
file  compiler_loop.64.c
 Implementation of the while and repeat statements.
 
file  compiler_relationalop.64.c
 Implementation of the relational operators.
 
file  compiler_save.64.c
 Implementation of the save to memory.
 
file  compiler_string.64.c
 Implementation of the string constant.
 
file  compiler_unaryop.64.c
 compiler unary op functions
 
file  compiler_var_resolver.64.c
 Resolves variables and saves the result mostly returns memory address for load and save operations.