JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 15
  • Score
    100M100P100Q59978F
  • License MIT

Helper functions for working with the BABLR VM

Package Exports

  • @bablr/agast-vm-helpers
  • @bablr/agast-vm-helpers/builders
  • @bablr/agast-vm-helpers/facades
  • @bablr/agast-vm-helpers/languages

Readme

@bablr/agast-vm-helpers

Helper functions for working with the agAST VM.

Usage

import { buildExpression, reifyExression } from 'agast-vm-helpers';

reifyExpression(buildExpression());