java.lang.Object
org.kink_lang.kink.internal.startup.Kink

public class Kink extends Object
The startup class of the Kink interpreter.
  • Method Details

    • main

      public static void main(String... args)
      Starts up the Kink interpreter.
      Parameters:
      args - the command line args.
      Throws:
      IllegalStateException - when the Kink VM does not terminate normally.