Skip to content

ddanilyuk/clangCompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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