0.3.17 • Published 5 months ago

heta-parser v0.3.17

Weekly downloads
77
License
Apache-2.0
Repository
github
Last release
5 months ago

Heta project Autotests Coverage Status NPM version GitHub license

Heta parser

Parsing of the Heta language code in JavaScript.

This is part of Heta project project.

Usage in JavaScript

const { parse } = require('heta-parser');

let content = 'k1 @Const = 1; one::A @Species {compartment: c1};';
let res = parse(content);

Console

To create json from heta-file

npm i -g heta-parser
heta run ./path/to/file.heta >> output.json

Copyright

© 2019-2023 InSysBio CY Ltd

0.3.17

5 months ago

0.3.16

2 years ago

0.3.15

3 years ago

0.3.14

3 years ago

0.3.13

3 years ago

0.3.12

3 years ago

0.3.11

3 years ago

0.3.10

4 years ago

0.3.9

4 years ago

0.3.8

4 years ago

0.3.7

4 years ago

0.3.6

4 years ago

0.3.5

4 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago