@sdeverywhere/parse 0.1.5 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.d.ts +368 -358
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +1776 -1994
- package/dist/index.js.map +1 -1
- package/package.json +4 -6
- package/dist/index.cjs +0 -2170
- package/dist/index.cjs.map +0 -1
- package/dist/index.d.cts +0 -607
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
This package contains the parsing layer used by the [SDEverywhere](https://github.com/climateinteractive/SDEverywhere) compiler.
|
|
4
4
|
It defines an AST (abstract syntax tree) structure that can be used to express a system dynamics model, and provides an API for parsing a model into an AST structure.
|
|
5
|
-
|
|
5
|
+
The currently supported input formats are Vensim's `mdl` format and the XMILE format (as used by Stella products).
|
|
6
6
|
|
|
7
7
|
Note: The `parse` API has not yet stabilized, and the package is primarily intended as an implementation detail of the `compile` package, so documentation is not provided at this time.
|
|
8
8
|
If you would like to help with the task of stabilizing and formalizing the API for external consumption, please get in touch on the [discussion board](https://github.com/climateinteractive/SDEverywhere/discussions).
|