Fun 0.41.5
The programming language that makes You have fun
Loading...
Searching...
No Matches
logic Directory Reference
Directory dependency graph for logic:
src/vm/logic

Files

 
and.c
 Implements the OP_AND opcode for logical AND in the VM.
 
eq.c
 Implements the OP_EQ opcode for equality comparison in the VM.
 
gt.c
 
gte.c
 Implements the OP_GTE opcode for greater-than-or-equal comparison in the VM.
 
lt.c
 Implements the OP_LT opcode for less-than comparison in the VM.
 
lte.c
 Implements the OP_LTE opcode for less-than-or-equal comparison in the VM.
 
neq.c
 Implements the OP_NEQ opcode for inequality comparison in the VM.
 
not.c
 Implements the OP_NOT opcode for logical NOT in the VM.
 
or.c
 Implements the OP_OR opcode for logical OR in the VM.