diff --git a/hw2/hs/WhileInterp.hs b/hw2/hs/WhileInterp.hs index 271de6c..a44fe2d 100644 --- a/hw2/hs/WhileInterp.hs +++ b/hw2/hs/WhileInterp.hs @@ -1,9 +1,10 @@ {- - Name: + Name: Yuri Tatishchev Class: CS 252 Assigment: HW2 - Date: - Description: + Date: 2026-03-06 + Description: Implements the big-step operational semantics for + the WHILE language described in `while-semantics.pdf` -}