Python library for simulating finite automata

This page summarizes the projects mentioned and recommended in the original post on /r/compsci

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • automata

    A Python library for simulating finite automata, pushdown automata, and Turing machines (by caleb531)

  • I recommend looking at https://github.com/caleb531/automata which is another automata library in Python (also for pushdown automata, Turing machines) I've found useful in the past. One thing that wasn't so great about it was the assumption that states and symbols are Python strings. Using tuples mostly works, but sometimes it still breaks.

  • noam

    JavaScript library for working with automata and grammars for regular and context-free languages

  • Not sure if you've seen these projects: http://grail.smcs.upei.ca/Mirrors/www.csd.uwo.ca/research/Grail/ https://github.com/izuzak/noam

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts