adam-mcdaniel / oakc

A portable programming language with a compact intermediate representation
Apache License 2.0
725 stars 21 forks source link

fix examples #63

Closed kevinramharak closed 4 years ago

kevinramharak commented 4 years ago

This PR fixes a few broken examples.

self->count += + 1 is currently an error, but it seems like it shouldn't be

adam-mcdaniel commented 4 years ago

Thank you so much for combing through all the examples; I'm not exactly sure how I let the main branch get messed up like that. What's the purpose of a.diff though, and does it belong in the git repo?

kevinramharak commented 4 years ago

Ugh, that was just a temp file. It does not belong in the repo. Did not notice it was being staged

kevinramharak commented 4 years ago

Removed the diff file