Skip to content

Latest commit

 

History

History
49 lines (25 loc) · 1.6 KB

File metadata and controls

49 lines (25 loc) · 1.6 KB

Jevko examples by kragen

The examples in this directory were created by kragen and placed in the public domain (as stated in this comment).

The diagrams were generated from *.dot sources which are included.

In these examples Jevko is used as:

A minimal Unicode syntax for ordered trees with labeled nodes and labeled arcs.

The diagrams treat leading and trailing whitespace on arc labels (prefixes), as well as suffixes consisting only of whitespace, as insignificant.

johnsmith.jevko

This example was derived from information on Wikipedia.

Jevko source: johnsmith.jevko

Visualized as a diagram:

johnsmith.jpg

Diagram source: johnsmith.dot

horse.jevko

This example was derived from information on Wikipedia.

See also a related example.

Jevko source: horse.jevko

Visualized as a diagram:

horse.jpg

Diagram source: horse.dot

player.jevko

based on Minetest's relational database schema, recast as a hierarchical schema. It also takes advantage of the ordered nature of subJevkos, the possibility of multiple identical prefixes in the same parent node, and the possibility of having both "headers" (subJevkos) and a "body" (suffix) in the same node.

Jevko source: player.jevko

Visualized as a diagram:

player.jpg

Diagram source: player.dot