From ac77007022ac8594baf4afb0fac3c59c1cba6f5c Mon Sep 17 00:00:00 2001 From: Parker TenBroeck <51721964+ParkerTenBroeck@users.noreply.github.com> Date: Tue, 13 Jan 2026 18:31:44 -0500 Subject: [PATCH] added path explorer --- web/root/index.html | 37 +++++- web/root/src/constants.ts | 2 + web/root/src/main.ts | 1 + web/root/src/paths.ts | 147 ++++++++++++++++++++++++ web/root/src/simulation.ts | 18 +-- web/root/src/simulation/fa.ts | 201 +++++++++++++++++---------------- web/root/src/simulation/pda.ts | 21 ++-- web/root/src/simulation/tm.ts | 15 ++- web/root/src/visualizer.ts | 4 - web/root/style/paths.scss | 147 ++++++++++++++++++++++++ web/root/style/style.scss | 5 + 11 files changed, 473 insertions(+), 125 deletions(-) create mode 100644 web/root/src/constants.ts create mode 100644 web/root/src/paths.ts create mode 100644 web/root/style/paths.scss diff --git a/web/root/index.html b/web/root/index.html index b6602da..a6ff319 100644 --- a/web/root/index.html +++ b/web/root/index.html @@ -48,12 +48,45 @@
- Status: N/A + Status: N/A
+
+ +
+
+ +
+ + Accepted + 0 + +
+
+ +
+ + Running + 0 + +
+
+ +
+ + Rejected + 0 + +
+
+ +
+
+ @@ -80,7 +113,7 @@