Skip to content

Files

Latest commit

b718c4f · Dec 21, 2020

History

History
4 lines (3 loc) · 640 Bytes

File metadata and controls

4 lines (3 loc) · 640 Bytes

Concepts_of_Programming_Languages

Course Description: Survey of pragmatic, syntactic and semantic structure of programming languages. Procedural, logic-oriented, object-oriented and other contemporary languages included.

Course which delved deep into the concept of programming languaes. Topics covered included what goes into creating a programming language, semantics of programming languages, types of parsers, introduction to meta language and its use in writing recursive functions. Also looked into how exactly programming languages and IDEs function between eachother and how code is converted from readable text to machine code.