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
Repository
A compiled JVM language based on 'Skript'.
Basic Info
Statistics
- Stars: 34
- Watchers: 7
- Forks: 6
- Open Issues: 4
- Releases: 33
Topics
Metadata Files
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
- Website: www.byteskript.org
- Repositories: 14
- Profile: https://github.com/Moderocky
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
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
Pull Request Labels
Dependencies
- actions/cache v2 composite
- actions/checkout v2 composite
- actions/setup-java v1 composite
- 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