nbcl 0.1.3

Configuration language designed to be easy and understandable.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<div align="center">
    <img src=".github/NBCL Logo.svg" alt="NBCL Logo" width="100"/>
    <br/>
    <img src=".github/NBCL Text.svg" alt="NBCL"/>
    <p>Node Based Configuration Language</p>

<!-- todo -->
[Website](https://example.com) ยท [Documentation](https://example.com)
</div>
<br/>

`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.