Skip to content

Commit

Permalink
use ProcessExpr of type: A>B
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Metelkin committed Nov 6, 2023
1 parent 02cd06a commit 8283ebd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@ Heta specifications versions follow [Semantic Versioning](https://semver.org/) s
## License
The Heta language specifications are licensed under [Creative Commons Attribution-NoDerivatives 4.0 International License](http://creativecommons.org/licenses/by-nd/4.0/).

InSysBio, 2018-2021
InSysBio, 2018-2023
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 0.4.4

- use `ProcessExpr` of type: A>B

## 0.4.3

- add `#defineFunction` action as an experimental
Expand Down
3 changes: 2 additions & 1 deletion syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ __Example__
### ProcessExpr
A `ProcessExpr` formatted string represents process stoichiometry.
The "arrow" syntax (`->`, `<->`, `=>`, `<=>`) divides two parts: influx (left) and outflux (right).
The "arrow" syntax (`->`, `<->`, `=>`, `<=>`, `>`, `<>`) divides two parts: influx (left) and outflux (right).
The "plus" symbol divide two or more actors.
Stoichiometry coefficients are shown by numbers before reference. The asterisk symbol is optional here.
Expand All @@ -448,3 +448,4 @@ __Example__
- `A =>`
- `2A <=> 3*B + C`
- `2 A <=> 3 * B + C`
- `2A > 3R + C`

0 comments on commit 8283ebd

Please sign in to comment.