jserv / amacc

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

Complete suite of C language expression operators. #70

Closed HPCguy closed 3 years ago

HPCguy commented 3 years ago

Add |=, ^=, &=, <<=, and >>=, which seem to be the only remaining C operators not supported by amacc. Convert a few tabs to spaces.