CRP is an instruction set / language that executes in a 256 element byte array where the elements are the memory and the instructions
All code can be compiled with gcc without having to link anythign
main.c is the instruction interpreter
the documentation for the instructions can be found here
Examples can be found here