Tools to build a UI markup language parser

Posted by Dan on Stack Overflow See other posts from Stack Overflow or by Dan
Published on 2010-05-11T07:24:16Z Indexed on 2010/05/11 8:54 UTC
Read the original article Hit count: 254

Filed under:
|
|
|
|

For a school project, I need to implement a parser for a (probably XML-based) markup language for User Interfaces. Based on the input it generates a HTML document with various UI components (textareas, inputs, panels, dialogs etc.)

Do you have any suggestions for tools/libraries I might use for this? (At school we use Flex and Bison, but we're allowed to use modern tools -- maybe a tool that has the capabilities of both lex and yacc)

© Stack Overflow or respective owner

Related posts about ui

Related posts about markup