0.0.17 • Published 3 years ago

@wfalcon/cadence-parser v0.0.17

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years 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

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.12

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago