Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 562 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 562 Bytes

Walnut

Walnut is a simple, programmable, and human-readable, 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.

Language Reference

The language references are available here (WORK IN PROGRESS).

Editor Support

Comming soon...

License

Walnut is licensed under the MIT license. See LICENSE.