gitextract_yg7l8jph/ ├── .clang-format ├── .gitignore ├── LICENSE ├── Makefile ├── README.md ├── codegen_x64.c ├── dict.h ├── lexer.c ├── list.h ├── main.c ├── mzcc.h ├── parser.c ├── sample/ │ └── nqueen.c ├── tests/ │ ├── arith.c │ ├── array.c │ ├── comp.c │ ├── control.c │ ├── decl.c │ ├── driver.sh │ ├── float.c │ ├── function.c │ ├── global.c │ ├── long.c │ ├── pointer.c │ ├── pointer_arith.c │ ├── scope.c │ ├── struct.c │ └── union.c ├── util.h └── verbose.c