index
:
mint
trunk
Project Mint - An attempt at making a JS-compatible programming language
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
_mint
/
node_modules
/
js-beautify
/
js
/
bin
/
js-beautify.js
blob: b553ba12eb398703f7edcbf8a61b61e9761f86fc (
plain
)
1
2
3
4
#!/usr/bin/env node
var
cli
=
require
(
'../lib/cli'
);
cli
.
interpret
();