A compiler written in ruby, targets the 32-bit ARM architecture.
ruby ./bin/hand.rb ./pseudo_project/in.hd --pi
./pseudo_project/in.hdshould be the path to your code.--piwill push the code to the configured raspberry pi.--no-optimizeskips the postprocessor of doing small assembly optimizations for the code.
The configuration has to be done manually for now, we have a TODO to automatize the process.
- Go to
/src - Follow the instructions inside the
config.rbfile