frickler / Html2Rtf

MIT License
4 stars 3 forks source link

checkout antlr... #4

Open flurischt opened 9 years ago

flurischt commented 9 years ago

I think antlr should be the way to go. checkout the links on the bottom of this page: http://www.lst.inf.ethz.ch/teaching/lectures/hs14/210/

idea: write grammars for html and rtf. use antrl to parse an input file (html, rtf, whatever) and generate and AST. then output the target document-format using this abstract syntax tree.

flurischt commented 9 years ago

@Krigu #FricklerDay ...