Add my new parser playground to svn.
commit95cbc90c595babafcf41cab875c98b0125eb004f
authorjdgordon <jdgordon@a1c6a512-1295-4272-9138-f99709370657>
Fri, 11 Jun 2010 04:47:46 +0000 (11 04:47 +0000)
committerjdgordon <jdgordon@a1c6a512-1295-4272-9138-f99709370657>
Fri, 11 Jun 2010 04:47:46 +0000 (11 04:47 +0000)
tree39aa7fa77345edb78f4b4e9a9745aaf88c69f689
parent48088057b1070d130f16c7222b93bf2f726bd29c
Add my new parser playground to svn.
Currently it can load a skin, and walk the parse tree and output the tags as required. It always chooses the first value for a conditional and subline, but a good working start
there seems to be a error in the new parser if ROCKBOX is defined... need to fix that

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26757 a1c6a512-1295-4272-9138-f99709370657
utils/newparser/Makefile [new file with mode: 0644]
utils/newparser/cabbiev2.220x176x16.wps [new file with mode: 0644]
utils/newparser/handle_tags.c [new file with mode: 0644]
utils/newparser/newparser.c [new file with mode: 0644]
utils/newparser/skin_render.c [new file with mode: 0644]
utils/newparser/skin_structs.h [new file with mode: 0644]