Sha256: 9656462b2904b819caa8972a5861af6aba20c269eb040448d690c8f1c98137f7
Contents?: true
Size: 257 Bytes
Versions: 23
Compression:
Stored size: 257 Bytes
Contents
'use strict'; // To generate parser.js run the following command in the current directory: // // npx jison-gho parser.jison -o parser.js const parse = require('./parser').parse; module.exports = function parseCalcExpression(exp) { return parse(exp); };
Version data entries
23 entries across 23 versions & 1 rubygems