Skip to content

breuleux/quaint-yaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quaint-yaml

YAML support for the data and include macros in Quaint.

Install

quaint --setup yaml

Usage

This will make a table with two rows and two columns:

plugins :: yaml

format table :: data yaml ::
  -
    - one
    - two
  -
    - un
    - deux

And this will import YAML from a file:

data.yaml

a: 1
b: 7

file.q

include :: data.yaml

{a} + {b} == 8

Options

There are no options at the moment.

About

YAML support in Quaint

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published