mirror of https://github.com/mtshiba/pylyzer
|
|
||
|---|---|---|
| .. | ||
| Cargo.toml | ||
| README.md | ||
| lib.rs | ||
README.md
pylyzer_wasm
Wasm wrapper for pylyzer.
Usage
import { Analyzer } from 'pylyzer_wasm';
const analyzer = new Analyzer();
const errors = analyzer.check('print("Hello, World!")');
const locals = analyzer.dir();