Initial support for low level ECMA-119 tree.

This only adds the tree creation functions, no sorting and name mangling 
yet. Only plain ECMA-119 supported for now, nor RR, relaxed 
restrictions, etc..

This also adds a little test program.
This commit is contained in:
Vreixo Formoso
2007-12-15 16:55:44 +01:00
parent aa312cf7d7
commit 40b27dbacc
9 changed files with 446 additions and 4 deletions

View File

@ -27,3 +27,4 @@ test/test
demo/lsl
demo/cat
demo/tree
demo/ecma119tree