jserv / amacc

Small C Compiler generating ELF executable Arm architecture, supporting JIT execution
Other
1.01k stars 161 forks source link

Add -fsigned-char and fix tests/char.c #26

Closed loganchien closed 7 years ago

loganchien commented 7 years ago

These commits add -fsigned-char to amacc and fix an output difference between the executable generated by amacc and the executable generated by gcc.

Fix: #23

jserv commented 7 years ago

Thank @loganchien for the contribution again!