Skip to content
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.
/ SimpleReg2Automata Public archive

A simple GUI program to parse regex expression to FA.

Notifications You must be signed in to change notification settings

DCMMC/SimpleReg2Automata

Repository files navigation

Simple Regex expression to Automata (NFA/DFA)

Introduction

A simple GUI program that can parse regex expression String (with only three basic operators) to e-NFA, tranform e-NFA to DFA and minimize DFA.

Features

  • parse regex expression to e-NFA using Dijkstra's Algorithm and McNaughton-Yamada-Thompson Algorithm.
  • convert e-NFA to DFA using subset constructor Algorithm.
  • minimize DFA
  • simulate DFA
  • view the state transition Graph
  • output the png/svg/ps file
  • an simple GUI using JavaFX and JFonix(Google Material Design)

Screenshots

1

2

3

4

Usage

This project is constructor using Gradle and Java10.

To run it in root directory of project:

$ ./gradlew run

To use the project in IDEA

$ ./gradlew idea

1.10 >= JDK Version >= 1.8

放大缩小 svg 视图: Shift+鼠标右键+移动鼠标

移动 svg 视图: Shift+鼠标左键+移动鼠标

My dev environment is ArchLinux(AMD64) and Oracle JDK10, so it may has some inconsistents in your environments. If you have trouble with it, please writer a issues to me :)

TODOs

  • JSVGCanvas with MouseEvent and MouseWheelEvent

Acknowledgments

  • My Teacher
  • JavaFX
  • JFonix
  • graphviz
  • Apache Batik
  • Gradle
  • gesturefx
  • Gragon Book 2nd
  • Jetbrain
  • Git

About

A simple GUI program to parse regex expression to FA.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published