Source-to-source compiler: Difference between revisions

Content deleted Content added
Small WP:COPYEDITs WP:EoS: clarify, WP:TERSE. WP:LINKs: adds, update-standardize, needless-WP:PIPE > WP:NOPIPE. MOS:FIRSTABBReviation clarify, define before parenthetic WP:ABBR.
MrRestre11 (talk | contribs)
Line 191:
A transcompiler pipeline is what results from ''recursive transcompiling''. By stringing together multiple layers of tech, with a transcompile step between each layer, technology can be repeatedly transformed, effectively creating a distributed [[Language-independent specification|language independent specification]].
 
[[XSLT]] is a general-purpose transform tool that can be used between many different technologies, to create such a [[derivative code]] pipeline.<ref name="W3C_XSLT2">World Wide Web Consortium (W3C). "XSL Transformations (XSLT) Version 2.0". https://www.w3.org/TR/xslt-20/</ref>
 
=== Recursive transcompiling ===