├── LICENSE ├── README.md ├── example ├── answer.s └── exercises.c └── proposal.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alignof/Human_C_Compiler_Contest/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alignof/Human_C_Compiler_Contest/HEAD/README.md -------------------------------------------------------------------------------- /example/answer.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alignof/Human_C_Compiler_Contest/HEAD/example/answer.s -------------------------------------------------------------------------------- /example/exercises.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alignof/Human_C_Compiler_Contest/HEAD/example/exercises.c -------------------------------------------------------------------------------- /proposal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Alignof/Human_C_Compiler_Contest/HEAD/proposal.md --------------------------------------------------------------------------------