TDFA (Tagged Deterministic Finite Automata) in Ada

Dear all,

I would like to bring your attention to a fresh Ada program I just happened to stumble upon GitHub - nekodata/tdfa: 2614-XLP: Tagged Deterministic Finite Automata implementation in Ada 2022. created by @kohuept. I think it is quite cool. To be fair, I am not knowledgeable in TDFA or anything related to it, but the quick read I gave it sounded pretty cool and Ada-like.

There is a bit more info about it in the NDS blog, which you can read here News - Neko Data Systems

Best regards,
Fer

2 Likes

First time hearing of TDFAs. This seams like a really interesting Project! I would love to help/contribute but I do not know enough about TDFA theory and time is already kinda short :confused:

The papers she references seam easy enough to learn TDFA from. I’ll try to fit in the time to learn a bit about it. Seams really interesting! I’ll put this project in my ever expanding “todo“ list :smile: