0.0.2 • Published 10 years ago

esparse-cl2 v0.0.2

Weekly downloads
6
License
-
Repository
-
Last release
10 years ago

Esparse-cl2

Javascript to/from JSON s-expressions to use with Chlorinate

Usage

echo 'var x = 0;' | esparse-cl2

{"type":"Program","body":[{"type":"VariableDeclaration","declarations":{"type":"VariableDeclarator","id":{"type":"Identifier","name":"x"},"init":{"type":"Literal","value":0}},"kind":"var"}]}

echo '{"type":"Program","body":[{"type":"VariableDeclaration","declarations":[{"type":"VariableDeclarator","id":{"type":"Identifier","name":"x"},"init":{"type":"Literal","value":0}}],"kind":"var"}]}' | escodegen-cl2

var x = 0;

License: MIT