https://github.com/rgglez/automata-theory
Some Prolog code on automata theory.
https://github.com/rgglez/automata-theory
automata-theory computer-science prolog
Last synced: over 1 year ago
JSON representation
Some Prolog code on automata theory.
- Host: GitHub
- URL: https://github.com/rgglez/automata-theory
- Owner: rgglez
- License: other
- Created: 2023-01-27T02:36:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-04T23:38:37.000Z (about 3 years ago)
- Last Synced: 2025-01-28T01:44:31.418Z (over 1 year ago)
- Topics: automata-theory, computer-science, prolog
- Language: Prolog
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# automata-theory
[![CC BY-NC-SA 4.0][cc-by-nc-sa-shield]][cc-by-nc-sa]



These are some small programs written in Prolog for a course on [automata theory](https://en.wikipedia.org/wiki/Automata_theory) during 1996.
## License
Copyright (c) 1996 Rodolfo González González.
[![CC BY-NC-SA 4.0][cc-by-nc-sa-shield]][cc-by-nc-sa]
This work is licensed under a
[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].
[![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]
[cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
[cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png
[cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg
See the LICENSE file.