https://github.com/kenpusney/computation
Understanding Computation code in Java
https://github.com/kenpusney/computation
automata java semantics turing-machine understanding-computation utlc
Last synced: about 1 year ago
JSON representation
Understanding Computation code in Java
- Host: GitHub
- URL: https://github.com/kenpusney/computation
- Owner: kenpusney
- Created: 2016-06-28T11:09:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-04-09T10:17:54.000Z (about 6 years ago)
- Last Synced: 2024-12-01T04:21:44.285Z (over 1 year ago)
- Topics: automata, java, semantics, turing-machine, understanding-computation, utlc
- Language: Java
- Size: 88.9 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ucomp
========
This is a repo that try to translate *Understand Computation*'s Ruby code into Java.
It (try to) implements following things:
- Semantics (done)
- Automata
- Turing Machine
- UTLC
- Static Type Checking