Skip to content

DonJayamanne/programming_languages

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%