Skip to content

Commit

Permalink
fix error in comment in dictionary
Browse files Browse the repository at this point in the history
update heta-parser
  • Loading branch information
Evgeny Metelkin committed Nov 26, 2023
1 parent fc164a7 commit a715c5d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 15 deletions.
3 changes: 1 addition & 2 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,21 @@
## bugs

- highlight multiline comments in Heta dictionary and array (with/without comma)
- multiple single-line comments in dict result in error

## features

- atStart to exports: Matlab, DBSolve
- checking legal functions inside Expressions and functionDefinition
- `#defineFunction`: circular dependences within functions, internal functions, different exports, functionDef vs units
- write reusable `Build` class
- remove unnecessary rules in export
- checking units for diff eq
- check unit consistency for Species: amount/area if compartment is area
- AnyUnit for zero numbers
- remove `isAmount`, `compartment` properties from `@Reaction`

## ideas

- remove unnecessary rules in export
- generation of 'platform.yml' by `heta init`
- `include` statement is deprecated, use `#include` action (v0.8.0)
- check file format for modules
Expand Down
16 changes: 4 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"colors": "^1.4.0",
"commander": "^11.1.0",
"fs-extra": "^7.0.1",
"heta-parser": "^0.3.16",
"heta-parser": "^0.3.17",
"inquirer": "^7.3.3",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
Expand Down

0 comments on commit a715c5d

Please sign in to comment.