1 / 5

FACULTY OF ENGINEERING

Programming Languages & Translators (CE 359) Fall 2013 - 2014 Prof. Dr : Ahmed El Nahass Lecture 1. COMPUTER ENGINEERING. FACULTY OF ENGINEERING. Course Objective.

Download Presentation

FACULTY OF ENGINEERING

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Programming Languages & Translators (CE 359)Fall 2013 - 2014Prof. Dr: Ahmed El NahassLecture 1 COMPUTER ENGINEERING • FACULTY OF ENGINEERING

  2. Course Objective • Read a language specification, generate a lexer and parser for that language, and defend your design and implementation choices; • Create intermediate code for a language; • Implement a type checker and symbol tables; and, • Implement simple interpreters/virtual machines.

  3. Course Outline Prof.Dr Ahmed El Nahass Spring2011 CE359

  4. Instructor: Prof. Dr: Ahmed El Nahass • Lectures: Wednesday 10:30  12:30 Thursday 9:30  11:30 • Office Hours: Wednesday 9:30  10:30 Thursday 8:30  9:30 Teaching Assistance: Eng. NehalFathi • Tutorial: Wednesday 8:30  10:00 at E618 • Office Hours : Saturday 10:3012:30 Wednesday 10:302:30

  5. Recommended Textbook: • Michael L. Scott." Programming Language Pragmatics", 3rd Ed., Morgan Kaufmann, 2009. • Alfred Aho, Monica Lam, Ravi Sethi, Jeffrey Ullman , Compilers: Principles, Techniques, & Tools, 1st edition , Addison Westely , 2003. Supplementary Reference: • Michael L. Scott." Programming Language Pragmatics", 3rd Ed., Morgan Kaufmann, 2009. • http://patricklam.ca/plt

More Related