linksplatform / Protocols.Lino

A way to describe data using references and links.
https://linksplatform.github.io/Communication.Protocol.Lino
The Unlicense
3 stars 1 forks source link

Add support for filling the contents of the link using indented syntax #21

Open Konard opened 4 years ago

Konard commented 4 years ago
3:
  papa
  loves
  mama

This should be equivalent to:

(3: papa loves mama)

We can also add an ability to create links without address.

:
  papa
  loves
  mama

This should be equivalent to:

(papa loves mama)

Based on https://github.com/Konard/LinksPlatform/issues/158 Conflicts with: #42