summaryrefslogtreecommitdiff
path: root/utils/newparser/newparser.c (follow)
Commit message (Collapse)AuthorAge
* remove old test codeJonathan Gordon2010-08-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27690 a1c6a512-1295-4272-9138-f99709370657
* Start dealing with LINE elements... setup a flag which lets tags tell the ↵Jonathan Gordon2010-06-13
| | | | | | renderer to not start a new line in the viewport (i.e %we/d/i %X/x/xd etc) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26833 a1c6a512-1295-4272-9138-f99709370657
* get the renderer working more better! "handle" sublines correctly, dont ↵Jonathan Gordon2010-06-13
| | | | | | "draw" in the first viewport if we are using viewports, get rid of the idea of a linear token array (i.e we are going to use the parse tree directly) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26831 a1c6a512-1295-4272-9138-f99709370657
* Add my new parser playground to svn.Jonathan Gordon2010-06-11
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