17 packages
antlr4-vensim
Vensim grammar built in ANTLR 4
sdeverywhere
SDEverywhere translates System Dynamics models from Vensim to C and WebAssembly
@sdeverywhere/build
This package provides the core build and plugin API for [SDEverywhere](https://github.com/climateinteractive/SDEverywhere).
@sdeverywhere/check-core
This package provides the core implementation of the System Dynamics model checking and comparison functionality in [SDEverywhere](https://github.com/climateinteractive/SDEverywhere).
@sdeverywhere/check-ui-shell
This package provides a complete user interface for a model check/comparison report as generated by [SDEverywhere](https://github.com/climateinteractive/SDEverywhere).
@sdeverywhere/cli
Contains the `sde` command line interface for the SDEverywhere tool suite.
@sdeverywhere/compile
The core Vensim to C compiler for the SDEverywhere tool suite.
@sdeverywhere/create
Create a new SDEverywhere project with minimal configuration
@sdeverywhere/parse
This package contains the parsing layer used by the [SDEverywhere](https://github.com/climateinteractive/SDEverywhere) compiler. It defines an AST (abstract syntax tree) structure that can be used to express a system dynamics model, and provides an API fo
@sdeverywhere/plugin-check
This package provides a plugin that runs model checks and comparison tests for a given System Dynamics model generated by [SDEverywhere](https://github.com/climateinteractive/SDEverywhere).
@sdeverywhere/plugin-config
This package provides a plugin that reads CSV files used to configure a library or app around a System Dynamics model generated by [SDEverywhere](https://github.com/climateinteractive/SDEverywhere).
@sdeverywhere/plugin-deploy
This package provides a build plugin that simplifies the process of deploying an [SDEverywhere](https://github.com/climateinteractive/SDEverywhere)-generated app to a web server.
@sdeverywhere/plugin-vite
This package provides a plugin that uses Vite and a given Vite configuration file to bundle an application or library as part of the [SDEverywhere](https://github.com/climateinteractive/SDEverywhere) builder process (i.e., `sde bundle` or `sde dev`).
@sdeverywhere/plugin-wasm
This package provides a plugin that builds a WebAssembly (Wasm) module for a given System Dynamics model generated by [SDEverywhere](https://github.com/climateinteractive/SDEverywhere).
@sdeverywhere/plugin-worker
This package provides a plugin that generates a `worker.js` file that can run a System Dynamics model (as generated by [SDEverywhere](https://github.com/climateinteractive/SDEverywhere)) asynchronously in a Web Worker or Node.js worker thread.
@sdeverywhere/runtime
This package provides a simplified runtime API around a System Dynamics model as generated by the [SDEverywhere](https://github.com/climateinteractive/SDEverywhere) transpiler.
@sdeverywhere/runtime-async
This package provides an implementation of the `ModelRunner` interface (from the `@sdeverywhere/runtime` package) that uses a Web Worker (in the browser) or a worker thread (in a Node.js app) to run the model asynchronously off the main JavaScript thread.