Saturday, April 27, 2013

AST

I'm learning about compilers and AST came up. It means abstract syntax tree. Apparently it can be better than a parse tree. Time for me to learn how. I wonder why I hadn't known about it until now.