0.6.0 • Published 9 months ago

@lf-lang/reactor-ts v0.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

CI API docs

A reactor-oriented programming framework in TypeScript

The prime use of this runtime implementation is to support the TypeScript target of Lingua Franca (LF). LF is a coordination language that endows mainstream programming languages with an intuitive concurrency model and abstractions for specifying timed behaviors.

This runtime implementation can also be used standalone. Documentation and examples of such usage will be included in future releases of this module. Automatically generated API docs are already available.

Quick reference

Installing Reactor-ts

npm install

Running the tests

npm run test

Generating docs

npm run doc

Additional resources