Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.2 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.2 KB

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