Skip to content

andreicozma1/STEM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Turing Machine EMulator (STEM)

Inspired by JFLAP and xTuringmachine

Inspired by the design of JFLAP only implementing Turing machines
Compatible with xTuringmachine files

Contributors:

Pre-requisites

Build instructions

  • This project uses the Maven build system. The configuration is in the pom.xml file.
  • You can use the Maven wrapper executable, mvnw which is included with the project.

Install Dependencies

./mvnw validate

Compile Source Code

./mvnw clean compile

Package JAR Executable

  • JAR file will be placed at target/STEM.jar
./mvnw install

Execution Instructions

Option 1: Run Executable

cd target
java -jar STEM.jar

Option 2: Run with Maven

./mvnw exec:java

Option 2.1: Compile & Run with Maven

./mvnw clean compile exec:java

License

Simple Turing machine EMulator (STEM)
Copyright (C) 2021 Andrei Cozma, Hunter Price, Sam MacLean, Joel Kovalcson, Dakota Sanders, Matt Matto, Jonathan Bryan

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published