Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroTrepidation authored Dec 21, 2020
1 parent 966e352 commit b718c4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# 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.

0 comments on commit b718c4f

Please sign in to comment.