BBM 301 - Programming Languages (Fall 2013)
Lectures: Fridays 09:30-12:15 @D3 (Section 1), @D4 (Section 2)
When You Write Your Essays in Programming Languages, © www.somethingofthatilk.com
Instructor:    |
Asst. Prof. Aykut Erdem (Sec. 1)       |
Asst. Prof. Nazli Ikizler-Cinbis (Sec. 2) |
aykut-at-cs.hacettepe.edu.tr |
nazli-at-cs.hacettepe.edu.tr |
|
Office: 111, Tel: 297 7500 / 146 |
Office: 112, Tel: 297 7500 / 147 |
|
Office Hours: To be announced.. |
||
Lectures:  |
Friday  |
09:30-12:15 @ D3 (Section 1) |
Friday  |
09:30-12:15 @ D4 (Section 2) | |
TAs: |
To be announced shortly |
Course Description:
The subject matter of this third-year undergraduate course is the programming language pragmatics. The course is structured around basic concepts in design and implementation of programming languages, including syntax, semantics, names, bindings, type checking, subprograms, etc. The students will also be introduced to the tools for designing lexical and syntactical analyzers, in particular lex and yacc.
The main aim of the course is to help students to gain an analytical and comparative look at programming languages and their implementations. The students are also expected to complete a semester-long programming project on implementing a programming language of their own design.
Textbook:
Concepts of Programming Languages, Robert W. Sebesta, Pearson, Tenth Edition.
Grading Policy:
Assignments and quizzes   |
10% |
Course project |
20% |
Midterm exam |
30% |
Final |
40% |
Important Dates:
Project (Phase 1) |
1 November 2013 (tentative) |
Project (Phase 2) |
15 November 2013 (tentative) |
Midterm exam |
22 November 2012 |
Final |
To be announced later. |
Detailed Schedule:
Week   |
Date     |
Topic   |
Additional Readings   |
Project |
|
1 |
10/4 |
Introduction to programming languages |
|||
2 |
10/11 |
Describing syntax and semantics |
|||
3 |
10/18 |
No class (Religious Holiday) |
|||
4 |
10/25 |
Lex and yacc |
|||
5 |
11/1 |
Yacc parser and conflicts |
Phase 1 in |
||
6 |
11/8 |
Names, bindings, type checking and scopes |
|||
7 |
11/15 |
Data types |
Phase 1 due, Phase 2 in |
||
8 |
11/22 |
Midterm exam |
|||
9 |
11/29 |
Data types (cont'd.) |
|||
10 |
12/6 |
Expressions, assignments |
|||
11 |
12/13 |
Control statements |
Phase 2 due |
||
12 |
12/20 |
Subprograms |
|||
13 |
12/27 |
Implementing subprograms |
|||
14 |
1/3 |
Functional languages |
|||
Resources
Course Project
Communication:
The course webpage will be updated regularly throughout the semester with lecture notes, programming and reading assignments and important deadlines. All other communications will be carried out through Piazza. Please enroll it by following the link https://piazza.com/hacettepe.edu.tr/fall2013/bbm301
Policies:
All work on assignments must be done individually unless stated otherwise. You are encouraged to discuss with your classmates about the given assignments, but these discussions should be carried out in an abstract way. That is, discussions related to a particular solution to a specific problem (either in actual code or in the pseudocode) will not be tolerated. In short, turning in someone else's work, in whole or in part, as your own will be considered as a violation of academic integrity. Please note that the former condition also holds for the material found on the web as everything on the web has been written by someone else.