#include "tinyDSL_scanning.cwp"
function transformText(sText : value) {
set sText = composeHTMLLikeString(sText);
set sText = sText.replaceString(\r, "");
set sText = sText.replaceString( , " ");
set sText = sText.replaceString(\n, "<br/>" + endl());
set sText = sText.replaceString(\t, " ");
return sText;
}
#implicitCopy(transformText)
#overload tinyDSL ::=
=> {@<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<header>
<style>
</style>
</header>
<body>
<kbd>
@}
#super::tinyDSL
=> {@</kbd>
<hr />
Generated by <a href="http://www.codeworker.org">CodeWorker</a> v@getVersion()@ from <a href="@this.docURL@tinyDSL2HTML.html">tinyDSL2HTML.cwp</a>.
</body>
</html>
@}
;
#overload CLASS ::= =>{@<B>@} #readIdentifier:"class" =>{@</B>@};
#overload AGGREGATE ::= =>{@<B>@} #readIdentifier:"aggregate" =>{@</B>@};
#overload DOUBLE ::= =>{@<B>@} #readIdentifier:"double" =>{@</B>@};
#overload STRING ::= =>{@<B>@} #readIdentifier:"string" =>{@</B>@};
Generated by CodeWorker v3.8 from CWscript2HTML.cwp.