0.13.1 • Published 11 years ago

roole-parser v0.13.1

Weekly downloads
29
License
-
Repository
github
Last release
11 years ago

roole-parser

Take a string of Roole code, and output the ast.

Example

var parser = require('roole-parser');
var ast = parser.parse('body { margin: 0 }');
console.log(ast);

API

parser.parse(str, options)
  • str - string of Roole code
  • options - hash object supports the following options: * filename - file path of the Roole code, used is debugging
0.13.1

11 years ago

0.13.0

11 years ago

0.12.1

11 years ago

0.12.0

11 years ago

0.11.0

11 years ago

0.10.0

11 years ago

0.9.0

11 years ago

0.8.0

11 years ago

0.7.0

11 years ago

0.6.0

11 years ago

0.5.0

11 years ago

0.4.0

11 years ago

0.3.0

11 years ago

0.2.0

11 years ago