Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 212 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 212 Bytes

sillycat

sillycat is a simple C compiler implemented by PHP.

Only char, void type and their pointer types are supported for this tiny compiler.

For now only the lexical analysis part is finished.