hiepsiduachuotmuoi
New Member
This is a compiler course question. I need to implement an HTML formatter in Java language using some library. The question is, given a grammar for the HTML formatting rules, what library/ies should I use to provide my programm with a parser, lexer and semantic analysator? Is JFlex what I need?