Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "loony", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A library for building Javascript DSLs", | ||
@@ -5,0 +5,0 @@ "author": "Sufyan Dawoodjee <eejdoowad@gmail.com>", |
@@ -5,3 +5,3 @@ # Loony · [![License](https://img.shields.io/github/license/lusakasa/loony.svg)](https://github.com/lusakasa/loony/blob/master/LICENSE) [![npm](https://img.shields.io/npm/v/loony.svg)](https://www.npmjs.com/package/loony) | ||
First you define your language using [nearely](https://github.com/kach/nearley). Then you write *programs* with method chaining and recursive tagged template calls. | ||
First you define your language using [nearley](https://github.com/kach/nearley). Then you write *programs* with method chaining and recursive tagged template calls. | ||
@@ -66,3 +66,3 @@ Compiled programs either produce an output or throw an error if you've written an invalid program. | ||
`sql.js` was generated from the [nearely](https://github.com/kach/nearley) grammar file `sql.ne`: | ||
`sql.js` was generated from the [nearley](https://github.com/kach/nearley) grammar file `sql.ne`: | ||
@@ -69,0 +69,0 @@ ```ne |