0.0.1-alpha.0 • Published 1 year ago

@vifjs/language-builder v0.0.1-alpha.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Language builder

This package contains everything you need to create a provider.

Though it has many components, it isn't designed for direct language use.

What this packages does contain:

  • Definitions for POU types (ob, fb, fc...)
  • Definitions for primitives & complex types (bool, integers, array...)
  • Internal operations, state machines
  • Abstract template
  • Compiler & default transformers

What this package does not contain:

  • All implementer specific functions (even a rudimentary rising edge) are not included.

If you're wondering what is this all about, please check vif doc first.