프로그래밍언어론 2023-04-04 수업정리

Flow

Language - Syntax Review


문법의 표기

구문 트리

문법의 모호성

lambda expression

q = x!=0 ? (y/x) : y;

Language - Semantics


Static Semantics

Attribute Grammar

	S -> 
		| (S)S
		;

Dynamic Semantics

Operational Model(Imperative Model)

Denotational Semantics(Applicative Model)

Axiomatic Semantics