We're now actually compiling CODEGEN.SLC to CODEGEN.COM using SLC.COM, TASM.EXE and TLINK.EXE. All text in the yellow section is DOS output.

executing "slc codegen" via DOSCMD...

(This seems to be broken right now.
The compiler is still executing, but something is going wrong with reading the input under the DOS emulator.
You can still run CODEGEN.COM successfully below.)



You can see the source of CODEGEN.SLC here.

Want the see the compiled program in action? Enter your input to CODEGEN.COM here:


Some examples if you're not sure what to input:
a + b
(a * b) - 5
a + (b - (c * (d / 3)))



Return to SLC homepage