Source code copied.
Source code
Up one level- SETL Optimizer by Paul McJones — last modified 2021-02-24 17:27
- Stefan M. Freudenberger, Art Grand, Jacob T. Schwartz, Micha Sharir, Leonard Vanek. SETL optimizer. Given to Annie Liu by Jack Schwartz on 4 February 2009.
- Stefan M. Freudenberger, Art Grand, Jacob T. Schwartz, Micha Sharir, Leonard Vanek. SETL optimizer. by Paul McJones — last modified 2021-02-24 17:31
- Stefan M. Freudenberger, Art Grand, Jacob T. Schwartz, Micha Sharir, Leonard Vanek. SETL optimizer. Given to Annie Liu by Jack Schwartz on 4 February 2009.
- NYU-CIMS SETL Project. SETL and LITTLE source code. VAX UNIX version, circa January 1985. XZ compressed tar archive by Paul McJones — last modified 2021-03-17 21:41
- NYU-CIMS SETL Project. SETL and LITTLE source code. VAX UNIX version, circa January 1985. XZ compressed tar archive SETL was not placed in the public domain (as was LITTLE); SETL was only distributed in binary form, under license. However it is now being made available for study and non-commercial use. This copy was provided by Stefan M. Freudenberger.
- PRS: Lexical scanner, macro processor, and parser; first pass of the SETL compiler. by Paul McJones — last modified 2021-03-18 20:22
- PRS: Lexical scanner, macro processor, and parser; first pass of the SETL compiler. stlprs.opl
- SEM: Semantic pass; second pass of the SET compiler. by Paul McJones — last modified 2021-03-18 20:22
- SEM: Semantic pass; second pass of the SET compiler. stlsem.opl
- COD: Code generator; final pass of the SETL compiler. by Paul McJones — last modified 2021-03-18 20:22
- COD: Code generator; final pass of the SETL compiler. stlcod.opl
- COM: Data structures. by Paul McJones — last modified 2021-03-18 20:22
- COM: Data structures. stlcom.opl
- LIB: Runtime library. by Paul McJones — last modified 2021-03-19 21:56
- LIB: Runtime library. stllib.opl
- GRM: SETL grammar. by Paul McJones — last modified 2021-03-18 20:22
- GRM: SETL grammar. stlgrm.opl
- OPT: SETL optimizer. by Paul McJones — last modified 2021-03-18 20:22
- OPT: SETL optimizer. stlopt.opl
- DMP: Print formatted storage dump. by Paul McJones — last modified 2021-03-18 20:22
- DMP: Print formatted storage dump. stldmp.opl
- TST: SET test library. by Paul McJones — last modified 2021-03-18 20:22
- TST: SET test library. stltst.opl