Skip to content

Moderocky/ByteSkript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ByteSkript

Opus #11

An experimental language based on Skript (with no pre-eminent DSL dependencies) compiled to JVM bytecode.

Visit the documentation and wiki here.

Get the latest compiler release here.

ByteSkript draws heavily from the original Skript language design, with some minor structural adaptations to strengthen the language grammar, to remove some unnecessary jargon and make the language more reliable. ByteSkript also increases interoperability with existing JVM languages.

ByteSkript is not affiliated with SkriptLang.

ByteSkript is a completely new implementation of the general guide and style of the 'Skript' language, with its own language specification, goals and licence.

Libraries Used

  • ObjectWeb ASM
    A bytecode-assembling library used internally by the Java JDK.
    Used for compiling complex syntax.
  • Mirror
    An on-the-fly member access compiler, alternative to Java reflection.
    Used for compiling dynamic method handles at runtime.
  • Foundation
    A class-building framework to simplify method creation.
    Used for compiling simple syntax.
  • Jupiter
    An I/O-based library for buffers and memory management.
    Used for lazy-iteration and efficient data disposal.
  • AutoDocs
    A web-documentation generator.
    Used for generating the API docs.