Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 706 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 706 Bytes

Javascript Formatter

A Javascript formatter based on a PEG using PEG.js by David Majda.

Currently, it's tested with Node, but should be compatible with other Javascript environments.

Getting Started

node test.js

Buyer Beware!

Currently, comments are discarded and it may still miss some uncommon Javascript constructs.

Credits

The javascript.pegjs is based on an example of PEG.js.