From 9c3ce80fb2614bc5d855f52e54a6a75313a1dd68 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 27 Jun 1988 15:14:34 +0000 Subject: [PATCH] Added interpreter --- Action | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Action b/Action index 93e0d5b3..b59e5081 100644 --- a/Action +++ b/Action @@ -185,3 +185,6 @@ end name "Pascal frontend" dir lang/pc/pem end +name "EM interpreter in C" +dir util/int +end