UNPKG
mca-compiler
Version:
latest (0.2.0)
0.2.0
0.1.0
Compiles MCA code to MCIL
github.com/toxic-spanner/MCA
toxic-spanner/MCA
mca-compiler
/
nodes
/
EmptyStatement.js
2 lines
•
63 B
JavaScript
View Raw
1
2
exports.type
=
"EmptyStatement"
;
exports.call
= function() { }
;