DescriptionInitial implementation of printing the AST as a JSON string. This
implementation is not yet complete (it prints only the node name for
some AST constructs) and does not serialize everything needed to
reconstitute the AST.
It is motivated by a desire to prototype source-to-source
transformations in JavaScript itself (or anything else that can grok
JSON), but it should have other uses too.
Feedback is welcome.
Committed: http://code.google.com/p/v8/source/detail?r=3051
Patch Set 1 #
Total comments: 3
Patch Set 2 : Initial implementation of printing the AST as a JSON string. This... #Patch Set 3 : '' #
Messages
Total messages: 6 (0 generated)
|