c99sh icon indicating copy to clipboard operation
c99sh copied to clipboard

A shebang-friendly script for "interpreting" single C99, C11, and C++ files, including rcfile support.

Results 6 c99sh issues
Sort by recently updated
recently updated
newest added

Turns out this doesn't read from stdin when run... ``` #!/home/rhys/bin/c99sh -sm char name[255] = "Oxford"; int age = 8; puts("What's your name?"); scanf("%s", name); puts("What's your birthday?"); printf("Hello, %s....

Look over changes from https://github.com/RhysU/c99sh/pull/31 to see if they can be tightened up some.

Would aid having small, clean scripts to have a single flag enact -Wall -Werror. Maybe worth separating the two. Certainly something possible in an RCfile.

For things like #9 and #14, it'd be nice to have an easily reproducible benchmark to permit pre/post testing.