Real-time execution (RTEX) Engine is a fancy interpreter for instructions
Find a file
Netkas 08c4b3079e Introduces various instruction additions to the base engine.
Created \RTEX\Objects\Program\Instructions > Sum
Created \RTEX\Objects\Program\Instructions > Subtract
Created \RTEX\Objects\Program\Instructions > Power
Created \RTEX\Objects\Program\Instructions > Multiply
Created \RTEX\Objects\Program\Instructions > Modulo
Created \RTEX\Objects\Program\Instructions > LessThanOrEquals
Created \RTEX\Objects\Program\Instructions > LessThan
Created \RTEX\Objects\Program\Instructions > Invoke
Created \RTEX\Objects\Program\Instructions > GreaterThanOrEquals
Created \RTEX\Objects\Program\Instructions > GreaterThan
Created \RTEX\Objects\Program\Instructions > Equals
Created \RTEX\Objects\Program\Instructions > Divide
Created \RTEX\Objects\Program\Instructions > ArrayGet
Refactored \RTEX\Objects\Program\Instructions > SetVariable
Refactored \RTEX\Objects\Program\Instructions > GetVariable
2022-12-25 18:56:54 -05:00
.idea Added idea files 2022-12-23 00:10:53 -05:00
instructions Added base files, with the basic ability to add/remove variables from the Runtime. 2022-12-23 00:10:02 -05:00
src/RTEX Introduces various instruction additions to the base engine. 2022-12-25 18:56:54 -05:00
.gitignore Added .gitignore 2022-12-22 23:48:53 -05:00
Makefile Added base files, with the basic ability to add/remove variables from the Runtime. 2022-12-23 00:10:02 -05:00
project.json Added project.json 2022-12-23 00:10:25 -05:00