jar

io.github.CDAGaming : starscript

Maven & Gradle

Jun 23, 2023
0 stars

starscript · Fast text formatting language for Java.

Table Of Contents

Latest Version

Download io.github.CDAGaming : starscript JAR file - Latest Versions:

All Versions

Download io.github.CDAGaming : starscript JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window starscript-0.2.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.meteordev.starscript

├─ org.meteordev.starscript.Instruction.class - [JAR]

├─ org.meteordev.starscript.Script.class - [JAR]

├─ org.meteordev.starscript.Section.class - [JAR]

├─ org.meteordev.starscript.StandardLib.class - [JAR]

├─ org.meteordev.starscript.Starscript.class - [JAR]

org.meteordev.starscript.utils

├─ org.meteordev.starscript.utils.AbstractExprVisitor.class - [JAR]

├─ org.meteordev.starscript.utils.CompletionCallback.class - [JAR]

├─ org.meteordev.starscript.utils.Error.class - [JAR]

├─ org.meteordev.starscript.utils.SFunction.class - [JAR]

├─ org.meteordev.starscript.utils.SemanticToken.class - [JAR]

├─ org.meteordev.starscript.utils.SemanticTokenProvider.class - [JAR]

├─ org.meteordev.starscript.utils.SemanticTokenType.class - [JAR]

├─ org.meteordev.starscript.utils.Stack.class - [JAR]

├─ org.meteordev.starscript.utils.StarscriptError.class - [JAR]

├─ org.meteordev.starscript.utils.VariableReplacementTransformer.class - [JAR]

org.meteordev.starscript.value

├─ org.meteordev.starscript.value.Value.class - [JAR]

├─ org.meteordev.starscript.value.ValueMap.class - [JAR]

├─ org.meteordev.starscript.value.ValueType.class - [JAR]

org.meteordev.starscript.compiler

├─ org.meteordev.starscript.compiler.Compiler.class - [JAR]

├─ org.meteordev.starscript.compiler.Expr.class - [JAR]

├─ org.meteordev.starscript.compiler.Lexer.class - [JAR]

├─ org.meteordev.starscript.compiler.Parser.class - [JAR]

├─ org.meteordev.starscript.compiler.Token.class - [JAR]