orangeduck / BuildYourOwnLisp

Learn C and build your own programming language in under 1000 lines of code!
http://www.buildyourownlisp.com/
Other
2.9k stars 394 forks source link

Consistently use * in pointers #60

Closed igalic closed 10 years ago

igalic commented 10 years ago

int x; -> int x; like in the rest of the material.

orangeduck commented 10 years ago

Actually this is intentionally written the other way to demonstrate the other way of writing pointers. I'll add a "for example" or something in to make that clearer.

igalic commented 10 years ago

ACK