Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 872 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 872 Bytes

Walnut

Walnut is an simple, programmable, human-readable, and obvious configuration language.

Features

  • TOML-like syntax to express tables and arrays.
  • Resusable variables, functions and simple calculations.
  • Strong typing and smart type inference.
  • Importing other files.
  • Convertable to JSON, YAML, and TOML.

Implementations

There is an reference implementation in Rust, and a converter that can convert Walnut to JSON, YAML and TOML is also available.

Specification

The specification is available on SPEC.md (WORK IN PROGRESS).

Editor Support

Comming soon...

Validators

Comming soon...

License

This document is licensed under CC BY 4.0. See LICENSE