Topic: XML data type
Topic: syntax analysis
Group: software maintenance
Topic: lexical analysis
Topic: application generator
Topic: attribute-value pairs as information
Topic: comments
| |
Reference
McArthur, G., Mylopoulos, J., Ng, S.K.K.,
"An extensible tool for source code representation using XML",
Ninth Working Conference on Reverse Engineering, Richmond, Virginia, USA, October-November 2002, IEEE Computer Society, pp. 199-208.
Google
Quotations
199 ;;Quote: transform source code into XML for re-engineering and migration; represents all or part of the abstract syntax tree for multiple languages; expands text six-fold
| 209 ;;Quote: the ANTLR parser generator produces an LL(k) parser that has readable code for productions, semantic predicates, and lookahead predicates; can handle unparsed subtrees
| 201 ;;Quote: use attributes for simple, single-valued, unordered data; e.g., boolean flags
| 203 ;;Quote: represent unparsed syntax trees by an 'unparsed' element with a 'construct' attribute defining the syntactic unit
| 203 ;;Quote: treat comments as an unparsed syntax element; associate line comments with previous element
|
Related Topics
Topic: XML data type (22 items)
Topic: syntax analysis (29 items)
Group: software maintenance (14 topics, 368 quotes)
Topic: lexical analysis (14 items)
Topic: application generator (21 items)
Topic: attribute-value pairs as information (57 items)
Topic: comments (23 items)
|