This merge request makes it possible to test very specific functionality of the sac2c without the necessity to run the entire compiler. This allows us to test common library function within sac2c: strings, mathematics, etc; as well as specific aspects of traversals. This is related to !55 (merged) which amongst other things will change str.c
, so it would be nice to write a few tests to verify that string operations are sane.