Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
#

regex-to-nfa

Here are 28 public repositories matching this topic...

Conversions covered: regex to NFA, NFA to DFA, DFA to regex. Minimizing DFA.

  • UpdatedApr 22, 2021
  • Python

A RegEx engine that builds NFA/DFA and always returns the longest match.

  • UpdatedFeb 22, 2025
  • PureBasic

A web application to demonstrate conversion from regular expression to NFA and NFA to DFA.

  • UpdatedJun 9, 2022
  • JavaScript

A Regular Languages Simulator to help CS students understand and experiment with everything Regular Languages 📕 Includes Regular Expressions (Regexes), DFAs, NFAs, as well as functionality and UI for converting back and forth between them ♻️

  • UpdatedOct 1, 2024
  • TypeScript

A library and web app for simulating finite automatas (DFA, NFA, and ε-NFA) and regular expressions.

  • UpdatedJun 2, 2022
  • TypeScript

Analizador léxico que genera y simula AFNs y AFDs a partir de una expresión regular

  • UpdatedMar 18, 2022
  • Python

This is the repository for DSAAT CP

  • UpdatedDec 31, 2022
  • JavaScript

A regex compiler using NFA/DFA conversion to build lexers on data streams

  • UpdatedSep 6, 2024
  • C

Various code for following conversion : Regular Expression -> NFA -> DFA -> Regular Expression

  • UpdatedJan 1, 2022
  • Python

A comprehensive single tape Turing Machine simulator.

  • UpdatedOct 30, 2018
  • Java

A program that takes a regular expression and creates an NFA that accepts it. The description of an NFA should be compatible with a NFA 2 DFA program, which means that it can be translated into a form that can be run on a DFA simulator.

  • UpdatedMay 15, 2022
  • Python

Resolução dos problemas de Teoria de Computação 2019/2020

  • UpdatedJul 10, 2020
  • OCaml

A command-line tool that converts a "simple" regular expression into its corresponding nondeterministic finite automaton (NFA) using Thompson’s Construction algorithm

  • UpdatedMay 28, 2021
  • Python

A library for converting a regex to nfa and then to a dfa

  • UpdatedAug 22, 2024
  • C#

Input any regular expression and an NFA for it will be generated.

  • UpdatedMay 27, 2023
  • C++

Improve this page

Add a description, image, and links to theregex-to-nfa topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with theregex-to-nfa topic, visit your repo's landing page and select "manage topics."

Learn more


[8]ページ先頭

©2009-2025 Movatter.jp