automaton

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

DateCommit messageAuthorFiles+-
2024-06-09 12:51I think my IQ is below room temp rnEthan Long2+2-2
2024-06-09 12:39Okay, what I was trying to test is now fixed :)Ethan Long1+1-1
2024-06-09 12:37Enough toying around, I think I have it this timeEthan Long1+1-1
2024-06-09 12:31final time (2)Ethan Long1+1-1
2024-06-09 12:30okay final time I promiseEthan Long1+1-1
2024-06-09 12:16Final set of test commits (2)Ethan Long1+1-1
2024-06-09 12:15Final set of test commits (1)Ethan Long1+1-1
2024-06-09 11:52Test commitEthan Long1+1-1
2024-06-09 11:51Test commitEthan Long1+1-1
2024-06-09 11:48Added a plaintext README for my own git repoEthan Long2+80-8
2024-02-27 02:26Added a READMEEthan Long1+50-0
2024-02-26 10:57Some minor scripting changesEthan Long3+2-1
2024-02-26 10:46Removed annoying debug printEthan Long1+0-1
2024-02-26 10:40Made the build return a code on success/failureEthan Long1+2-0
2024-02-26 10:34Didn't include prebuild wasm lib :(Ethan Long5+620-0
2024-02-26 10:33Maybe fixed CI?Ethan Long1+2-2
2024-02-26 08:11Added a pipeline?Ethan Long2+26-1
2024-02-26 07:50Build it yourself :)Ethan Long3+1-5598
2024-02-26 07:48Added web functionality, WASM is a target!Ethan Long18+6482-432
2024-02-23 05:33Started progress on better visualisationEthan Long7+343-34
2024-02-22 16:06Fixed a bug in the NFA->DFA convertionEthan Long7+90-177
2024-02-22 13:49I think I've basically done it, yay!Ethan Long1+112-4
2024-02-22 09:44Fixed a lot of bugs, nearly working!Ethan Long7+314-280
2024-02-04 12:28Made some more progress. Things are still buggy AFEthan Long5+384-219
2024-02-03 14:16Labelled some bugs. I will begin bugfixes tomorrow!Ethan Long2+11-5
2024-02-03 13:41After a lot of thinking, regex has been implemented!Ethan Long13+1097-96
2023-11-30 04:07Implemented epsilon NFAs!Ethan Long19+938-14
2023-11-29 05:26Aquired the ability to print NFA's transition tables!Ethan Long3+49-5
2023-11-29 04:57Some minor prettificationEthan Long5+41-26
2023-11-29 04:49Cleaned up the API a bit.Ethan Long6+180-111
2023-11-29 03:31Changed dfa lib filename to lower caseEthan Long1+0-0
2023-11-29 03:26Finished the NFA implementation!Ethan Long17+980-95
2023-11-27 15:06Implemented some more DFAs and some tests!Ethan Long15+547-158
2023-11-27 10:17Yeah the boysEthan Long4+204-205
2023-11-26 12:22Got a basic DFA engine working!Ethan Long5+316-0