Projects tagged ‘turing’ and ‘turingmachine’


[2 total ]

1 Users

This project is a platform allowing to develop and execute algorithms using Turing machines. Its parts are : * A language specification * A Runtime environment specification * An implementation ... [More] of a compiler in Java * An implementation of a virtual machine in Java Feel free to visit the website for more informations and to participate. The only aim of Gnieh Turing is to learn more about compilers and virtual machines. This project is made for educational purpose [Less]
Created 11 months ago.

0 Users

txsimul (acronym for Turing eXperimental SIMULator, or Tool for eXperimental SIMULation) is an Automaton Simulation Tool. The main goal of this piece of software is to be an educational tool for ... [More] Theory of Computation and related undergraduate courses. It will simulate a teoric machine, like: Finite State Automaton (deterministic or not); Pushdown (a.k.a. Stack) Automaton; Multi-Stack Automaton; Turing Machines and its variants; And in addition, it will can work with the grammar formalism: Regular grammar Context-Free Grammar Context-Sensitive Grammar General Grammar with the corresponding machine formalism. txsimul is free software, released under ISC (or BSD 2-clause, if you like) license. [Less]
Created 10 months ago.