Replace XSLT-based linker with error

All systems should be using the provided Makefile, so this shouldn't be
invoked anymore.  The new linker is still considered a proof-of-concept, but
bugs have been encountered in the old one that are not worth investing the
time into fixing.

The new linker has been used in production for nearly a couple months and is
functioning properly.
master
Mike Gerwitz 2020-02-24 15:08:56 -05:00
parent b89408e5bb
commit 310ddb7ea8
2 changed files with 7 additions and 1156 deletions

File diff suppressed because it is too large Load Diff

View File

@ -41,9 +41,12 @@
<include href="include/dslc-base.xsl" />
<!-- compiler -> JS -->
<include href="compiler/linker.xsl" />
<include href="compiler/map.xsl" />
<include href="compiler/js.xsl" />
<include href="include/depgen.xsl" />
<include href="include/preproc/symtable.xsl" />
<include href="include/util.xsl" />
<!-- path to program XML -->
<param name="path-program-ui" />