From d74523d15d37a1809a797beda962c957fba181b2 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Mon, 4 Mar 2024 16:31:27 -0700 Subject: checkpoint --- src/App.tsx | 4 +- src/css/style.css | 23 +++++ src/engine/TheAbstractionEngine.ts | 2 +- src/engine/config/constants.ts | 1 + src/engine/entities/LambdaFactory.ts | 157 ++++++++++++++++++++++++++++------- src/engine/utils/modal.ts | 33 ++++---- src/interpreter/parser.ts | 4 +- src/main.tsx | 1 + 8 files changed, 174 insertions(+), 51 deletions(-) (limited to 'src') diff --git a/src/App.tsx b/src/App.tsx index 0ae052f..3f3f67d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -4,8 +4,8 @@ import { Miscellaneous } from "./engine/config"; export const App = () => { return (
-