From 320817c8a1cb8d8598bd8fc47b94139ddb8a1860 Mon Sep 17 00:00:00 2001 From: Yuri Tatishchev Date: Thu, 5 Mar 2026 23:06:24 -0800 Subject: [PATCH] hw2: tmp init --- hw2/hs/WhileInterp.hs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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` -}