Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
HTML code generation
Permanently deleted user
Created
hello,
I am trying to use MPS in order to build a HTML form generation tool. I am wondering if it's possible to generate HTML as a target language ? Is there any example for that ?
If this will really help you going the whole nine yards, I don't know, but it might be a good place to start.
Another place to look at might be the mbeddr doclanguage: http://mbeddr.com/files/documentationdocumentation.pdf I don't have looked into its internals myself either, but they are targeting Latex and HTML, so there might be something there for you, too.
If you only want HTML as a generation target, you could create the language yourself. It's not that hard. I assume that you don't need all features of the HTML markup. So just build the features that you need.
Hi Rajika,
I once had a glimpse at this project, where an HTML page is part of the output: https://github.com/vaclav/CalculatorJS
If this will really help you going the whole nine yards, I don't know, but it might be a good place to start.
Another place to look at might be the mbeddr doclanguage: http://mbeddr.com/files/documentationdocumentation.pdf I don't have looked into its internals myself either, but they are targeting Latex and HTML, so there might be something there for you, too.
Best,
Robert
Hey!
If you only want HTML as a generation target, you could create the language yourself. It's not that hard. I assume that you don't need all features of the HTML markup. So just build the features that you need.
Regards