0.0.14 • Published 7 years ago

teak v0.0.14

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

BuildStatus

NOTE: In development

This is a preliminary version published for use by collaborators.

Teak Tools

Teak is a functional data language used to describe data in the form of scalars, lists, trees, or general graphs. It's grammar draws from LISP and JSON.

LISP grammar elements

  • One composition from, s expressions.
  • Space is separator
  • Symbol definition and reference
  • Comments

JSON grammar elements

  • Name value pairs (optional)
  • UTF8 encoding
  • Unicode escapes

TEAK specific elements

  • IEEE 754 floating point
  • Optional names used as anchor tags

The Teak NPM package provides tools to work with teak expressions in JavaScript.

Installation

 npm install teak

Use

var teak = require('teak');

console.log(teak.parse('(1 2 3 4)'));
// -> [ 1, 2, 3, 4 ]
0.0.14

7 years ago

0.0.12

7 years ago

0.0.11

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.2

8 years ago