byteskript

A compiled JVM language based on 'Skript'.

https://github.com/moderocky/byteskript

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.6%) to scientific vocabulary

Keywords

bytecode compiler hacktoberfest jvm jvm-bytecode jvm-languages language language-compiler programming-language skript skript-language
Last synced: 4 months ago · JSON representation ·

Repository

A compiled JVM language based on 'Skript'.

Basic Info
  • Host: GitHub
  • Owner: Moderocky
  • License: other
  • Language: Java
  • Default Branch: master
  • Homepage:
  • Size: 1.35 MB
Statistics
  • Stars: 34
  • Watchers: 7
  • Forks: 6
  • Open Issues: 4
  • Releases: 33
Topics
bytecode compiler hacktoberfest jvm jvm-bytecode jvm-languages language language-compiler programming-language skript skript-language
Created over 4 years ago · Last pushed about 2 years ago
Metadata Files
Readme Contributing License Citation Security

README.md

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.

Owner

  • Name: Moderocky
  • Login: Moderocky
  • Kind: user
  • Location: United Kingdom
  • Company: @SkriptLang

Specialist in metaprogramming tools, compilers and interpreters. Lead @ ByteSkript Lead @ SkriptLang

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Scott"
  given-names: "Mackenzie"
- family-names: "Suhonen"
  given-names: "Ilari"
title: "ByteSkript"
version: 1.0.0
date-released: 2021-12-25
url: "https://github.com/Moderocky/ByteSkript"

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 250
  • Total Committers: 2
  • Avg Commits per committer: 125.0
  • Development Distribution Score (DDS): 0.052
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Moderocky a****n@m****m 237
bluelhf i****n@g****m 13
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 11
  • Total pull requests: 7
  • Average time to close issues: 9 days
  • Average time to close pull requests: 8 days
  • Total issue authors: 5
  • Total pull request authors: 2
  • Average comments per issue: 1.36
  • Average comments per pull request: 0.57
  • Merged pull requests: 6
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • bluelhf (7)
  • kiip1 (1)
  • Moderocky (1)
  • BasToTheMax (1)
  • average590 (1)
Pull Request Authors
  • bluelhf (6)
  • kiip1 (1)
Top Labels
Issue Labels
bug (2) enhancement (1) help wanted (1)
Pull Request Labels

Dependencies

.github/workflows/maven.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • actions/setup-java v1 composite
pom.xml maven
  • mx.kenzie:foundation 1.1.7 compile
  • mx.kenzie:jupiter 1.0.2 compile
  • mx.kenzie:mimic 1.0.0 compile
  • mx.kenzie:mirror 5.0.3 compile
  • org.ow2.asm:asm 9.3 compile
  • mx.kenzie:autodocs 1.0.2 provided
  • org.jetbrains:annotations 23.0.0 provided
  • junit:junit 4.13.2 test