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
/
parser
/
base.js
blob: a91ad99f84ea68ab11ec427bddf70b2696e7eb5f (
plain
)
1
2
3
4
5
6
module
.
exports
=
class
MintParser
{
constructor
()
{
return
this
;
}
}