0.0.17 • Published 6 months ago

@wfalcon/cadence-parser v0.0.17

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 months ago

Cadence Parser

The Cadence parser compiled to WebAssembly and bundled as an NPM package, so it can be used in tools written in JavaScript.

Usage

import {CadenceParser} from "@onflow/cadence-parser"

const parser = await CadenceParser.create("cadence-parser.wasm")

const ast = parser.parse(`
  pub contract HelloWorld {
    pub fun hello() {
      log("Hello, world!")
    }
  }
`)
0.0.17

6 months ago

0.0.16

6 months ago

0.0.15

6 months ago

0.0.14

6 months ago

0.0.12

6 months ago

0.0.10

6 months ago

0.0.9

6 months ago

0.0.8

6 months ago

0.0.7

6 months ago

0.0.6

6 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago