jserv / amacc

Small C Compiler generating ELF executable Arm architecture, supporting JIT execution
Other
1.01k stars 161 forks source link

Remove the presence of global *e #52

Open splasky opened 5 years ago

splasky commented 5 years ago

After the newer ast support. The *e can be change to local variable.

jserv commented 5 years ago

AST support was merged, and how can we proceed this task?

splasky commented 5 years ago

Mmm. Acutually the newer IR dumper was finished.But I want it can dump the IR with source code line by line.

jserv commented 5 years ago

Let's revise the subject of this issue.