nthportal / spaghetti   0.2.0

Apache License 2.0 GitHub

A Scala 3 implementation of goto

Scala versions: 3.x

spaghetti

Build Status Maven Central Versioning Docs

A Scala 3 implementation of goto.

DO NOT USE THIS LIBRARY IN PRODUCTION

This library is intended only for testing against existing algorithms and implementations that use goto. It is not efficient, and is a bad way to program in general.

Add to Your sbt Build

Scala 3

libraryDependencies += "lgbt.princess" %% "spaghetti" % "0.1.0" % Test