Languages Features Creators CSV Resources Challenges Add Language
GitHub icon

Indental

Indental - Data notation

< >

Indental is a data notation created in 2017.

#2209on PLDB 6Years Old 0Books
0Papers

This space-sensitive database format is designed to store a dictionary of elements, accessible by name. The parser is a mere 50 lines, and allows for human-readable data structures for static sites such as Oscean, also see Tablatal. In the Indental file, an unindented line declares the key to a new root node, children lines can associate either parameters or lists to their parent node, a line divided with a colon will associate a value to a parameter to the parent node, and a sequence of equally indented lines will append to a list.


Example from the web:
NAME KEY : VALUE LIST ITEM1 ITEM2
Example from the web:
{NAME:{KEY:VALUE,LIST:[ITEM1,ITEM2])}

Language features

Feature Supported Token Example
Semantic Indentation ✓
hecl.html · indental.html · les.html

View source

- Build the next great programming language · Search · Day 213 · About · Blog · Acknowledgements · Traffic · Traffic Today · GitHub · feedback@pldb.com