rayoko/examples
Luna d235ce0d13 add codegen for allocating vardecls onto stack (not init yet)
codegen pass needs type information about the variable. thankfully,
analyze pass already did the hard work for it, and scope info has types
of all its declared names. we use that info to generate the alloca

to have information about which current scope we are, we add a "child
index" to scopes so we can repoint current context at them instead of
bumpScope(), which always creates new, empty ones.

initializer exprs are next
2019-09-27 22:36:35 -03:00
..
hello.c add necessary hello.c code as we dont have linking step 2019-09-27 21:22:03 -03:00
hello.ry add codegen for allocating vardecls onto stack (not init yet) 2019-09-27 22:36:35 -03:00