0.7.17 • Published 13 days ago

@sdeverywhere/compile v0.7.17

Weekly downloads
-
License
MIT
Repository
github
Last release
13 days ago

@sdeverywhere/compile

This package contains the core SDEverywhere compiler that takes a Vensim model as input and generates C code as output.

Quick Start

The best way to get started with SDEverywhere is to follow the Quick Start instructions. If you follow those instructions, the @sdeverywhere/cli package will be added to your project automatically, and that package uses @sdeverywhere/compile as an implementation detail. Therefore, most users do not need to install this package directly.

Install

As noted above, most users do not need to install this package directly, but for more advanced use cases, it can be installed as follows.

# npm
npm install --save-dev @sdeverywhere/compile

# pnpm
pnpm add -D @sdeverywhere/compile

# yarn
yarn add -D @sdeverywhere/compile

Usage

Most users do not need to interact with the @sdeverywhere/compile package directly; it is primarily used in the implementation of the @sdeverywhere/cli package and sde command line tool.

More usage details will be included here at a later time when the interfaces stabilize.

Documentation

The compile package is currently treated as an implementation detail of the cli package. As such, there is no public API documentation at this time, but we hope to expose a public API once the interfaces stabilize.

License

SDEverywhere is distributed under the MIT license. See LICENSE for more details.

0.7.17

13 days ago

0.7.16

16 days ago

0.7.15

18 days ago

0.7.13

2 months ago

0.7.14

2 months ago

0.7.12

2 months ago

0.7.11

4 months ago

0.7.10

6 months ago

0.7.9

7 months ago

0.7.6

8 months ago

0.7.8

7 months ago

0.7.7

7 months ago

0.7.5

1 year ago

0.7.2

1 year ago

0.7.4

1 year ago

0.7.3

1 year ago

0.7.1

2 years ago

0.7.0

2 years ago