algobot76 / pycc

A small C compiler written in Python
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Add *, /, and () #7

Closed omar2535 closed 3 years ago

omar2535 commented 3 years ago

Reference implementation: https://github.com/algobot76/chibicc/commit/e5f8b0390201e264020b5de03b5050ea173f573e

algobot76 commented 3 years ago

Please use algobot76/chibicc instead of rui314/chibicc as the reference implementation. The author frequently rewrites the entire git history and the hash code 84cfcaf may become invalid in future.

algobot76 commented 3 years ago

Also, don't forget this one: algobot76/chibicc@707ece57f8f0e7e2f81a4f3a5661f9be54811ea3

omar2535 commented 3 years ago

Also, don't forget this one: algobot76/chibicc@707ece5

Will add in a separate issue https://github.com/algobot76/pycc/issues/13