aboutsummaryrefslogtreecommitdiff
path: root/lib/ast.js
AgeCommit message (Expand)Author
2012-09-15figure out label targetsMihai Bazon
2012-09-14more optimizations that v1 does and some cleanups...Mihai Bazon
2012-09-11fixed some mess with symbols/scope...Mihai Bazon
2012-09-07checkpointMihai Bazon
2012-09-07fixed tests (need to drop the toplevel block in "expected" if it's a single s...Mihai Bazon
2012-09-05cleaned up usage of AST_BlockStatement...Mihai Bazon
2012-09-03jumps, try and definitions are statements tooMihai Bazon
2012-09-03an AST_If is too a StatementWithBodyMihai Bazon
2012-09-03a LabeledStatement should be in fact a StatementWithBody...Mihai Bazon
2012-09-03switch branches must be declared `required` so that the compressor doesn't...Mihai Bazon
2012-08-28docstring for AST_StatementWithBodyMihai Bazon
2012-08-28fix code generator for this case:...Mihai Bazon
2012-08-27update (c) yearsMihai Bazon
2012-08-22added licenseMihai Bazon
2012-08-22wrote more of the compressor and added some testsMihai Bazon
2012-08-22declare some properties in the node constructor so that they're copied in cloneMihai Bazon
2012-08-21hint that brackets may be required in AST_BlockStatementMihai Bazon
2012-08-21cleaned up some mess and started the actual compressorMihai Bazon
2012-08-21some reorganization...Mihai Bazon
2012-08-21handle labels properly...Mihai Bazon
2012-08-21more fixes:...Mihai Bazon
2012-08-20added mangler and other stuffMihai Bazon
2012-08-20doc (WIP)Mihai Bazon
2012-08-19simple visitor API and code to figure out scope and referencesMihai Bazon
2012-08-17code generator finally seems to work properlyMihai Bazon
2012-08-16lots'o'fixes in the output routines; still a looong way to go.Mihai Bazon
2012-08-16codegen and dropped the useless walkerMihai Bazon
2012-08-15WIPMihai Bazon
2012-06-03WIPMihai Bazon
2012-05-27init repoMihai Bazon