Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 334 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 334 Bytes

C Complier to ASM written on Swift

Compiler:

  • Lexing and parsing C code.
  • Generating Cpp file with Inline assembler

You can:

  • Compile functions, do-while blocs, local variables and ternary operators.

Example:

1 2 3 4 5