2010/2/26 Robert Bowdidge <[email protected]>: > BTW, many of our passes make assumptions about the form of the tree; some of > our passes assume that the Normalize pass run. That pass splits up variable > statements so each holds a single variable, splits chained assignments, > converts loops into a standardized format, etc.
> Do all the parse trees have early normalization passes, and are we all doing > similar conversions on the tree? Caja doesn't do much normalization. We check that identifiers are unicode normalized according to NFC, and some passes will fail with an internal error if there are with(...) statements in the tree. > Robert > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
