1.0.0 • Published 10 months ago

@cellaware/moca-compiler v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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`);
1.0.0

10 months ago