commit cd6c960820cefed284ea0a5d5ca6191b86faff2c
parent 5d6f2c6fea73bf85e89cf450721e52f6f89b0af5
Author: Ethan Long <ethandavidlong@gmail.com>
Date: Mon, 10 Jun 2024 23:37:43 +1000
Updated the edited date on the writeup (oops)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/projects/dfa-regex-engine/writeup.md b/content/projects/dfa-regex-engine/writeup.md
@@ -1,5 +1,5 @@
---
-date: 2024-06-08
+date: 2024-06-10
title: "My custom regular expression parser & engine"
summary: "An incredibly simple regular expression engine built with finite state automaton in Rust"
description: "An incredibly simple regular expression engine built with finite state automaton in Rust"