|
|
|
|
|
by chrisseaton
2335 days ago
|
|
> Everything - the editor, semantic analysis, version control, execution engine, everything - all use the same data structures (the same abstract syntax tree). Is that data structure suitable for all those purposes though? How do you do optimisations like GVN on an AS->T<-? |
|