nbcl 0.4.1

Configuration language designed to be easy and understandable.
Documentation

Website · Documentation

nbcl is a lightweight, declarative configuration DSL mainly designed for defining UI components and general purpose embedding. The syntax is designed to be simple, and thus follows an HCL-inspired Blocky syntax but with the added benifits of modularity, scripting capabilities, and simplicity.

Example

print("Hello, World")

Object "server" {
    port    = 3000
    address = "nbcl-lang.github.io"
}

Resources