0.0.4 • Published 3 years ago

eal v0.0.4

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

EAL

A markdown based data text format

EAL uses the markdown syntax to define serializable data. It is an alternative to JSON, YAML, TOML. It provides powerful features to define data in a human readable way:

  • tables
  • lists
  • comments

How it works

Structure

# 

Datatypes

VSCode syntax highlighting

Add this to your settings.json:

{
  "files.associations": {
    "*.eal": "markdown"
  }
}

TODO

  • Versioning
  • Numbers
  • Dates
  • Inline comments
  • Literals
  • Imports

https://yaml.irz.fr/types.html