Git Product home page Git Product logo

byteskript's Introduction

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.