@cellaware/moca-compiler
v1.0.0
Published
MOCA Compiler for Node.js
Downloads
2
Readme
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`);