https://github.com/3breadt/upb-adt-automata-tools
The "Automata Tools" library implements finite state automata (deterministic and non-deterministic), regular expressions and regular grammar related functions. The library is developed as part of the lecture "Verlässliches Programmieren in C/C++" of the department Angewandte Datentechnik at the Uni Paderborn.
https://github.com/3breadt/upb-adt-automata-tools
Last synced: 11 months ago
JSON representation
The "Automata Tools" library implements finite state automata (deterministic and non-deterministic), regular expressions and regular grammar related functions. The library is developed as part of the lecture "Verlässliches Programmieren in C/C++" of the department Angewandte Datentechnik at the Uni Paderborn.
- Host: GitHub
- URL: https://github.com/3breadt/upb-adt-automata-tools
- Owner: 3breadt
- Created: 2012-05-24T14:05:31.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-08-06T16:05:51.000Z (almost 14 years ago)
- Last Synced: 2023-03-26T14:27:46.534Z (about 3 years ago)
- Language: C++
- Homepage: http://adt.uni-paderborn.de
- Size: 17.1 MB
- Stars: 5
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
UPB-ADT-Automata-Tools
======================
Code repository for the project "Automata Tools". This project is part of the Lecture "Verlässliches Programmieren in C/C++" of the department "Angewandte Datentechnik" at the Universität Paderborn.