Skip to content

Commit

Permalink
Merge pull request #38 from formix/callback-change
Browse files Browse the repository at this point in the history
Callback change
  • Loading branch information
Jean-Philippe Gravel committed Jun 6, 2016
2 parents 1a43d8b + 0c69831 commit 481a11e
Show file tree
Hide file tree
Showing 9 changed files with 67 additions and 16 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ zeros.txt

#documentation
doc
out
30 changes: 30 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "infernal-engine",
"version": "0.16.2",
"description": "Forward Chaining Inference Engine",
"main": "infernal-engine.js",
"moduleType": [
"node"
],
"keywords": [
"inference",
"engine",
"artificial",
"intelligence",
"ai"
],
"authors": [
"Jean-Philippe Gravel <[email protected]>"
],
"license": "MIT",
"homepage": "https://infernal-engine.formix.org",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"doc",
"out"
]
}
19 changes: 13 additions & 6 deletions dist/infernal-engine.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/infernal-engine.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/infernal-engine.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/infernal-engine.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 481a11e

Please sign in to comment.