COMS W4115 Programming Languages and Translators Fall 2011 |
Name | Office Hours | |
---|---|---|
Prof. Stephen A. Edwards | sedwards@cs.columbia.edu | M 3-4, Th 2-3, 462 CSB |
Xiaowei Zhang | xz2242@columbia.edu | M 12-1, W 12-1, TA Room, 1st floor Mudd |
Feng Zhou | fz2168@columbia.edu | Wednesday 2-4, TA Room, 1st floor Mudd |
Yi Zhang | yz2360@columbia.edu | Friday 2-4, TA Room, 1st floor Mudd |
The goal of PLT is to teach you both about the structure of computer programming languages and the basics of implementing compilers for such languages.
The course will focus mostly on traditional imperative and object-oriented languages, but will also cover functional and logic programming, concurrency issues, and some aspects of scripting languages. Homework and tests will cover language issues. You will design and implement a language of your own design in a semester-long group project.
While few of you will ever implement a full commercial compiler professionally, the concepts, techniques, and tools you will learn have broad application.
COMS W3157 Advanced Programming: You will be dividing into teams to build a compiler, so you need to have some idea how to keep this under control. Quick test: you need to know about Makefiles and source code control systems.
COMS W3261 Computability and Models of Computation: You will need an understanding of formal languages and grammar to build the parser and lexical analyzer. Quick test: you must know about regular expressions, context-free grammars, and NFAs.
Alfred V. Aho, Monica Lam, Ravi Sethi, and Jeffrey D. Ullman. |
Michael L. Scott. |
|
Andrew W. Appel. |
|
Lawrence C. Paulson |
|
Steven S. Muchnick |
The focus of 4115 is the design and implementation of a little language. You will divide into teams and design the goals, syntax, and semantics of your language, and implement a compiler for your language.
Exception: CVN students will do the project individually.
This is a critical part of the project and will be a substantial fraction of the grade.
Include the following sections:
The Java white paper from Sun Microsystems | |
C# Introduction and Overview |
Dennis M. Ritchie, C Reference Manual | |
Kernighan & Ritchie, The C Programming Language | |
The C Language Reference Manual (DEC) | |
The C Language Reference Manual (SGI) | |
The C Language Reference Manual (Microsoft) | |
Stroustrup, The C++ Programming Language | |
The Java Language Specification | |
The C# Language Specification | |
Aho, Kernighan, and Weinberger, The AWK Programming Language |
LSystem:
L-System Fractal Generator
(XZ)
Proposal LRM Final Report Slides Project Files Michael Eng Jervis Muindi Timothy Sun Ethan Hann |
COLOGO:
COLOGO A Graph Language
(XZ)
Proposal LRM Final Report Slides Project Files Lixing Dong Siyuan Lu Chao Song Zhou Ma Dongyang Jiang |
MAPMe:
Mapping Application Programming language Made for Everyone
(XZ)
Proposal LRM Final Report Slides Changyu Liu Jonecia Keels Eric Ellis Denelle Baptiste |
moveIt:
animation language
(XZ)
Proposal LRM Final Report Slides Project Files Thomas Rantasa Chengchen Sun Benjamin Kornacki |
PaCaml:
Game language
(FZ)
Proposal LRM Final Report Slides Project Files Chun-Kang Chen Hui-Hsiang Kuo Shuwei Cao Wenxin Zhu |
DesCartes:
DesCartes language
(FZ)
Proposal LRM Final Report Slides Project Files Eric Chao Susan Fung James Huang Xiaocheng Shi |
CLAM:
The Concise Linear Algebra Manipulation Language
(FZ)
Proposal LRM Final Report Slides Project Files Jeremy Andrus Robert Martin Kevin Sun Yongxu Zhang |
NumLang:
Matlab-like language
(FZ)
Proposal LRM Final Report Slides Project Files Siddhi Mittal Sahil Yakhmi Damien Fenske-Corbiere Daniel Aprahamian |
PDFml:
A PDF Manipulation Language
(SE)
LRM Lingshi Huang Miriam Melnick Patrick McGuire |
AGRAJAG:
A Graph Jargon
(YZ)
Proposal LRM Final Report Slides Project Files Zachary Salzbank Erica Sponsler Nathaniel Weiss |
Setup:
A Language for Operating on Sets
(YZ)
Proposal LRM Final Report Slides Project Files Adam Weiss Andrew Ingraham Ian Erb William Warner |
TML:
Tree Manipulating Language
(YZ)
Proposal LRM Final Report Slides Project Files Jiabin Hu Akash Sharma Shuai Sun Yan Zou |
EHDL:
Easy hardware description language
(SE)
Proposal LRM Final Report Slides Project Files Paolo Mantovani Mashooq Muhaimen Neil Deshpande Kaushik Kaul |
YAPPL:
Yet another probabilistic programming language
(SE)
Proposal LRM Final Report Slides Project Files David Hu Jonathan Huggins Hans Hyttinen Harley McGrew |
strlang:
Simple String Language
(SE)
Proposal Final Report Slides Project Files Dara Hazeghi |
Lattakia:
Lattice Kiaugh
(SE)
Proposal LRM Final Report Slides Project Files Hebatallah ElFardy Wael Salloum Katherine Scott YIFAN LI |
RT:
Return of the Table: A language for manipulating relational database tables
(SE)
Final Report Slides Project Files Jared Pochtar Michael Vitrano |
LaMesa:
A language for manipulating relational database tables
(SE)
Proposal LRM Final Report Project Files Charles Williamson |
MR:
MapReduce Programming Language
(SE)
Proposal LRM Final Report Slides Project Files Siyang Dai Zhi Zhang Shuai Yuan Zeyang Yu Jinxiong Tan |
ship:
A Little Logistics Language
(SE)
Proposal LRM Final Report Project Files Alexander Kamil |
My favorites
40 % Project |
20 % Midterm |
30 % Final |
10 % Homework |
You will collaborate with your own small group on the programming project, but you may not collaborate with others on homeworks. Groups may share ideas about the programming assignments, but not code. Any two groups found submitting similar code will receive zero credit for the whole assignment, and repeat offenses will be referred to the dean. See the Columbia CS department academic policies for more details.