Adding missing files

This commit is contained in:
knsv
2014-11-13 19:53:31 +01:00
parent 512b333658
commit 7ee2b1be45
11 changed files with 2399 additions and 0 deletions

3
scripts/compileFlow.sh Normal file
View File

@@ -0,0 +1,3 @@
sed s/this.parseError\(errStr/console.log\(errStr/< src/parser/flow.js > src/parser/flowParser.js
cp src/parser/flowParser.js src/parser/flow.js
rm src/parser/flowParser.js