BigStepSemantik
BigStepSemantik is a method for defining the semantics of programming languages. It is a type of operational semantics, which describe the meaning of a program by specifying how its execution proceeds. In BigStepSemantik, the semantics are defined by a set of inference rules that directly map a program statement to its resulting state. This contrasts with small-step semantics, which define the meaning of a program in terms of a sequence of small transitions.
The core idea of BigStepSemantik is to define a relation, often denoted by $\Downarrow$, that relates a
BigStepSemantik is often used for reasoning about program correctness, such as proving program properties or type