An open API service indexing awesome lists of open source software.

https://github.com/wzjoriv/mipu

Active learning tool designed to explore the pumping lemma property for regular language
https://github.com/wzjoriv/mipu

educational-technology formal-languages pumping-lemma regular-expressions regular-languages

Last synced: 11 months ago
JSON representation

Active learning tool designed to explore the pumping lemma property for regular language

Awesome Lists containing this project

README

          

# MIPU
This is a program designed to explore the pumping lemma property of regular expressions. Three main functionalities are offered: membership testing, a given language's strings generation and automatic minimun pumping length determination

[Download](https://github.com/JosueCom/MIPU/raw/master/MIPU.exe)

[Jar Download](https://github.com/JosueCom/MIPU/raw/master/MIPU_App.jar) (Recommended for Mac)

```bibtex
@inproceedings{rivera2021educational,
title={An Educational Tool for Exploring the Pumping Lemma Property for Regular Languages},
author={Rivera, Josue N and Xu, Haiping},
booktitle={Advances in Software Engineering, Education, and e-Learning: Proceedings from FECS'20, FCS'20, SERP'20, and EEE'20},
pages={143--161},
year={2021},
organization={Springer}
}
```