ClementTsang / rustcc

A (toy) C compiler written in Rust with no dependencies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pointer support

ClementTsang opened this issue · comments

Add int* support - this will require the addition of type checking! Refer to type checking semantics.