DonJayamanne / programming_languages

My solutions to Udacity's CS262: Programming Languages course.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Udacity CS262: Programming Languages

My solutions to quizzes and problem sets from Udacity's CS262 programming languages course taught by Wes Weimer of the University of Virginia.

This course is a 400-level (i.e. 4th year undergraduate level) course exploring programming languages by developing a web browser capable of interpreting (a subset of) HTML and JavaScript.

The syllabus is as follows:

String Patterns

Finding and specifying classes of strings using regular expressions

Lexical Analysis

Breaking strings down into important words

Grammars

Specifying and deconstructing valid sentences

Parsing

Turning sentences into trees

Interpreting

Simulating programs

Building a Web Browser

Interpreting HTML and JavaScript

About

My solutions to Udacity's CS262: Programming Languages course.


Languages

Language:Python 100.0%