Skip to content
@jsl-lang

JSL Language

A document language with XML-like structure and Scripting/Game Development in mind

Document language based on SDLang and KDL with Game Development in focus

abstract:item type="item" {
    size 0.2 1 3
    model "madel/cube.obj"
    texture "texture/missing.png"
    material "material/missing.mtl"
    pointlessProp "i am prop"
    transform {
        1 0 0 0
        0 1 0 0
        0 0 1 0
        0 0 0 1
    }
    glow on
}

override abstract:item {
    override model "model/cube.obj"
}

override abstract:item {
    delete pointlessProp
}

armor inherit=abstract:item type="pickup" interactable

Pinned Loading

  1. jsl jsl Public

    JSL language specifications

Repositories

Showing 10 of 41 repositories
  • jsl Public

    JSL language specifications

    jsl-lang/jsl’s past year of commit activity
    0 0 0 0 Updated Dec 19, 2024
  • jsl-to-html-kdl Public Forked from asayers/kdl2html

    Write your HTML in KDL, with markdown, variable interpolation, and includes

    jsl-lang/jsl-to-html-kdl’s past year of commit activity
    Rust 0 Unlicense 1 0 0 Updated Nov 28, 2024
  • jsl.vim Public Forked from jsl-lang/jsl-vim-kdl

    Syntax highlighting and indentation for JSL

    jsl-lang/jsl.vim’s past year of commit activity
    Vim Script 0 MIT 5 0 0 Updated Jul 8, 2024
  • .github Public
    jsl-lang/.github’s past year of commit activity
    0 0 0 0 Updated Jul 6, 2024
  • jsl-vscode-kdl Public Forked from kdl-org/vscode-kdl

    VS Code syntax highlighting for JSL

    jsl-lang/jsl-vscode-kdl’s past year of commit activity
    0 3 0 0 Updated Jul 6, 2024
  • jsl-java-sdl Public Forked from sdlang-dev/SDL

    JSL for java

    jsl-lang/jsl-java-sdl’s past year of commit activity
    Java 0 4 0 0 Updated Jul 1, 2024
  • jsl-c-kdl Public Forked from tjol/ckdl

    JSL parsing library in C, Python, C++

    jsl-lang/jsl-c-kdl’s past year of commit activity
    C 0 MIT 5 0 0 Updated Jun 13, 2024
  • jsl-ruby-kdl Public Forked from danini-the-panini/kdl-rb

    Ruby implementation of the JSL language

    jsl-lang/jsl-ruby-kdl’s past year of commit activity
    Ruby 0 MIT 2 0 0 Updated Jun 11, 2024
  • tree-sitter-jsl-kdl Public Forked from tree-sitter-grammars/tree-sitter-kdl

    JSL grammar for tree-sitter

    jsl-lang/tree-sitter-jsl-kdl’s past year of commit activity
    C 0 MIT 5 0 0 Updated Jun 8, 2024
  • jsl-intellij-kdl Public Forked from kdl-org/intellij-kdl

    Official IntelliJ IDEA plugin for JSL

    jsl-lang/jsl-intellij-kdl’s past year of commit activity
    Kotlin 0 MIT 3 0 0 Updated May 24, 2024

Top languages

Loading…

Most used topics

Loading…