1.0.0 • Published 8 years ago

@cxl/inference v1.0.0

Weekly downloads
1
License
GPL-3.0
Repository
-
Last release
8 years ago

inference.js

A lightning fast Javascript inference engine.

How to Use

Import it into your project, add and compile files.

var infer = j5g3.Inference();
infer.compile('source.js', source);

// getSymbols() returns an object with the symbol names as the keys, and the Symbol
// objects as values.
infer.getSymbols();

// You can also access the symbols in a tree structure using the scope property.
infer.scope;

Documentation

Read the documentation here.

1.0.0

8 years ago

0.1.2

8 years ago