See https://github.com/kipr/libwallaby
Eden is licensed under GNU AGPL.
see data/example.cpp for example code
git clone https://github.com/bhsaztecs/Eden
cd Eden
source data/shfuncs
initializecompile [destination folder] [target]
# destination folder should be UserName/ProjectName,
# the full path name on the robot would be
# /home/kipr/Documents/KISS/UserName/ProjectName
# target is either "executable" or "library" at the moment
# target takes any function, but executable & library are
# the only ones testededit "/home/kipr/Documents/KISS/[UserName]/[ProjectName]/project.manifest" and "/home/kipr/Documents/KISS/(i forgot the path sorry)"
shell
cd /home/kipr/Documents/KISS/[UserName]/
sudo chmod 777 -R *