1.0.7 • Published 10 months ago
moca-compiler v1.0.7
node-moca-compiler
MOCA Compiler for Node.js
Example usage:
// Compilation example:
const compilationResult = MocaCompiler.compile(`list warehouses`);
// Formatting example:
const formattedScript = MocaFormatter.formatScript(`list warehouses | list areas`);