automaton

An automaton library & basic programs written in Rust
git clone git://git.ethandl.dev/automaton
Log | Files | Refs | README

commit 00f7a3f50e6ccb1f313f06837346e34c8d14927c
parent 9f3e5c1fb2406bf9e45b029ada222e4e7c8850f7
Author: Ethan Long <ethandavidlong@gmail.com>
Date:   Sun,  9 Jun 2024 22:51:11 +1000

I think my IQ is below room temp rn

Diffstat:
MREADME | 2+-
MREADME.org | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README @@ -67,4 +67,4 @@ cargo (note that this is already included pre-built in the repository): cd web && bun i && bun run build If you don't want to run the demo, simply go to -http://localhost:1313/projects/dfa-regex-engine/demo/ +http://ethandl.dev/projects/dfa-regex-engine/demo/ diff --git a/README.org b/README.org @@ -49,4 +49,4 @@ There is a web-demo available to build, this requires Bun for bundling, and carg cd web && bun i && bun run build #+end_src -If you don't want to run the demo, simply go to http://localhost:1313/projects/dfa-regex-engine/demo/ +If you don't want to run the demo, simply go to http://ethandl.dev/projects/dfa-regex-engine/demo/