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
/
editorconfig
/
bin
/
editorconfig
blob: a7792acee41faf11229580a7c8c6fa88c5c017a6 (
plain
)
1
2
3
#!/usr/bin/env node
var
cli
=
require
(
'../src/cli'
)
cli
.
default
(
process
.
argv
)