0.0.13 • Published 6 years ago

sint v0.0.13

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Sint

A Spreadsheet language interpreter

Basic Usage Example

const interpreter = new Sint.Interpreter();
const result = interpreter.run('=1 + POW(2,3)');

console.log(result); // 9

How to build

$> npm install

Then, to build the source, run:

$> npm run dist

After that, you can open ./example/index.html on your browser to see some usage examples.

How to generate the documentation

The docs can be generated using npm:

$> npm run docs

License

This content is released under the MIT License.

0.0.13

6 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago