//this methods is not really efficient...I use a double pass algorithm but since I do not know the length of commands I prefer doing that way instead of
// allocating and deallocating the commands size once each iteration....
//this methods is not really efficient...I use a double pass algorithm but
//since I do not know the length of commands I prefer doing that way
//instead of allocating and deallocating the commands size once each
//iteration....
//computes the number of commands inside the body.....