| Issue 2: | Add AST model API | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Implement classes and interfaces to represent an AST structure. Every node of such a structure: -- is an object of certain object type (see TmObjectType); -- is an identified object, i.e. it has hash identificator calculated upon its content; -- is a mutable object; -- refers to another node via ITmIdentified interface. That means, it either agregates a node itself or refers to it via TmObjectId. See TmAstRoot for instance.
Feb 11, 2010
Project Member
#2
Semen.Va...@gmail.com
Summary:
add AST model API
Feb 11, 2010
(No comment was entered for this change.)
Summary:
Add AST model API
|