0.0.13 • Published 7 years ago

sint v0.0.13

Weekly downloads
4
License
MIT
Repository
github
Last release
7 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

7 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago