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

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

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