-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
966e352
commit b718c4f
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |