-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into jjj
- Loading branch information
Showing
56 changed files
with
156 additions
and
77 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
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,23 @@ | ||
+++ | ||
draft = false | ||
title = 'AAA616-24F' | ||
+++ | ||
|
||
# Program Analysis, 2024 Fall | ||
|
||
## Course Information | ||
|
||
- Instructor: [Hakjoo Oh]({{< ref "/members/hakjoo-oh.md" >}}) | ||
|
||
## Slides | ||
|
||
- Lecture 0: Course Overview [lec0.pdf](./slides/lec0.pdf) | ||
- Lecture 1: Introduction to Program Analysis [lec1.pdf](./slides/lec1.pdf) | ||
- Lecture 2: Static Analysis Examples [lec2.pdf](./slides/lec2.pdf) | ||
- Lecture 3: Operational Semantics [lec3.pdf](./slides/lec3.pdf) | ||
- Lecture 4: Denotational Semantics [lec4.pdf](./slides/lec4.pdf) | ||
- Lecture 5: Axiomatic Semantics [lec5.pdf](./slides/lec5.pdf) | ||
- Lecture 6: Abstract Interpretation [lec6.pdf](./slides/lec6.pdf) | ||
- Lecture 7: Abstract Interpretation Example (1) [lec7.pdf](./slides/lec7.pdf) | ||
- Lecture 8: Abstract Interpretation Example (2) [lec8.pdf](./slides/lec8.pdf) | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,47 @@ | ||
+++ | ||
draft = false | ||
title = 'COSE212-24F' | ||
+++ | ||
|
||
# Programming Languages, 2024 Fall | ||
|
||
## Course Information | ||
|
||
- Instructor: [Hakjoo Oh]({{< ref "/members/hakjoo-oh" >}}) | ||
- TAs: [Junyong Heo]({{< ref "/members/junyong-heo/" >}}), [Jiho Shinn]({{< ref "/members/jiho-shinn/" >}}) | ||
- Lecture: 09:00-11:45 on Mondays and Wednesday (8 weeks) | ||
|
||
## Book | ||
|
||
- [프로그래밍 언어의 원리](./pl-book.pdf) | ||
|
||
## Slides | ||
|
||
- Course Overview: [lec0.pdf](./slides/lec0.pdf) | ||
- (Part 1) Preliminaries | ||
- Inductive Definitions: [lec1.pdf](./slides/lec1.pdf), [lec2.pdf](./slides/lec2.pdf) | ||
- Functional Programming: [lec3.pdf](./slides/lec3.pdf), [lec4.pdf](./slides/lec4.pdf) | ||
- (Part 2) Basic Concepts | ||
- Expressions: [lec5.pdf](./slides/lec5.pdf), [code](./slides/let.ml) | ||
- Procedures: [lec6.pdf](./slides/lec6.pdf) | ||
- Lexical scoping: [lec7.pdf](./slides/lec7.pdf) | ||
- States: [lec8.pdf](./slides/lec8.pdf) | ||
- Records, Pointers, and garbage collection: [lec9.pdf](./slides/lec9.pdf) | ||
- (Part 3) Advanced Concepts | ||
- Static Type System: [lec10.pdf](./slides/lec10.pdf), [lec11.pdf](./slides/lec11.pdf), [lec12.pdf](./slides/lec12.pdf) | ||
- Automatic Type Inference: [lec13.pdf](./slides/lec13.pdf), [lec14.pdf](./slides/lec14.pdf), [lec15.pdf](./slides/lec15.pdf) | ||
- Polymorphic Type System: [lec16.pdf](./slides/lec16.pdf) | ||
- Lambda Calculus: [lec17.pdf](./slides/lec17.pdf) | ||
- Course Review: [lec19.pdf](./slides/lec19.pdf) | ||
|
||
## Programming Assignments | ||
- Homework 1 (Functional Programming) [hw1.pdf](./hw/hw1.pdf) (Due: 9/22 23:59) | ||
- Homework 2 (Interpreter for Functional Language) [hw2.pdf](./hw/hw2.pdf) (Due: 10/6 23:59) | ||
- Homework 3 (Interpreter for Imperative Language) [hw3.pdf](./hw/hw3.pdf) (Due: 10/27 23:59) | ||
- Homework 4 (Static Type System) [hw4.pdf](./hw/hw4.pdf) (Due: 11/17 23:59) | ||
|
||
## Programming Environments | ||
- [실습환경 안내: TryML](./howtotryml.pdf) | ||
- [실습환경 안내: Local (Docker)](https://github.com/kupl-courses/COSE212-2024fall) | ||
|
||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
Binary file not shown.
6 changes: 3 additions & 3 deletions
6
content/members/jisoo-lee/index.md → content/members/junyong-heo/index.md
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
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
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
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
Binary file not shown.