turing/readme.md

10 lines
282 B
Markdown
Raw Permalink Normal View History

2020-09-04 10:05:16 +00:00
A simple and portable Turing Machine simulator
==============================================
This code should build cleanly on any POSIX OS using a C99 compliant
C compiler.
The goal of this project is to be easily understandable and hackable,
and is not meant to be efficient.