Last Version

turing 0.1.0

A set of Scala libraries providing a Turing Machine emulator,a DSL for creating programs for this emulator, and some predefined programs.

License

License

GroupId

GroupId

com.github.skozlov
ArtifactId

ArtifactId

turing
Version

Version

0.1.0
Type

Type

pom
Description

Description

turing
A set of Scala libraries providing a Turing Machine emulator,a DSL for creating programs for this emulator, and some predefined programs.
Project URL

Project URL

https://github.com/skozlov/turing

Download turing 0.1.0

Filename Size
turing-0.1.0.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.skozlov/turing/ -->
<dependency>
    <groupId>com.github.skozlov</groupId>
    <artifactId>turing</artifactId>
    <version>0.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.skozlov/turing/
implementation 'com.github.skozlov:turing:0.1.0'
// https://jarcasting.com/artifacts/com.github.skozlov/turing/
implementation ("com.github.skozlov:turing:0.1.0")
'com.github.skozlov:turing:pom:0.1.0'
<dependency org="com.github.skozlov" name="turing" rev="0.1.0">
  <artifact name="turing" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.skozlov', module='turing', version='0.1.0')
)
libraryDependencies += "com.github.skozlov" % "turing" % "0.1.0"
[com.github.skozlov/turing "0.1.0"]

Dependencies

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.11 jar 2.2.6

Project Modules

  • base
  • build
  • math
  • math00
  • math01