From 5b44a568603507e0a818940d31dd0cdf4d4aa4b0 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Tue, 30 May 2017 11:07:50 +0100 Subject: [PATCH 01/18] Minor version bump due required due to system models Signed-off-by: James Taylor --- lerna.json | 2 +- package.json | 2 +- packages/composer-admin/package.json | 8 ++++---- packages/composer-cli/package.json | 10 +++++----- packages/composer-client/package.json | 8 ++++---- packages/composer-common/package.json | 2 +- .../composer-connector-embedded/package.json | 8 ++++---- packages/composer-connector-hlf/package.json | 6 +++--- packages/composer-connector-hlfv1/package.json | 6 +++--- packages/composer-connector-proxy/package.json | 4 ++-- .../composer-connector-server/package.json | 10 +++++----- packages/composer-connector-web/package.json | 8 ++++---- packages/composer-playground-api/package.json | 6 +++--- packages/composer-playground/package.json | 18 +++++++++--------- packages/composer-rest-server/package.json | 12 ++++++------ .../composer-runtime-embedded/package.json | 6 +++--- packages/composer-runtime-hlf/package.json | 4 ++-- packages/composer-runtime-hlfv1/package.json | 4 ++-- packages/composer-runtime-web/package.json | 10 +++++----- packages/composer-runtime/package.json | 4 ++-- packages/composer-systests/package.json | 16 ++++++++-------- packages/composer-website/package.json | 10 +++++----- .../package.json | 10 +++++----- .../loopback-connector-composer/package.json | 10 +++++----- 24 files changed, 92 insertions(+), 92 deletions(-) diff --git a/lerna.json b/lerna.json index 1e53c26b95..25590c1561 100644 --- a/lerna.json +++ b/lerna.json @@ -3,6 +3,6 @@ "packages": [ "packages/*" ], - "version": "0.7.3", + "version": "0.8.0", "hoist": true } diff --git a/package.json b/package.json index b30a7bae8a..ffb6cfdccb 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "name": "composer", "description": "You must install [Lerna](https://lernajs.io) to build this multi-package repository.", - "version": "0.7.3", + "version": "0.8.0", "main": "index.js", "private": true, "scripts": { diff --git a/packages/composer-admin/package.json b/packages/composer-admin/package.json index 4b2010c3b7..f0931e1686 100644 --- a/packages/composer-admin/package.json +++ b/packages/composer-admin/package.json @@ -1,6 +1,6 @@ { "name": "composer-admin", - "version": "0.7.3", + "version": "0.8.0", "description": "Hyperledger Composer Admin, code that manages business networks deployed to Hyperledger Fabric", "engines": { "node": ">=6", @@ -42,9 +42,9 @@ "sinon-as-promised": "^4.0.2" }, "dependencies": { - "composer-common": "^0.7.3", - "composer-connector-hlf": "^0.7.3", - "composer-connector-hlfv1": "^0.7.3" + "composer-common": "^0.8.0", + "composer-connector-hlf": "^0.8.0", + "composer-connector-hlfv1": "^0.8.0" }, "license-check-config": { "src": [ diff --git a/packages/composer-cli/package.json b/packages/composer-cli/package.json index f315079295..2e33bde710 100644 --- a/packages/composer-cli/package.json +++ b/packages/composer-cli/package.json @@ -1,6 +1,6 @@ { "name": "composer-cli", - "version": "0.7.3", + "version": "0.8.0", "description": "Hyperledger Composer command line interfaces (CLIs)", "engines": { "node": ">=6", @@ -41,10 +41,10 @@ }, "dependencies": { "chalk": "^1.1.3", - "composer-admin": "^0.7.3", - "composer-client": "^0.7.3", - "composer-common": "^0.7.3", - "composer-rest-server": "^0.7.3", + "composer-admin": "^0.8.0", + "composer-client": "^0.8.0", + "composer-common": "^0.8.0", + "composer-rest-server": "^0.8.0", "homedir": "^0.6.0", "npm-paths": "^0.1.3", "nunjucks": "^3.0.0", diff --git a/packages/composer-client/package.json b/packages/composer-client/package.json index 63190eb61b..c222f588e5 100644 --- a/packages/composer-client/package.json +++ b/packages/composer-client/package.json @@ -1,6 +1,6 @@ { "name": "composer-client", - "version": "0.7.3", + "version": "0.8.0", "description": "The node.js client library for Hyperledger Composer, a development framework for Hyperledger Fabric", "engines": { "node": ">=6", @@ -42,9 +42,9 @@ "logError": true }, "dependencies": { - "composer-common": "^0.7.3", - "composer-connector-hlf": "^0.7.3", - "composer-connector-hlfv1": "^0.7.3", + "composer-common": "^0.8.0", + "composer-connector-hlf": "^0.8.0", + "composer-connector-hlfv1": "^0.8.0", "uuid": "^3.0.1" }, "devDependencies": { diff --git a/packages/composer-common/package.json b/packages/composer-common/package.json index d8c79252a3..344c8a2d07 100644 --- a/packages/composer-common/package.json +++ b/packages/composer-common/package.json @@ -1,6 +1,6 @@ { "name": "composer-common", - "version": "0.7.3", + "version": "0.8.0", "description": "Hyperledger Composer Common, code that is common across client, admin and runtime.", "engines": { "node": ">=6", diff --git a/packages/composer-connector-embedded/package.json b/packages/composer-connector-embedded/package.json index c84df1fa99..e0e43fa228 100644 --- a/packages/composer-connector-embedded/package.json +++ b/packages/composer-connector-embedded/package.json @@ -1,6 +1,6 @@ { "name": "composer-connector-embedded", - "version": "0.7.3", + "version": "0.8.0", "description": "The embedded client connector for Hyperledger Composer", "engines": { "node": ">=6", @@ -52,9 +52,9 @@ "watchify": "^3.7.0" }, "dependencies": { - "composer-common": "^0.7.3", - "composer-runtime": "^0.7.3", - "composer-runtime-embedded": "^0.7.3" + "composer-common": "^0.8.0", + "composer-runtime": "^0.8.0", + "composer-runtime-embedded": "^0.8.0" }, "nyc": { "exclude": [ diff --git a/packages/composer-connector-hlf/package.json b/packages/composer-connector-hlf/package.json index 8bde915753..9857b0a18d 100644 --- a/packages/composer-connector-hlf/package.json +++ b/packages/composer-connector-hlf/package.json @@ -1,6 +1,6 @@ { "name": "composer-connector-hlf", - "version": "0.7.3", + "version": "0.8.0", "description": "The Hyperledger Fabric Client connector for Hyperledger Composer", "engines": { "node": ">=6", @@ -40,8 +40,8 @@ "logError": true }, "dependencies": { - "composer-common": "^0.7.3", - "composer-runtime-hlf": "^0.7.3", + "composer-common": "^0.8.0", + "composer-runtime-hlf": "^0.8.0", "fs-extra": "^1.0.0", "hfc": "^0.6.5", "semver": "^5.3.0", diff --git a/packages/composer-connector-hlfv1/package.json b/packages/composer-connector-hlfv1/package.json index 2ee51ce6e8..76966fe40c 100644 --- a/packages/composer-connector-hlfv1/package.json +++ b/packages/composer-connector-hlfv1/package.json @@ -1,6 +1,6 @@ { "name": "composer-connector-hlfv1", - "version": "0.7.3", + "version": "0.8.0", "description": "The Hyperledger Fabric v1.x Client connector for Hyperledger Composer", "engines": { "node": ">=6", @@ -40,8 +40,8 @@ "logError": true }, "dependencies": { - "composer-common": "^0.7.3", - "composer-runtime-hlfv1": "^0.7.3", + "composer-common": "^0.8.0", + "composer-runtime-hlfv1": "^0.8.0", "fabric-ca-client": "1.0.0-alpha.1", "fabric-client": "1.0.0-alpha.1", "fs-extra": "^1.0.0", diff --git a/packages/composer-connector-proxy/package.json b/packages/composer-connector-proxy/package.json index 9f4e239644..dd4367bb85 100644 --- a/packages/composer-connector-proxy/package.json +++ b/packages/composer-connector-proxy/package.json @@ -1,6 +1,6 @@ { "name": "composer-connector-proxy", - "version": "0.7.3", + "version": "0.8.0", "description": "The proxying client connector for Hyperledger Composer", "engines": { "node": ">=6", @@ -54,7 +54,7 @@ "watchify": "^3.7.0" }, "dependencies": { - "composer-common": "^0.7.3", + "composer-common": "^0.8.0", "socket.io-client": "^1.7.3" }, "nyc": { diff --git a/packages/composer-connector-server/package.json b/packages/composer-connector-server/package.json index 193035a293..0025868b8a 100644 --- a/packages/composer-connector-server/package.json +++ b/packages/composer-connector-server/package.json @@ -1,6 +1,6 @@ { "name": "composer-connector-server", - "version": "0.7.3", + "version": "0.8.0", "description": "The remote connector server for Hyperledger Composer", "engines": { "node": ">=6", @@ -44,10 +44,10 @@ "logError": true }, "dependencies": { - "composer-common": "^0.7.3", - "composer-connector-embedded": "^0.7.3", - "composer-connector-hlf": "^0.7.3", - "composer-connector-hlfv1": "^0.7.3", + "composer-common": "^0.8.0", + "composer-connector-embedded": "^0.8.0", + "composer-connector-hlf": "^0.8.0", + "composer-connector-hlfv1": "^0.8.0", "serializerr": "^1.0.3", "socket.io": "^1.7.3", "uuid": "^3.0.1", diff --git a/packages/composer-connector-web/package.json b/packages/composer-connector-web/package.json index 2cfa8eadc6..ac0e6e666e 100644 --- a/packages/composer-connector-web/package.json +++ b/packages/composer-connector-web/package.json @@ -1,6 +1,6 @@ { "name": "composer-connector-web", - "version": "0.7.3", + "version": "0.8.0", "description": "The web client connector for Hyperledger Composer", "engines": { "node": ">=6", @@ -62,9 +62,9 @@ "watchify": "^3.7.0" }, "dependencies": { - "composer-common": "^0.7.3", - "composer-runtime": "^0.7.3", - "composer-runtime-web": "^0.7.3", + "composer-common": "^0.8.0", + "composer-runtime": "^0.8.0", + "composer-runtime-web": "^0.8.0", "uuid": "^3.0.1" } } diff --git a/packages/composer-playground-api/package.json b/packages/composer-playground-api/package.json index 08f7733bb4..559dfb4cca 100644 --- a/packages/composer-playground-api/package.json +++ b/packages/composer-playground-api/package.json @@ -1,6 +1,6 @@ { "name": "composer-playground-api", - "version": "0.7.3", + "version": "0.8.0", "description": "The REST API for the Hyperledger Composer Playground", "engines": { "node": ">=6", @@ -57,8 +57,8 @@ }, "dependencies": { "body-parser": "^1.17.0", - "composer-common": "^0.7.3", - "composer-connector-server": "^0.7.3", + "composer-common": "^0.8.0", + "composer-connector-server": "^0.8.0", "dotenv": "^4.0.0", "express": "^4.15.2", "http-status": "^1.0.1", diff --git a/packages/composer-playground/package.json b/packages/composer-playground/package.json index e5b341b5ab..b5200ed098 100644 --- a/packages/composer-playground/package.json +++ b/packages/composer-playground/package.json @@ -1,6 +1,6 @@ { "name": "composer-playground", - "version": "0.7.3", + "version": "0.8.0", "description": "A test harness/UI for the web runtime container for Hyperledger Composer", "engines": { "node": ">=6", @@ -75,8 +75,8 @@ "dependencies": { "@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.24", "cheerio": "^0.22.0", - "composer-common": "^0.7.3", - "composer-playground-api": "^0.7.3", + "composer-common": "^0.8.0", + "composer-playground-api": "^0.8.0", "express": "^4.15.2", "fast-json-patch": "^1.1.8", "file-saver": "^1.3.3", @@ -129,12 +129,12 @@ "chai": "^3.5.0", "codelyzer": "^2.0.1", "codemirror": "^5.22.0", - "composer-admin": "^0.7.3", - "composer-client": "^0.7.3", - "composer-connector-proxy": "^0.7.3", - "composer-connector-web": "^0.7.3", - "composer-runtime": "^0.7.3", - "composer-runtime-web": "^0.7.3", + "composer-admin": "^0.8.0", + "composer-client": "^0.8.0", + "composer-connector-proxy": "^0.8.0", + "composer-connector-web": "^0.8.0", + "composer-runtime": "^0.8.0", + "composer-runtime-web": "^0.8.0", "copy-webpack-plugin": "^4.0.1", "core-js": "^2.4.1", "css-loader": "^0.26.1", diff --git a/packages/composer-rest-server/package.json b/packages/composer-rest-server/package.json index 11cd754099..a8076f69e0 100644 --- a/packages/composer-rest-server/package.json +++ b/packages/composer-rest-server/package.json @@ -1,6 +1,6 @@ { "name": "composer-rest-server", - "version": "0.7.3", + "version": "0.8.0", "description": "Hyperledger Composer REST server that uses the Hyperledger Composer LoopBack connector", "engines": { "node": ">=6", @@ -36,7 +36,7 @@ "chalk": "^1.1.3", "clear": "0.0.1", "clui": "^0.3.1", - "composer-common": "^0.7.3", + "composer-common": "^0.8.0", "compression": "^1.0.3", "connect-ensure-login": "^0.1.1", "cookie-parser": "^1.4.3", @@ -52,7 +52,7 @@ "loopback-boot": "^2.23.0", "loopback-component-explorer": "^4.1.1", "loopback-component-passport": "^3.2.0", - "loopback-connector-composer": "^0.7.3", + "loopback-connector-composer": "^0.8.0", "passport-local": "^1.0.0", "serve-favicon": "^2.0.1", "strong-error-handler": "^1.0.1", @@ -64,9 +64,9 @@ "chai-as-promised": "^6.0.0", "chai-http": "^3.0.0", "clone": "^2.1.1", - "composer-admin": "^0.7.3", - "composer-client": "^0.7.3", - "composer-connector-embedded": "^0.7.3", + "composer-admin": "^0.8.0", + "composer-client": "^0.8.0", + "composer-connector-embedded": "^0.8.0", "eslint": "^3.17.1", "jsdoc": "^3.4.3", "license-check": "^1.1.5", diff --git a/packages/composer-runtime-embedded/package.json b/packages/composer-runtime-embedded/package.json index c4909cd765..bb4dc709bd 100644 --- a/packages/composer-runtime-embedded/package.json +++ b/packages/composer-runtime-embedded/package.json @@ -1,6 +1,6 @@ { "name": "composer-runtime-embedded", - "version": "0.7.3", + "version": "0.8.0", "description": "The embedded runtime container for Hyperledger Composer", "engines": { "node": ">=6", @@ -52,8 +52,8 @@ "logError": true }, "dependencies": { - "composer-common": "^0.7.3", - "composer-runtime": "^0.7.3", + "composer-common": "^0.8.0", + "composer-runtime": "^0.8.0", "debug": "^2.6.2", "dexie": "^1.5.1", "fake-indexeddb": "^1.0.8", diff --git a/packages/composer-runtime-hlf/package.json b/packages/composer-runtime-hlf/package.json index 277d4b6b98..3443f85a9e 100644 --- a/packages/composer-runtime-hlf/package.json +++ b/packages/composer-runtime-hlf/package.json @@ -1,6 +1,6 @@ { "name": "composer-runtime-hlf", - "version": "0.7.3", + "version": "0.8.0", "description": "The Hyperledger Fabric runtime container for Hyperledger Composer", "engines": { "node": ">=6", @@ -29,7 +29,7 @@ "babelify": "^7.3.0", "browserify": "^13.3.0", "browserify-replace": "^0.9.0", - "composer-runtime": "^0.7.3", + "composer-runtime": "^0.8.0", "exorcist": "^0.4.0", "fs-extra": "^1.0.0", "uglify-js": "2.7.5" diff --git a/packages/composer-runtime-hlfv1/package.json b/packages/composer-runtime-hlfv1/package.json index 98068f671b..331edfb71b 100644 --- a/packages/composer-runtime-hlfv1/package.json +++ b/packages/composer-runtime-hlfv1/package.json @@ -1,6 +1,6 @@ { "name": "composer-runtime-hlfv1", - "version": "0.7.3", + "version": "0.8.0", "description": "The Hyperledger Fabric v1.x runtime container for Hyperledger Composer", "engines": { "node": ">=6", @@ -29,7 +29,7 @@ "babelify": "^7.3.0", "browserify": "^13.3.0", "browserify-replace": "^0.9.0", - "composer-runtime": "^0.7.3", + "composer-runtime": "^0.8.0", "exorcist": "^0.4.0", "fs-extra": "^1.0.0", "uglify-js": "2.7.5" diff --git a/packages/composer-runtime-web/package.json b/packages/composer-runtime-web/package.json index d0e3fb2451..1ee3fa8f0a 100644 --- a/packages/composer-runtime-web/package.json +++ b/packages/composer-runtime-web/package.json @@ -1,6 +1,6 @@ { "name": "composer-runtime-web", - "version": "0.7.3", + "version": "0.8.0", "description": "The web runtime container for Hyperledger Composer", "engines": { "node": ">=6", @@ -34,6 +34,7 @@ "chai": "^3.5.0", "chai-as-promised": "^6.0.0", "eslint": "^3.17.1", + "global": "^4.3.2", "jsdoc": "^3.4.3", "karma": "^1.3.0", "karma-browserify": "^5.1.0", @@ -46,8 +47,7 @@ "mocha": "^3.2.0", "sinon": "^1.17.7", "sinon-as-promised": "^4.0.2", - "watchify": "^3.7.0", - "global": "^4.3.2" + "watchify": "^3.7.0" }, "license-check-config": { "src": [ @@ -62,8 +62,8 @@ "logError": true }, "dependencies": { - "composer-common": "^0.7.3", - "composer-runtime": "^0.7.3", + "composer-common": "^0.8.0", + "composer-runtime": "^0.8.0", "dexie": "^1.5.1", "uuid": "^3.0.1", "xhr": "^2.4.0" diff --git a/packages/composer-runtime/package.json b/packages/composer-runtime/package.json index c21efcb533..4f66094493 100644 --- a/packages/composer-runtime/package.json +++ b/packages/composer-runtime/package.json @@ -1,6 +1,6 @@ { "name": "composer-runtime", - "version": "0.7.3", + "version": "0.8.0", "description": "The runtime execution environment for Hyperledger Composer", "engines": { "node": ">=6", @@ -63,7 +63,7 @@ "logError": true }, "dependencies": { - "composer-common": "^0.7.3", + "composer-common": "^0.8.0", "debug": "^2.6.2", "fast-json-patch": "^1.1.8", "jsonata": "1.1.1", diff --git a/packages/composer-systests/package.json b/packages/composer-systests/package.json index 3cc25a4777..c04a94776a 100644 --- a/packages/composer-systests/package.json +++ b/packages/composer-systests/package.json @@ -1,6 +1,6 @@ { "name": "composer-systests", - "version": "0.7.3", + "version": "0.8.0", "private": true, "description": "System tests and automation for Hyperledger Composer", "engines": { @@ -42,13 +42,13 @@ "chai": "^3.5.0", "chai-as-promised": "^6.0.0", "chai-subset": "^1.3.0", - "composer-admin": "^0.7.3", - "composer-client": "^0.7.3", - "composer-common": "^0.7.3", - "composer-connector-embedded": "^0.7.3", - "composer-connector-proxy": "^0.7.3", - "composer-connector-server": "^0.7.3", - "composer-connector-web": "^0.7.3", + "composer-admin": "^0.8.0", + "composer-client": "^0.8.0", + "composer-common": "^0.8.0", + "composer-connector-embedded": "^0.8.0", + "composer-connector-proxy": "^0.8.0", + "composer-connector-server": "^0.8.0", + "composer-connector-web": "^0.8.0", "eslint": "^3.17.1", "fabric-ca-client": "1.0.0-alpha.1", "fabric-client": "1.0.0-alpha.1", diff --git a/packages/composer-website/package.json b/packages/composer-website/package.json index 33ce508a19..d7c6fba0ea 100644 --- a/packages/composer-website/package.json +++ b/packages/composer-website/package.json @@ -1,6 +1,6 @@ { "name": "composer-website", - "version": "0.7.3", + "version": "0.8.0", "private": true, "description": "Hyperledger Composer is a blockchain development framework for Hyperledger Fabric: a library of assets/functions for creating blockchain-based applications.", "engines": { @@ -29,10 +29,10 @@ "author": "Hyperledger Composer", "license": "Apache-2.0", "devDependencies": { - "composer-admin": "^0.7.3", - "composer-client": "^0.7.3", - "composer-common": "^0.7.3", - "composer-runtime": "^0.7.3", + "composer-admin": "^0.8.0", + "composer-client": "^0.8.0", + "composer-common": "^0.8.0", + "composer-runtime": "^0.8.0", "jsdoc": "^3.4.3", "node-plantuml": "^0.5.0", "sanitize-html": "^1.14.1" diff --git a/packages/generator-hyperledger-composer/package.json b/packages/generator-hyperledger-composer/package.json index 9978596ff2..d2228d0929 100755 --- a/packages/generator-hyperledger-composer/package.json +++ b/packages/generator-hyperledger-composer/package.json @@ -1,6 +1,6 @@ { "name": "generator-hyperledger-composer", - "version": "0.7.3", + "version": "0.8.0", "description": "Generates skeleton projects from Hyperledger Composer business network definitions", "engines": { "node": ">=6", @@ -15,8 +15,8 @@ "liveNetworkTest": "mocha -t 0 test/angular-network.js" }, "dependencies": { - "composer-client": "^0.7.3", - "composer-common": "^0.7.3", + "composer-client": "^0.8.0", + "composer-common": "^0.8.0", "fs": "0.0.1-security", "shelljs": "^0.7.5", "underscore.string": "^3.3.4", @@ -30,8 +30,8 @@ "license": "Apache-2.0", "devDependencies": { "@angular/cli": "^1.0.0-rc.0", - "composer-admin": "^0.7.3", - "composer-connector-embedded": "^0.7.3", + "composer-admin": "^0.8.0", + "composer-connector-embedded": "^0.8.0", "typings": "^2.1.0", "yeoman-test": "^1.6.0" } diff --git a/packages/loopback-connector-composer/package.json b/packages/loopback-connector-composer/package.json index 8bb618da5e..da107f26f3 100644 --- a/packages/loopback-connector-composer/package.json +++ b/packages/loopback-connector-composer/package.json @@ -1,6 +1,6 @@ { "name": "loopback-connector-composer", - "version": "0.7.3", + "version": "0.8.0", "description": "A Loopback connector for Hyperledger Composer", "engines": { "node": ">=6", @@ -28,8 +28,8 @@ "author": "Hyperledger Composer", "license": "Apache-2.0", "dependencies": { - "composer-client": "^0.7.3", - "composer-common": "^0.7.3", + "composer-client": "^0.8.0", + "composer-common": "^0.8.0", "loopback": "^3.4.0", "loopback-connector": "^4.0.0", "node-cache": "^4.1.1" @@ -37,8 +37,8 @@ "devDependencies": { "chai": "^3.5.0", "chai-as-promised": "^6.0.0", - "composer-admin": "^0.7.3", - "composer-connector-embedded": "^0.7.3", + "composer-admin": "^0.8.0", + "composer-connector-embedded": "^0.8.0", "eslint": "^3.17.1", "jsdoc": "^3.4.3", "license-check": "^1.1.5", From 98e76c5ab492cb47828e32d7a5a844d32ad5f290 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Tue, 30 May 2017 11:14:36 +0100 Subject: [PATCH 02/18] Work in progress !!! DO NOT MERGE !!! Signed-off-by: James Taylor --- .../lib/introspect/classdeclaration.js | 10 ++++ .../lib/introspect/eventdeclaration.js | 22 +++++---- .../lib/introspect/modelfile.js | 11 +++++ .../lib/introspect/relationshipdeclaration.js | 8 +++- .../lib/introspect/transactiondeclaration.js | 31 ++++++++---- packages/composer-common/lib/modelmanager.js | 13 +++++ packages/composer-common/lib/modelutil.js | 11 +++++ packages/composer-common/models/system.cto | 48 +++++++++++++++++++ .../test/introspect/modelfile.js | 15 ++++++ packages/composer-common/test/modelmanager.js | 2 +- 10 files changed, 152 insertions(+), 19 deletions(-) create mode 100644 packages/composer-common/models/system.cto diff --git a/packages/composer-common/lib/introspect/classdeclaration.js b/packages/composer-common/lib/introspect/classdeclaration.js index f9480bc972..a47ed14e8d 100644 --- a/packages/composer-common/lib/introspect/classdeclaration.js +++ b/packages/composer-common/lib/introspect/classdeclaration.js @@ -272,6 +272,16 @@ class ClassDeclaration { return false; } + /** + * Returns true if this class can be pointed to by a relationship in a + * system model + * + * @return {boolean} true if the class may be pointed to by a relationship + */ + isSystemRelationshipTarget() { + return this.isRelationshipTarget(); + } + /** * Returns the short name of a class. This name does not include the * namespace from the owning ModelFile. diff --git a/packages/composer-common/lib/introspect/eventdeclaration.js b/packages/composer-common/lib/introspect/eventdeclaration.js index 156d97ab49..7617d6d1db 100644 --- a/packages/composer-common/lib/introspect/eventdeclaration.js +++ b/packages/composer-common/lib/introspect/eventdeclaration.js @@ -15,7 +15,7 @@ 'use strict'; const ClassDeclaration = require('./classdeclaration'); -const Field = require('./field'); +// const Field = require('./field'); /** Class representing the definition of an Event. * @extends ClassDeclaration @@ -44,14 +44,20 @@ class EventDeclaration extends ClassDeclaration { process() { super.process(); + // if(!this.ast.classExtension) { + // this.superType = 'Event'; + // } + + console.log(this.superType); + // we add the timestamp property that all events must have - if(this.getProperty('timestamp') === null) { - const ast = { - id : {name: 'timestamp'}, - propertyType: {name: 'DateTime'} - }; - this.properties.push(new Field(this, ast)); - } + // if(this.getProperty('timestamp') === null) { + // const ast = { + // id : {name: 'timestamp'}, + // propertyType: {name: 'DateTime'} + // }; + // this.properties.push(new Field(this, ast)); + // } } } diff --git a/packages/composer-common/lib/introspect/modelfile.js b/packages/composer-common/lib/introspect/modelfile.js index 5bf94d1b50..8cccb8bc49 100644 --- a/packages/composer-common/lib/introspect/modelfile.js +++ b/packages/composer-common/lib/introspect/modelfile.js @@ -79,6 +79,11 @@ class ModelFile { this.imports = this.ast.imports; } + let systemNamespace = ModelUtil.getSystemNamespace(); + if(this.namespace !== systemNamespace) { + this.imports.unshift(systemNamespace + '.*'); + } + for(let n=0; n < this.ast.body.length; n++ ) { let thing = this.ast.body[n]; @@ -147,6 +152,8 @@ class ModelFile { */ validate() { + console.log(this.imports, 'IMPORTS'); + // Validate all of the imports to check that they reference // namespaces or types that actually exist. this.imports.forEach((importName) => { @@ -250,13 +257,17 @@ class ModelFile { resolveImport(type) { //console.log('resolveImport ' + this.getNamespace() + ' ' + type ); + console.log(type, 'RESOLVETYPE'); for(let n=0; n < this.imports.length; n++) { let importName = this.imports[n]; + console.log(importName, 'IMPORTNAME'); if( ModelUtil.getShortName(importName) === type ) { return importName; } else if (ModelUtil.isWildcardName(importName)) { const wildcardNamespace = ModelUtil.getNamespace(importName); + console.log(wildcardNamespace,'WILDNAME'); const modelFile = this.getModelManager().getModelFile(wildcardNamespace); + console.log(modelFile, 'MODELFILE'); if (modelFile && modelFile.isLocalType(type)) { return wildcardNamespace + '.' + type; } diff --git a/packages/composer-common/lib/introspect/relationshipdeclaration.js b/packages/composer-common/lib/introspect/relationshipdeclaration.js index f745d113d1..072ec63745 100644 --- a/packages/composer-common/lib/introspect/relationshipdeclaration.js +++ b/packages/composer-common/lib/introspect/relationshipdeclaration.js @@ -58,9 +58,11 @@ class RelationshipDeclaration extends Property { throw new IllegalModelException('Relationship ' + this.getName() + ' cannot be to the primitive type ' + this.getType(), classDecl.getModelFile(), this.ast.location ); } else { + let namespace = this.getParent().getModelFile().getNamespace(); + // we first try to get the type from our own model file // because during validate we have not yet been added to the model manager - if(this.getParent().getModelFile().getNamespace() === ModelUtil.getNamespace(this.getFullyQualifiedTypeName())) { + if(namespace === ModelUtil.getNamespace(this.getFullyQualifiedTypeName())) { classDeclaration = this.getParent().getModelFile().getType(this.getType()); } else { @@ -72,7 +74,9 @@ class RelationshipDeclaration extends Property { throw new IllegalModelException('Relationship ' + this.getName() + ' points to a missing type ' + this.getFullyQualifiedTypeName(), classDecl.getModelFile(), this.ast.location); } - if(classDeclaration.isRelationshipTarget() === false) { + if((namespace === ModelUtil.getSystemNamespace()) && classDeclaration.isSystemRelationshipTarget() === false) { + throw new IllegalModelException('Relationship ' + this.getName() + ' must be to an asset, participant or transaction, but is to ' + this.getFullyQualifiedTypeName(), classDecl.getModelFile(), this.ast.location); + } else if(classDeclaration.isRelationshipTarget() === false) { throw new IllegalModelException('Relationship ' + this.getName() + ' must be to an asset or participant, but is to ' + this.getFullyQualifiedTypeName(), classDecl.getModelFile(), this.ast.location); } } diff --git a/packages/composer-common/lib/introspect/transactiondeclaration.js b/packages/composer-common/lib/introspect/transactiondeclaration.js index b395b5ec90..e914f45691 100644 --- a/packages/composer-common/lib/introspect/transactiondeclaration.js +++ b/packages/composer-common/lib/introspect/transactiondeclaration.js @@ -15,7 +15,7 @@ 'use strict'; const ClassDeclaration = require('./classdeclaration'); -const Field = require('./field'); +// const Field = require('./field'); /** Class representing the definition of an Transaction. * @extends ClassDeclaration @@ -44,14 +44,29 @@ class TransactionDeclaration extends ClassDeclaration { process() { super.process(); + // if(!this.ast.classExtension) { + // this.superType = 'Transaction'; + // } + + console.log(this.superType); + // we add the timestamp property that all transactions must have - if(this.getProperty('timestamp') === null) { - const ast = { - id : {name: 'timestamp'}, - propertyType: {name: 'DateTime'} - }; - this.properties.push(new Field(this, ast)); - } + // if(this.getProperty('timestamp') === null) { + // const ast = { + // id : {name: 'timestamp'}, + // propertyType: {name: 'DateTime'} + // }; + // this.properties.push(new Field(this, ast)); + // } + } + + /** + * Returns true if this class can be pointed to by a relationship + * + * @return {boolean} true if the class may be pointed to by a relationship + */ + isSystemRelationshipTarget() { + return true; } } diff --git a/packages/composer-common/lib/modelmanager.js b/packages/composer-common/lib/modelmanager.js index 99c7783908..1e3fda622d 100644 --- a/packages/composer-common/lib/modelmanager.js +++ b/packages/composer-common/lib/modelmanager.js @@ -14,11 +14,16 @@ 'use strict'; +const fs = require('fs'); +const path = require('path'); + const Globalize = require('./globalize'); const IllegalModelException = require('./introspect/illegalmodelexception'); const ModelUtil = require('./modelutil'); const ModelFile = require('./introspect/modelfile'); +const ENCODING = 'utf8'; + /** *

* The structure of {@link Resource}s (Assets, Transactions, Participants) is modelled @@ -48,6 +53,13 @@ class ModelManager { */ constructor() { this.modelFiles = {}; + + console.log(path.dirname(__filename)); + let systemModelPath = path.join(path.dirname(__filename), '../models/system.cto'); + // console.log(systemModelPath); + let systemModelContents = fs.readFileSync(systemModelPath, ENCODING); + // console.log(systemModelContents); + this.addModelFile(systemModelContents); } /** @@ -224,6 +236,7 @@ class ModelManager { // is the type a primitive? if (!ModelUtil.isPrimitiveType(type)) { + console.log(type, 'TYPE'); let ns = ModelUtil.getNamespace(type); let modelFile = this.getModelFile(ns); diff --git a/packages/composer-common/lib/modelutil.js b/packages/composer-common/lib/modelutil.js index 905e240aee..b7e661abb3 100644 --- a/packages/composer-common/lib/modelutil.js +++ b/packages/composer-common/lib/modelutil.js @@ -74,6 +74,17 @@ class ModelUtil { return result; } + /** + * Returns the system namespace + * @return {string} - namespace of system types + * @private + */ + static getSystemNamespace() { + let result = 'org.hyperledger.composer.system'; + + return result; + } + /** * Returns true if the type is a primitive type * @param {string} type - the name of the type diff --git a/packages/composer-common/models/system.cto b/packages/composer-common/models/system.cto new file mode 100644 index 0000000000..0a88aaff6c --- /dev/null +++ b/packages/composer-common/models/system.cto @@ -0,0 +1,48 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * Genesis model + */ +namespace org.hyperledger.composer.system + +/** + * Implicit super-type for all Assets + */ +abstract asset Asset { + +} + +/** + * Implicit super-type for all Participants + */ +abstract participant Participant { + +} + +/** + * Implicit super-type for all Transactions + */ +abstract transaction Transaction identified by transactionID { + o String transactionID + o DateTime timestamp +} + +/** + * Implicit super-type for all Events + */ +abstract event Event identified by eventID { + o String eventID + --> Transaction transaction +} diff --git a/packages/composer-common/test/introspect/modelfile.js b/packages/composer-common/test/introspect/modelfile.js index f681f2d262..fbf94d74cb 100644 --- a/packages/composer-common/test/introspect/modelfile.js +++ b/packages/composer-common/test/introspect/modelfile.js @@ -36,7 +36,15 @@ describe('ModelFile', () => { let sandbox; beforeEach(() => { + const mockSystemModel = ` + namespace org.hyperledger.composer.system + abstract asset Asset identified by assetId { + o String assetId + }`; + let mockSystemModelFile = new ModelFile(mockModelManager, mockSystemModel); mockModelManager = sinon.createStubInstance(ModelManager); + mockModelManager.getModelFile.withArgs('org.hyperledger.composer.system').returns(mockSystemModelFile); + sandbox = sinon.sandbox.create(); }); @@ -338,6 +346,13 @@ describe('ModelFile', () => { describe('#resolveImport', () => { + it.only('should find the fully qualified name of a type in the system namespace', () => { + const model = ` + namespace org.acme`; + let modelFile = new ModelFile(mockModelManager, model); + modelFile.resolveImport('Asset').should.equal('org.hyperledger.composer.system.Asset'); + }); + it('should find the fully qualified name of the import', () => { const model = ` namespace org.acme diff --git a/packages/composer-common/test/modelmanager.js b/packages/composer-common/test/modelmanager.js index 7f592df8df..72c3ec6c8f 100644 --- a/packages/composer-common/test/modelmanager.js +++ b/packages/composer-common/test/modelmanager.js @@ -294,7 +294,7 @@ describe('ModelManager', () => { let mf2 = sinon.createStubInstance(ModelFile); mf2.getNamespace.returns('org.such'); modelManager.addModelFile(mf2); - modelManager.getNamespaces().should.include.members(['org.wow', 'org.such']); + modelManager.getNamespaces().should.have.members(['org.hyperledger.composer.system', 'org.wow', 'org.such']); }); }); From 700d4da35b33e05086748f6914650054d62b5207 Mon Sep 17 00:00:00 2001 From: Matthew B White Date: Fri, 9 Jun 2017 14:28:10 +0100 Subject: [PATCH 03/18] merges --- packages/composer-playground-api/package.json | 5 ----- packages/composer-runtime-hlf/package.json | 10 ++-------- packages/composer-runtime-hlfv1/package.json | 12 ++++------- packages/composer-runtime-web/package.json | 13 ++++-------- packages/composer-runtime/package.json | 12 ++++------- packages/composer-systests/package.json | 18 ++++------------- packages/composer-website/package.json | 15 ++++---------- .../package.json | 20 ++++++------------- .../loopback-connector-composer/package.json | 20 ++++++------------- 9 files changed, 34 insertions(+), 91 deletions(-) diff --git a/packages/composer-playground-api/package.json b/packages/composer-playground-api/package.json index 917917f9b0..d3bf61104e 100644 --- a/packages/composer-playground-api/package.json +++ b/packages/composer-playground-api/package.json @@ -57,13 +57,8 @@ }, "dependencies": { "body-parser": "^1.17.0", -<<<<<<< HEAD "composer-common": "^0.7.6", "composer-connector-server": "^0.7.6", -======= - "composer-common": "^0.8.0", - "composer-connector-server": "^0.8.0", ->>>>>>> 98e76c5ab492cb47828e32d7a5a844d32ad5f290 "dotenv": "^4.0.0", "express": "^4.15.2", "http-status": "^1.0.1", diff --git a/packages/composer-runtime-hlf/package.json b/packages/composer-runtime-hlf/package.json index 6bc6cd7468..40def09e29 100644 --- a/packages/composer-runtime-hlf/package.json +++ b/packages/composer-runtime-hlf/package.json @@ -1,10 +1,8 @@ { "name": "composer-runtime-hlf", -<<<<<<< HEAD + "version": "0.7.6", -======= - "version": "0.8.0", ->>>>>>> 98e76c5ab492cb47828e32d7a5a844d32ad5f290 + "description": "The Hyperledger Fabric runtime container for Hyperledger Composer", "engines": { "node": ">=6", @@ -32,11 +30,7 @@ "babelify": "^7.3.0", "browserify": "^13.3.0", "browserify-replace": "^0.9.0", -<<<<<<< HEAD "composer-runtime": "^0.7.6", -======= - "composer-runtime": "^0.8.0", ->>>>>>> 98e76c5ab492cb47828e32d7a5a844d32ad5f290 "exorcist": "^0.4.0", "fs-extra": "^1.0.0", "uglify-js": "2.7.5" diff --git a/packages/composer-runtime-hlfv1/package.json b/packages/composer-runtime-hlfv1/package.json index f48541abd4..bfff6b9cd9 100644 --- a/packages/composer-runtime-hlfv1/package.json +++ b/packages/composer-runtime-hlfv1/package.json @@ -1,10 +1,8 @@ { "name": "composer-runtime-hlfv1", -<<<<<<< HEAD + "version": "0.7.6", -======= - "version": "0.8.0", ->>>>>>> 98e76c5ab492cb47828e32d7a5a844d32ad5f290 + "description": "The Hyperledger Fabric v1.x runtime container for Hyperledger Composer", "engines": { "node": ">=6", @@ -32,11 +30,9 @@ "babelify": "^7.3.0", "browserify": "^13.3.0", "browserify-replace": "^0.9.0", -<<<<<<< HEAD + "composer-runtime": "^0.7.6", -======= - "composer-runtime": "^0.8.0", ->>>>>>> 98e76c5ab492cb47828e32d7a5a844d32ad5f290 + "exorcist": "^0.4.0", "fs-extra": "^1.0.0", "uglify-js": "2.7.5" diff --git a/packages/composer-runtime-web/package.json b/packages/composer-runtime-web/package.json index 9ab433b446..80568b27fd 100644 --- a/packages/composer-runtime-web/package.json +++ b/packages/composer-runtime-web/package.json @@ -1,10 +1,8 @@ { "name": "composer-runtime-web", -<<<<<<< HEAD + "version": "0.7.6", -======= - "version": "0.8.0", ->>>>>>> 98e76c5ab492cb47828e32d7a5a844d32ad5f290 + "description": "The web runtime container for Hyperledger Composer", "engines": { "node": ">=6", @@ -66,13 +64,10 @@ "logError": true }, "dependencies": { -<<<<<<< HEAD + "composer-common": "^0.7.6", "composer-runtime": "^0.7.6", -======= - "composer-common": "^0.8.0", - "composer-runtime": "^0.8.0", ->>>>>>> 98e76c5ab492cb47828e32d7a5a844d32ad5f290 + "dexie": "^1.5.1", "uuid": "^3.0.1", "xhr": "^2.4.0" diff --git a/packages/composer-runtime/package.json b/packages/composer-runtime/package.json index a2890a0c44..b986e34224 100644 --- a/packages/composer-runtime/package.json +++ b/packages/composer-runtime/package.json @@ -1,10 +1,8 @@ { "name": "composer-runtime", -<<<<<<< HEAD + "version": "0.7.6", -======= - "version": "0.8.0", ->>>>>>> 98e76c5ab492cb47828e32d7a5a844d32ad5f290 + "description": "The runtime execution environment for Hyperledger Composer", "engines": { "node": ">=6", @@ -66,11 +64,9 @@ "logError": true }, "dependencies": { -<<<<<<< HEAD + "composer-common": "^0.7.6", -======= - "composer-common": "^0.8.0", ->>>>>>> 98e76c5ab492cb47828e32d7a5a844d32ad5f290 + "debug": "^2.6.2", "fast-json-patch": "^1.1.8", "jsonata": "^1.2.2", diff --git a/packages/composer-systests/package.json b/packages/composer-systests/package.json index 191d76f13b..6126d0f0d2 100644 --- a/packages/composer-systests/package.json +++ b/packages/composer-systests/package.json @@ -1,10 +1,8 @@ { "name": "composer-systests", -<<<<<<< HEAD + "version": "0.7.6", -======= - "version": "0.8.0", ->>>>>>> 98e76c5ab492cb47828e32d7a5a844d32ad5f290 + "private": true, "description": "System tests and automation for Hyperledger Composer", "engines": { @@ -46,7 +44,7 @@ "chai": "^3.5.0", "chai-as-promised": "^6.0.0", "chai-subset": "^1.3.0", -<<<<<<< HEAD + "composer-admin": "^0.7.6", "composer-client": "^0.7.6", "composer-common": "^0.7.6", @@ -54,15 +52,7 @@ "composer-connector-proxy": "^0.7.6", "composer-connector-server": "^0.7.6", "composer-connector-web": "^0.7.6", -======= - "composer-admin": "^0.8.0", - "composer-client": "^0.8.0", - "composer-common": "^0.8.0", - "composer-connector-embedded": "^0.8.0", - "composer-connector-proxy": "^0.8.0", - "composer-connector-server": "^0.8.0", - "composer-connector-web": "^0.8.0", ->>>>>>> 98e76c5ab492cb47828e32d7a5a844d32ad5f290 + "eslint": "^3.17.1", "fabric-ca-client": "1.0.0-alpha.1", "fabric-client": "1.0.0-alpha.1", diff --git a/packages/composer-website/package.json b/packages/composer-website/package.json index 02dba0003f..ef722b8bb4 100644 --- a/packages/composer-website/package.json +++ b/packages/composer-website/package.json @@ -1,10 +1,8 @@ { "name": "composer-website", -<<<<<<< HEAD + "version": "0.7.6", -======= - "version": "0.8.0", ->>>>>>> 98e76c5ab492cb47828e32d7a5a844d32ad5f290 + "private": true, "description": "Hyperledger Composer is a blockchain development framework for Hyperledger Fabric: a library of assets/functions for creating blockchain-based applications.", "engines": { @@ -32,17 +30,12 @@ "author": "Hyperledger Composer", "license": "Apache-2.0", "devDependencies": { -<<<<<<< HEAD + "composer-admin": "^0.7.6", "composer-client": "^0.7.6", "composer-common": "^0.7.6", "composer-runtime": "^0.7.6", -======= - "composer-admin": "^0.8.0", - "composer-client": "^0.8.0", - "composer-common": "^0.8.0", - "composer-runtime": "^0.8.0", ->>>>>>> 98e76c5ab492cb47828e32d7a5a844d32ad5f290 + "jsdoc": "^3.4.3", "node-plantuml": "^0.5.0", "sanitize-html": "^1.14.1" diff --git a/packages/generator-hyperledger-composer/package.json b/packages/generator-hyperledger-composer/package.json index 6f98c7b138..d8b0d7a576 100755 --- a/packages/generator-hyperledger-composer/package.json +++ b/packages/generator-hyperledger-composer/package.json @@ -1,10 +1,8 @@ { "name": "generator-hyperledger-composer", -<<<<<<< HEAD + "version": "0.7.6", -======= - "version": "0.8.0", ->>>>>>> 98e76c5ab492cb47828e32d7a5a844d32ad5f290 + "description": "Generates skeleton projects from Hyperledger Composer business network definitions", "engines": { "node": ">=6", @@ -19,13 +17,10 @@ "liveNetworkTest": "mocha -t 0 test/angular-network.js" }, "dependencies": { -<<<<<<< HEAD + "composer-client": "^0.7.6", "composer-common": "^0.7.6", -======= - "composer-client": "^0.8.0", - "composer-common": "^0.8.0", ->>>>>>> 98e76c5ab492cb47828e32d7a5a844d32ad5f290 + "fs": "0.0.1-security", "shelljs": "^0.7.7", "underscore.string": "^3.3.4", @@ -39,13 +34,10 @@ "license": "Apache-2.0", "devDependencies": { "@angular/cli": "^1.0.0-rc.0", -<<<<<<< HEAD + "composer-admin": "^0.7.6", "composer-connector-embedded": "^0.7.6", -======= - "composer-admin": "^0.8.0", - "composer-connector-embedded": "^0.8.0", ->>>>>>> 98e76c5ab492cb47828e32d7a5a844d32ad5f290 + "typings": "^2.1.0", "yeoman-test": "^1.6.0" } diff --git a/packages/loopback-connector-composer/package.json b/packages/loopback-connector-composer/package.json index 11141abfc9..8e6d174677 100644 --- a/packages/loopback-connector-composer/package.json +++ b/packages/loopback-connector-composer/package.json @@ -1,10 +1,8 @@ { "name": "loopback-connector-composer", -<<<<<<< HEAD + "version": "0.7.6", -======= - "version": "0.8.0", ->>>>>>> 98e76c5ab492cb47828e32d7a5a844d32ad5f290 + "description": "A Loopback connector for Hyperledger Composer", "engines": { "node": ">=6", @@ -30,13 +28,10 @@ "author": "Hyperledger Composer", "license": "Apache-2.0", "dependencies": { -<<<<<<< HEAD + "composer-client": "^0.7.6", "composer-common": "^0.7.6", -======= - "composer-client": "^0.8.0", - "composer-common": "^0.8.0", ->>>>>>> 98e76c5ab492cb47828e32d7a5a844d32ad5f290 + "loopback": "^3.4.0", "loopback-connector": "^4.0.0", "node-cache": "^4.1.1" @@ -44,13 +39,10 @@ "devDependencies": { "chai": "^3.5.0", "chai-as-promised": "^6.0.0", -<<<<<<< HEAD + "composer-admin": "^0.7.6", "composer-connector-embedded": "^0.7.6", -======= - "composer-admin": "^0.8.0", - "composer-connector-embedded": "^0.8.0", ->>>>>>> 98e76c5ab492cb47828e32d7a5a844d32ad5f290 + "eslint": "^3.17.1", "jsdoc": "^3.4.3", "license-check": "^1.1.5", From 3d33c9aa337dd9c361430ddf0eb48ad437379cc1 Mon Sep 17 00:00:00 2001 From: Matthew B White Date: Tue, 13 Jun 2017 16:25:16 +0100 Subject: [PATCH 04/18] updates --- packages/composer-cli/index.js | 5 + .../lib/cmds/network/lib/deploy.js | 4 +- packages/composer-common/lib/factory.js | 1 + .../lib/introspect/classdeclaration.js | 5 +- .../lib/introspect/eventdeclaration.js | 1 - .../lib/introspect/modelfile.js | 26 ++- .../lib/introspect/relationshipdeclaration.js | 2 + .../lib/introspect/transactiondeclaration.js | 2 +- packages/composer-common/lib/modelmanager.js | 18 +- packages/composer-common/models/system.cto | 9 +- .../installers/hlfv1/install-unstable.sh | Bin 36081 -> 36179 bytes ...50e438f1f37c303e14b5f9e6f3ee06cc2bb823a_sk | 5 + .../ordererOrg1/ca/ordererOrg1-cert.pem | 14 ++ .../admincerts/ordererOrg1-cert.pem | 14 ++ .../cacerts/ordererOrg1-cert.pem | 14 ++ ...c260dc4992ad2fd7043cccf3f3948ffbea989e1_sk | 5 + .../signcerts/ordererOrg1orderer1-cert.pem | 14 ++ ...f1fd239cdcfc310894150908b90f05e9179556a_sk | 5 + .../peerOrg1/ca/peerOrg1-cert.pem | 14 ++ .../admincerts/peerOrg1-cert.pem | 14 ++ .../peerOrg1Peer1/cacerts/peerOrg1-cert.pem | 14 ++ ...65b8476af4090f73c82c9b626efc15f12739d5d_sk | 5 + .../signcerts/peerOrg1Peer1-cert.pem | 14 ++ .../admincerts/peerOrg1-cert.pem | 14 ++ .../peerOrg1Peer2/cacerts/peerOrg1-cert.pem | 14 ++ ...769b54a3dc9066e05be1e76582cabd65c110e4e_sk | 5 + .../signcerts/peerOrg1Peer2-cert.pem | 14 ++ .../docker-compose-playground.yml | 51 +++++ .../composer-data/docker-compose.yml | 151 ++++++++++++++ .../fabric-dev-servers/_loader.sh | 31 +++ .../createComposerProfile.sh | 2 + .../fabric-dev-servers/downloadFabric.sh | 2 + .../fabric-scripts/hlfv0.6/README.md | 1 + .../hlfv0.6/createComposerProfile.sh | 22 ++ .../fabric-scripts/hlfv0.6/docker-compose.yml | 30 +++ .../fabric-scripts/hlfv0.6/downloadFabric.sh | 14 ++ .../fabric-scripts/hlfv0.6/startFabric.sh | 19 ++ .../fabric-scripts/hlfv0.6/stopFabric.sh | 9 + .../fabric-scripts/hlfv0.6/teardownFabric.sh | 15 ++ .../hlfv1-node/createComposerProfile.sh | 35 ++++ .../hlfv1-node/downloadFabric.sh | 14 ++ .../hlfv1-node/hlfv1/config.json | 18 ++ .../hlfv1-node/hlfv1/configtx.yaml | 191 ++++++++++++++++++ .../hlfv1-node/hlfv1/connection.json | 24 +++ .../hlfv1-node/hlfv1/create-channel.js | 116 +++++++++++ ...50e438f1f37c303e14b5f9e6f3ee06cc2bb823a_sk | 5 + .../ordererOrg1/ca/ordererOrg1-cert.pem | 14 ++ .../admincerts/ordererOrg1-cert.pem | 14 ++ .../cacerts/ordererOrg1-cert.pem | 14 ++ ...c260dc4992ad2fd7043cccf3f3948ffbea989e1_sk | 5 + .../signcerts/ordererOrg1orderer1-cert.pem | 14 ++ ...f1fd239cdcfc310894150908b90f05e9179556a_sk | 5 + .../peerOrg1/ca/peerOrg1-cert.pem | 14 ++ .../admincerts/peerOrg1-cert.pem | 14 ++ .../peerOrg1Peer1/cacerts/peerOrg1-cert.pem | 14 ++ ...65b8476af4090f73c82c9b626efc15f12739d5d_sk | 5 + .../signcerts/peerOrg1Peer1-cert.pem | 14 ++ .../admincerts/peerOrg1-cert.pem | 14 ++ .../peerOrg1Peer2/cacerts/peerOrg1-cert.pem | 14 ++ ...769b54a3dc9066e05be1e76582cabd65c110e4e_sk | 5 + .../signcerts/peerOrg1Peer2-cert.pem | 14 ++ .../hlfv1/hlfv1_alpha-docker-compose.yml | 134 ++++++++++++ .../hlfv1-node/hlfv1/join-channel.js | 154 ++++++++++++++ .../hlfv1-node/hlfv1/mychannel.tx | Bin 0 -> 9840 bytes .../hlfv1-node/hlfv1/setup-utils.js | 147 ++++++++++++++ .../hlfv1-node/hlfv1/twoorgs.orderer.block | Bin 0 -> 9821 bytes .../fabric-scripts/hlfv1-node/startFabric.sh | 24 +++ .../fabric-scripts/hlfv1-node/stopFabric.sh | 11 + .../hlfv1-node/teardownFabric.sh | 17 ++ ...50e438f1f37c303e14b5f9e6f3ee06cc2bb823a_sk | 5 + .../ordererOrg1/ca/ordererOrg1-cert.pem | 14 ++ .../admincerts/ordererOrg1-cert.pem | 14 ++ .../cacerts/ordererOrg1-cert.pem | 14 ++ ...c260dc4992ad2fd7043cccf3f3948ffbea989e1_sk | 5 + .../signcerts/ordererOrg1orderer1-cert.pem | 14 ++ ...f1fd239cdcfc310894150908b90f05e9179556a_sk | 5 + .../peerOrg1/ca/peerOrg1-cert.pem | 14 ++ .../admincerts/peerOrg1-cert.pem | 14 ++ .../peerOrg1Peer1/cacerts/peerOrg1-cert.pem | 14 ++ ...65b8476af4090f73c82c9b626efc15f12739d5d_sk | 5 + .../signcerts/peerOrg1Peer1-cert.pem | 14 ++ .../admincerts/peerOrg1-cert.pem | 14 ++ .../peerOrg1Peer2/cacerts/peerOrg1-cert.pem | 14 ++ ...769b54a3dc9066e05be1e76582cabd65c110e4e_sk | 5 + .../signcerts/peerOrg1Peer2-cert.pem | 14 ++ .../hlfv1/composer/docker-compose.yml | 103 ++++++++++ .../hlfv1/composer/mychannel.tx | Bin 0 -> 9840 bytes .../hlfv1/composer/twoorgs.orderer.block | Bin 0 -> 9821 bytes .../hlfv1/createComposerProfile.sh | 35 ++++ .../fabric-scripts/hlfv1/downloadFabric.sh | 14 ++ .../fabric-scripts/hlfv1/startFabric.sh | 32 +++ .../fabric-scripts/hlfv1/stopFabric.sh | 11 + .../fabric-scripts/hlfv1/teardownFabric.sh | 17 ++ .../fabric-dev-servers/package.json | 26 +++ .../fabric-dev-servers/startFabric.sh | 7 + .../fabric-dev-servers/stopFabric.sh | 2 + .../fabric-dev-servers/teardownAllDocker.sh | 43 ++++ .../fabric-dev-servers/teardownFabric.sh | 2 + .../jekylldocs/composer-data/mychannel.tx | Bin 0 -> 9840 bytes .../composer-data/twoorgs.orderer.block | Bin 0 -> 9821 bytes .../composer-website/jekylldocs/composer.sh | Bin 0 -> 35936 bytes .../jekylldocs/install-hlfv1-unstable.sh | Bin 36081 -> 36179 bytes .../jekylldocs/install-hlfv1.sh | Bin 36032 -> 36132 bytes 103 files changed, 2114 insertions(+), 20 deletions(-) create mode 100644 packages/composer-website/jekylldocs/composer-data/crypto-config/ordererOrganizations/ordererOrg1/ca/4d4a772215168b6594c87e82650e438f1f37c303e14b5f9e6f3ee06cc2bb823a_sk create mode 100644 packages/composer-website/jekylldocs/composer-data/crypto-config/ordererOrganizations/ordererOrg1/ca/ordererOrg1-cert.pem create mode 100644 packages/composer-website/jekylldocs/composer-data/crypto-config/ordererOrganizations/ordererOrg1/orderers/ordererOrg1orderer1/admincerts/ordererOrg1-cert.pem create mode 100644 packages/composer-website/jekylldocs/composer-data/crypto-config/ordererOrganizations/ordererOrg1/orderers/ordererOrg1orderer1/cacerts/ordererOrg1-cert.pem create mode 100644 packages/composer-website/jekylldocs/composer-data/crypto-config/ordererOrganizations/ordererOrg1/orderers/ordererOrg1orderer1/keystore/9707908924f92bbaa5c8a6961c260dc4992ad2fd7043cccf3f3948ffbea989e1_sk create mode 100644 packages/composer-website/jekylldocs/composer-data/crypto-config/ordererOrganizations/ordererOrg1/orderers/ordererOrg1orderer1/signcerts/ordererOrg1orderer1-cert.pem create mode 100644 packages/composer-website/jekylldocs/composer-data/crypto-config/peerOrganizations/peerOrg1/ca/d8a5b3cac1b821f6e4b487ceaf1fd239cdcfc310894150908b90f05e9179556a_sk create mode 100644 packages/composer-website/jekylldocs/composer-data/crypto-config/peerOrganizations/peerOrg1/ca/peerOrg1-cert.pem create mode 100644 packages/composer-website/jekylldocs/composer-data/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer1/admincerts/peerOrg1-cert.pem create mode 100644 packages/composer-website/jekylldocs/composer-data/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer1/cacerts/peerOrg1-cert.pem create mode 100644 packages/composer-website/jekylldocs/composer-data/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer1/keystore/5e67f35124df6a9124bf3659365b8476af4090f73c82c9b626efc15f12739d5d_sk create mode 100644 packages/composer-website/jekylldocs/composer-data/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer1/signcerts/peerOrg1Peer1-cert.pem create mode 100644 packages/composer-website/jekylldocs/composer-data/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer2/admincerts/peerOrg1-cert.pem create mode 100644 packages/composer-website/jekylldocs/composer-data/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer2/cacerts/peerOrg1-cert.pem create mode 100644 packages/composer-website/jekylldocs/composer-data/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer2/keystore/707c2b3c02ddd36a6c4a17771769b54a3dc9066e05be1e76582cabd65c110e4e_sk create mode 100644 packages/composer-website/jekylldocs/composer-data/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer2/signcerts/peerOrg1Peer2-cert.pem create mode 100644 packages/composer-website/jekylldocs/composer-data/docker-compose-playground.yml create mode 100644 packages/composer-website/jekylldocs/composer-data/docker-compose.yml create mode 100755 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/_loader.sh create mode 100755 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/createComposerProfile.sh create mode 100755 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/downloadFabric.sh create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv0.6/README.md create mode 100755 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv0.6/createComposerProfile.sh create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv0.6/docker-compose.yml create mode 100755 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv0.6/downloadFabric.sh create mode 100755 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv0.6/startFabric.sh create mode 100755 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv0.6/stopFabric.sh create mode 100755 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv0.6/teardownFabric.sh create mode 100755 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/createComposerProfile.sh create mode 100755 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/downloadFabric.sh create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/config.json create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/configtx.yaml create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/connection.json create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/create-channel.js create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/ordererOrganizations/ordererOrg1/ca/4d4a772215168b6594c87e82650e438f1f37c303e14b5f9e6f3ee06cc2bb823a_sk create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/ordererOrganizations/ordererOrg1/ca/ordererOrg1-cert.pem create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/ordererOrganizations/ordererOrg1/orderers/ordererOrg1orderer1/admincerts/ordererOrg1-cert.pem create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/ordererOrganizations/ordererOrg1/orderers/ordererOrg1orderer1/cacerts/ordererOrg1-cert.pem create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/ordererOrganizations/ordererOrg1/orderers/ordererOrg1orderer1/keystore/9707908924f92bbaa5c8a6961c260dc4992ad2fd7043cccf3f3948ffbea989e1_sk create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/ordererOrganizations/ordererOrg1/orderers/ordererOrg1orderer1/signcerts/ordererOrg1orderer1-cert.pem create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/peerOrganizations/peerOrg1/ca/d8a5b3cac1b821f6e4b487ceaf1fd239cdcfc310894150908b90f05e9179556a_sk create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/peerOrganizations/peerOrg1/ca/peerOrg1-cert.pem create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer1/admincerts/peerOrg1-cert.pem create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer1/cacerts/peerOrg1-cert.pem create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer1/keystore/5e67f35124df6a9124bf3659365b8476af4090f73c82c9b626efc15f12739d5d_sk create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer1/signcerts/peerOrg1Peer1-cert.pem create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer2/admincerts/peerOrg1-cert.pem create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer2/cacerts/peerOrg1-cert.pem create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer2/keystore/707c2b3c02ddd36a6c4a17771769b54a3dc9066e05be1e76582cabd65c110e4e_sk create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer2/signcerts/peerOrg1Peer2-cert.pem create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/hlfv1_alpha-docker-compose.yml create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/join-channel.js create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/mychannel.tx create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/setup-utils.js create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/twoorgs.orderer.block create mode 100755 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/startFabric.sh create mode 100755 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/stopFabric.sh create mode 100755 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/teardownFabric.sh create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/ordererOrganizations/ordererOrg1/ca/4d4a772215168b6594c87e82650e438f1f37c303e14b5f9e6f3ee06cc2bb823a_sk create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/ordererOrganizations/ordererOrg1/ca/ordererOrg1-cert.pem create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/ordererOrganizations/ordererOrg1/orderers/ordererOrg1orderer1/admincerts/ordererOrg1-cert.pem create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/ordererOrganizations/ordererOrg1/orderers/ordererOrg1orderer1/cacerts/ordererOrg1-cert.pem create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/ordererOrganizations/ordererOrg1/orderers/ordererOrg1orderer1/keystore/9707908924f92bbaa5c8a6961c260dc4992ad2fd7043cccf3f3948ffbea989e1_sk create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/ordererOrganizations/ordererOrg1/orderers/ordererOrg1orderer1/signcerts/ordererOrg1orderer1-cert.pem create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/peerOrganizations/peerOrg1/ca/d8a5b3cac1b821f6e4b487ceaf1fd239cdcfc310894150908b90f05e9179556a_sk create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/peerOrganizations/peerOrg1/ca/peerOrg1-cert.pem create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer1/admincerts/peerOrg1-cert.pem create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer1/cacerts/peerOrg1-cert.pem create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer1/keystore/5e67f35124df6a9124bf3659365b8476af4090f73c82c9b626efc15f12739d5d_sk create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer1/signcerts/peerOrg1Peer1-cert.pem create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer2/admincerts/peerOrg1-cert.pem create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer2/cacerts/peerOrg1-cert.pem create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer2/keystore/707c2b3c02ddd36a6c4a17771769b54a3dc9066e05be1e76582cabd65c110e4e_sk create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer2/signcerts/peerOrg1Peer2-cert.pem create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/docker-compose.yml create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/mychannel.tx create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/twoorgs.orderer.block create mode 100755 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/createComposerProfile.sh create mode 100755 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/downloadFabric.sh create mode 100755 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/startFabric.sh create mode 100755 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/stopFabric.sh create mode 100755 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/teardownFabric.sh create mode 100644 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/package.json create mode 100755 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/startFabric.sh create mode 100755 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/stopFabric.sh create mode 100755 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/teardownAllDocker.sh create mode 100755 packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/teardownFabric.sh create mode 100644 packages/composer-website/jekylldocs/composer-data/mychannel.tx create mode 100644 packages/composer-website/jekylldocs/composer-data/twoorgs.orderer.block create mode 100755 packages/composer-website/jekylldocs/composer.sh diff --git a/packages/composer-cli/index.js b/packages/composer-cli/index.js index f0b2e497db..6dcd8a2d1a 100644 --- a/packages/composer-cli/index.js +++ b/packages/composer-cli/index.js @@ -15,3 +15,8 @@ 'use strict'; module.exports.version = require('./package.json'); +module.exports.Network = { + 'Deploy': require('./lib/cmds/network/lib/deploy').handler, + 'Update' : require('./lib/cmds/network/lib/update').handler }; + +module.exports.Archive = { 'Create': require('./lib/cmds/archive/lib/create').handler }; diff --git a/packages/composer-cli/lib/cmds/network/lib/deploy.js b/packages/composer-cli/lib/cmds/network/lib/deploy.js index c859611ede..9c20cf4cdc 100644 --- a/packages/composer-cli/lib/cmds/network/lib/deploy.js +++ b/packages/composer-cli/lib/cmds/network/lib/deploy.js @@ -118,14 +118,14 @@ class Deploy { }).then((result) => { spinner.succeed(); console.log(); - + adminConnection.disconnect(); return result; }).catch((error) => { if (spinner) { spinner.fail(); } - + adminConnection.disconnect(); console.log(); throw error; diff --git a/packages/composer-common/lib/factory.js b/packages/composer-common/lib/factory.js index fa78dddc08..3a09dee928 100644 --- a/packages/composer-common/lib/factory.js +++ b/packages/composer-common/lib/factory.js @@ -106,6 +106,7 @@ class Factory { } let modelFile = this.modelManager.getModelFile(ns); + console.log(modelFile); if(!modelFile) { let formatter = Globalize.messageFormatter('factory-newinstance-notregisteredwithmm'); throw new Error(formatter({ diff --git a/packages/composer-common/lib/introspect/classdeclaration.js b/packages/composer-common/lib/introspect/classdeclaration.js index 655f4ee7f9..2682fd4fdd 100644 --- a/packages/composer-common/lib/introspect/classdeclaration.js +++ b/packages/composer-common/lib/introspect/classdeclaration.js @@ -148,11 +148,14 @@ class ClassDeclaration { // if we have a super type make sure it exists if(this.superType!==null) { let classDecl = null; + // console.log('>>>>'+this.superType); if(this.getModelFile().isImportedType(this.superType)) { let fqnSuper = this.getModelFile().resolveImport(this.superType); classDecl = this.modelFile.getModelManager().getType(fqnSuper); + // console.log('>>>>imported'); } else { + // console.log('>>>>local'); classDecl = this.getModelFile().getType(this.superType); } @@ -173,7 +176,7 @@ class ClassDeclaration { if(!field) { let formatter = Globalize('en').messageFormatter('classdeclaration-validate-identifiernotproperty'); throw new IllegalModelException(formatter({ - 'class': this.name, + 'class': this.namie, 'idField': this.idField }), this.modelFile, this.ast.location); } diff --git a/packages/composer-common/lib/introspect/eventdeclaration.js b/packages/composer-common/lib/introspect/eventdeclaration.js index 7617d6d1db..6ffc67b908 100644 --- a/packages/composer-common/lib/introspect/eventdeclaration.js +++ b/packages/composer-common/lib/introspect/eventdeclaration.js @@ -48,7 +48,6 @@ class EventDeclaration extends ClassDeclaration { // this.superType = 'Event'; // } - console.log(this.superType); // we add the timestamp property that all events must have // if(this.getProperty('timestamp') === null) { diff --git a/packages/composer-common/lib/introspect/modelfile.js b/packages/composer-common/lib/introspect/modelfile.js index 54f7cd7494..8af1a00955 100644 --- a/packages/composer-common/lib/introspect/modelfile.js +++ b/packages/composer-common/lib/introspect/modelfile.js @@ -26,6 +26,8 @@ const ParseException = require('./parseexception'); const ModelUtil = require('../modelutil'); const Globalize = require('../globalize'); +// const util = require('util'); + /** * Class representing a Model File. A Model File contains a single namespace * and a set of model elements: assets, transactions etc. @@ -79,15 +81,26 @@ class ModelFile { this.imports = this.ast.imports; } + let decorate = false; let systemNamespace = ModelUtil.getSystemNamespace(); if(this.namespace !== systemNamespace) { - this.imports.unshift(systemNamespace + '.*'); + this.imports.unshift(systemNamespace + '.Asset'); + decorate = true; } + // console.log('\n========\n Parsed AST for the model file '); + // console.log(util.inspect(this.ast,{ depth: 7, colors: true, })); for(let n=0; n < this.ast.body.length; n++ ) { let thing = this.ast.body[n]; + if (thing.classExtension === null && decorate){ + // all good keep decorating + } else { + decorate=false; + } + if(thing.type === 'AssetDeclaration') { + if (decorate){thing.classExtension = { type: 'ClassExtension', class: { type: 'Identifier', name: 'Asset' } }; } this.declarations.push( new AssetDeclaration(this, thing) ); } else if(thing.type === 'TransactionDeclaration') { @@ -162,8 +175,6 @@ class ModelFile { */ validate() { - console.log(this.imports, 'IMPORTS'); - // Validate all of the imports to check that they reference // namespaces or types that actually exist. this.imports.forEach((importName) => { @@ -265,19 +276,16 @@ class ModelFile { * @private */ resolveImport(type) { - //console.log('resolveImport ' + this.getNamespace() + ' ' + type ); - - console.log(type, 'RESOLVETYPE'); for(let n=0; n < this.imports.length; n++) { let importName = this.imports[n]; - console.log(importName, 'IMPORTNAME'); + //console.log('>>>>> importName'); if( ModelUtil.getShortName(importName) === type ) { return importName; } else if (ModelUtil.isWildcardName(importName)) { const wildcardNamespace = ModelUtil.getNamespace(importName); - console.log(wildcardNamespace,'WILDNAME'); + const modelFile = this.getModelManager().getModelFile(wildcardNamespace); - console.log(modelFile, 'MODELFILE'); + if (modelFile && modelFile.isLocalType(type)) { return wildcardNamespace + '.' + type; } diff --git a/packages/composer-common/lib/introspect/relationshipdeclaration.js b/packages/composer-common/lib/introspect/relationshipdeclaration.js index 072ec63745..2e90f39fc9 100644 --- a/packages/composer-common/lib/introspect/relationshipdeclaration.js +++ b/packages/composer-common/lib/introspect/relationshipdeclaration.js @@ -74,6 +74,8 @@ class RelationshipDeclaration extends Property { throw new IllegalModelException('Relationship ' + this.getName() + ' points to a missing type ' + this.getFullyQualifiedTypeName(), classDecl.getModelFile(), this.ast.location); } + // console.log('>>RelationshipDeclaration'); + // console.log(this); if((namespace === ModelUtil.getSystemNamespace()) && classDeclaration.isSystemRelationshipTarget() === false) { throw new IllegalModelException('Relationship ' + this.getName() + ' must be to an asset, participant or transaction, but is to ' + this.getFullyQualifiedTypeName(), classDecl.getModelFile(), this.ast.location); } else if(classDeclaration.isRelationshipTarget() === false) { diff --git a/packages/composer-common/lib/introspect/transactiondeclaration.js b/packages/composer-common/lib/introspect/transactiondeclaration.js index e914f45691..c3f5fe795c 100644 --- a/packages/composer-common/lib/introspect/transactiondeclaration.js +++ b/packages/composer-common/lib/introspect/transactiondeclaration.js @@ -48,7 +48,7 @@ class TransactionDeclaration extends ClassDeclaration { // this.superType = 'Transaction'; // } - console.log(this.superType); + // we add the timestamp property that all transactions must have // if(this.getProperty('timestamp') === null) { diff --git a/packages/composer-common/lib/modelmanager.js b/packages/composer-common/lib/modelmanager.js index 1be8fb8d2f..bd09b44393 100644 --- a/packages/composer-common/lib/modelmanager.js +++ b/packages/composer-common/lib/modelmanager.js @@ -1,4 +1,4 @@ -/* +/*; * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at @@ -24,6 +24,9 @@ const ModelFile = require('./introspect/modelfile'); const ENCODING = 'utf8'; +const LOG = require('./log/logger').getLog('common/ModelManager'); + +// const util = require('util'); /** *

* The structure of {@link Resource}s (Assets, Transactions, Participants) is modelled @@ -54,12 +57,12 @@ class ModelManager { constructor() { this.modelFiles = {}; - console.log(path.dirname(__filename)); let systemModelPath = path.join(path.dirname(__filename), '../models/system.cto'); // console.log(systemModelPath); let systemModelContents = fs.readFileSync(systemModelPath, ENCODING); // console.log(systemModelContents); this.addModelFile(systemModelContents); + LOG.info('constructor','Loaded the core types'); } /** @@ -107,6 +110,9 @@ class ModelManager { * @return {Object} The newly added model file (internal). */ addModelFile(modelFile, fileName) { + const NAME = 'addModelFile'; + LOG.info(NAME,'addModelFile',modelFile,fileName); + if (typeof modelFile === 'string') { let m = new ModelFile(this, modelFile, fileName); m.validate(); @@ -132,6 +138,8 @@ class ModelManager { * @returns {Object} The newly added model file (internal). */ updateModelFile(modelFile, fileName) { + const NAME = 'updateModelFile'; + LOG.info(NAME,'updateModelFile',modelFile,fileName); if (typeof modelFile === 'string') { let m = new ModelFile(this, modelFile, fileName); if (!this.modelFiles[m.getNamespace()]) { @@ -173,6 +181,8 @@ class ModelManager { * @returns {Object[]} The newly added model files (internal). */ addModelFiles(modelFiles, fileNames) { + const NAME = 'addModelFiles'; + LOG.info(NAME,'addModelFiles',modelFiles,fileNames); const originalModelFiles = {}; Object.assign(originalModelFiles, this.modelFiles); let newModelFiles = []; @@ -196,6 +206,9 @@ class ModelManager { newModelFiles.push(modelFile); } } + // console.log('===== Model files'); + // console.log(util.inspect(this.modelFiles,{ depth: 7 , colors: true, })); + // re-validate all the model files for (let ns in this.modelFiles) { @@ -250,7 +263,6 @@ class ModelManager { // is the type a primitive? if (!ModelUtil.isPrimitiveType(type)) { - console.log(type, 'TYPE'); let ns = ModelUtil.getNamespace(type); let modelFile = this.getModelFile(ns); diff --git a/packages/composer-common/models/system.cto b/packages/composer-common/models/system.cto index 0a88aaff6c..936fa48b96 100644 --- a/packages/composer-common/models/system.cto +++ b/packages/composer-common/models/system.cto @@ -21,14 +21,14 @@ namespace org.hyperledger.composer.system * Implicit super-type for all Assets */ abstract asset Asset { - + o String superNotes } /** * Implicit super-type for all Participants */ abstract participant Participant { - + o String superNotes } /** @@ -37,12 +37,15 @@ abstract participant Participant { abstract transaction Transaction identified by transactionID { o String transactionID o DateTime timestamp + o String superNotes } /** * Implicit super-type for all Events + + --> Transaction transaction */ abstract event Event identified by eventID { o String eventID - --> Transaction transaction + } diff --git a/packages/composer-website/installers/hlfv1/install-unstable.sh b/packages/composer-website/installers/hlfv1/install-unstable.sh index 5495a756ef6d30b5747b81951c64178a78a74447..451163b6d9a4f3ce07cc3b497270657933d0a67e 100644 GIT binary patch delta 28047 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 + { + "defaultConnectionProfile": "hlfabric", + "connectionProfiles": { + "hlfabric": { + "name": "hlfabric", + "description": "Hyperledger Fabric v1.0", + "type": "hlfv1", + "keyValStore": "/home/composer/.hfc-key-store", + "deployWaitTime": 300, + "invokeWaitTime": 30, + "orderers": [ + { + "url": "grpc://orderer0:7050" + } + ], + "channel": "mychannel", + "mspID": "Org1MSP", + "ca": "http://ca0:7054", + "peers": [ + { + "requestURL": "grpc://peer0:7051", + "eventURL": "grpc://peer0:7053" + }, + { + "requestURL": "grpc://peer1:7051", + "eventURL": "grpc://peer1:7053" + } + ] + } + }, + "credentials": { + "hlfabric": { + "admin": "adminpw" + } + } + } +networks: + default: + external: + name: composer_default diff --git a/packages/composer-website/jekylldocs/composer-data/docker-compose.yml b/packages/composer-website/jekylldocs/composer-data/docker-compose.yml new file mode 100644 index 0000000000..b912058766 --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/docker-compose.yml @@ -0,0 +1,151 @@ +version: '2' + +services: + ca0: + image: hyperledger/fabric-ca:x86_64-1.0.0-alpha + environment: + - FABRIC_CA_HOME=/etc/hyperledger/fabric-ca-server + ports: + - "7054:7054" + command: sh -c 'fabric-ca-server start --ca.certfile /etc/hyperledger/fabric-ca-server-config/peerOrg1-cert.pem --ca.keyfile /etc/hyperledger/fabric-ca-server-config/d8a5b3cac1b821f6e4b487ceaf1fd239cdcfc310894150908b90f05e9179556a_sk -b admin:adminpw' -d + volumes: + - ./crypto-config/peerOrganizations/peerOrg1/ca/:/etc/hyperledger/fabric-ca-server-config + container_name: ca_peerOrg1 + + orderer0: + container_name: orderer0 + image: hyperledger/fabric-orderer:x86_64-1.0.0-alpha + environment: + - ORDERER_GENERAL_LISTENADDRESS=0.0.0.0 + - ORDERER_GENERAL_GENESISMETHOD=file + - ORDERER_GENERAL_GENESISFILE=/etc/hyperledger/configtx/twoorgs.orderer.block + - ORDERER_GENERAL_LOCALMSPID=OrdererMSP + - ORDERER_GENERAL_LOCALMSPDIR=/etc/hyperledger/msp/orderer + - ORDERER_GENERAL_TLS_ENABLED=false + - ORDERER_GENERAL_TLS_PRIVATEKEY=/etc/hyperledger/tls/orderer/key.pem + - ORDERER_GENERAL_TLS_CERTIFICATE=/etc/hyperledger/tls/orderer/cert.pem + - ORDERER_GENERAL_TLS_ROOTCAS=[/etc/hyperledger/tls/orderer/ca-cert.pem, /etc/hyperledger/tls/peers/peer0/ca-cert.pem, /etc/hyperledger/tls/peers/peer2/ca-cert.pem] + working_dir: /opt/gopath/src/github.com/hyperledger/fabric/orderer + command: orderer + ports: + - 7050:7050 + volumes: + - ./:/etc/hyperledger/configtx + - ./crypto-config/ordererOrganizations/ordererOrg1/orderers/ordererOrg1orderer1/:/etc/hyperledger/msp/orderer + + peer0: + container_name: peer0 + image: hyperledger/fabric-peer:x86_64-1.0.0-alpha + environment: + - CORE_CHAINCODE_EXECUTETIMEOUT=90000 + - CORE_NEXT=true + - CORE_VM_ENDPOINT=unix:///host/var/run/docker.sock + - CORE_PEER_ID=peer0 + - CORE_PEER_ENDORSER_ENABLED=true + - CORE_PEER_LOCALMSPID=Org1MSP + - CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/peer/ + - CORE_PEER_GOSSIP_ORGLEADER=true + - CORE_PEER_ADDRESS=peer0:7051 + - CORE_PEER_GOSSIP_EXTERNALENDPOINT=peer0:7051 + - CORE_PEER_TLS_ENABLED=false + - CORE_PEER_TLS_KEY_FILE=/etc/hyperledger/tls/key.pem + - CORE_PEER_TLS_CERT_FILE=/etc/hyperledger/tls/cert.pem + - CORE_PEER_TLS_ROOTCERT_FILE=/etc/hyperledger/tls/ca-cert.pem + # the following setting starts chaincode containers on the same + # bridge network as the peers + # https://docs.docker.com/compose/networking/ + - CORE_VM_DOCKER_HOSTCONFIG_NETWORKMODE=composer_default + working_dir: /opt/gopath/src/github.com/hyperledger/fabric + command: peer node start --peer-defaultchain=false + ports: + - 7051:7051 + - 7053:7053 + volumes: + - /var/run/:/host/var/run/ + - ./:/etc/hyperledger/configtx + - ./crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer1/:/etc/hyperledger/msp/peer + depends_on: + - orderer0 + + peer1: + container_name: peer1 + image: hyperledger/fabric-peer:x86_64-1.0.0-alpha + environment: + - CORE_CHAINCODE_EXECUTETIMEOUT=90000 + - CORE_NEXT=true + - CORE_VM_ENDPOINT=unix:///host/var/run/docker.sock + - CORE_PEER_ID=peer1 + - CORE_PEER_ENDORSER_ENABLED=true + - CORE_PEER_LOCALMSPID=Org1MSP + - CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/peer/ + - CORE_PEER_GOSSIP_ORGLEADER=false + - CORE_PEER_ADDRESS=peer1:7051 + - CORE_PEER_GOSSIP_EXTERNALENDPOINT=peer1:7051 + - CORE_PEER_TLS_ENABLED=false + - CORE_PEER_TLS_KEY_FILE=/etc/hyperledger/tls/key.pem + - CORE_PEER_TLS_CERT_FILE=/etc/hyperledger/tls/cert.pem + - CORE_PEER_TLS_ROOTCERT_FILE=/etc/hyperledger/tls/ca-cert.pem + # the following setting starts chaincode containers on the same + # bridge network as the peers + # https://docs.docker.com/compose/networking/ + - CORE_VM_DOCKER_HOSTCONFIG_NETWORKMODE=composer_default + working_dir: /opt/gopath/src/github.com/hyperledger/fabric + command: peer node start --peer-defaultchain=false + ports: + - 7056:7051 + - 7058:7053 + volumes: + - /var/run/:/host/var/run/ + - ./:/etc/hyperledger/configtx + - ./crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer2/:/etc/hyperledger/msp/peer + depends_on: + - orderer0 + - peer0 + + composer: + container_name: composer + image: hyperledger/composer-playground + ports: + - '8080:8080' + links: + - ca0 + - orderer0 + - peer0 + - peer1 + environment: + COMPOSER_CONFIG: > + { + "connectionProfiles": { + "hlfabric": { + "name": "hlfabric", + "description": "Hyperledger Fabric v1.0", + "type": "hlfv1", + "keyValStore": "/home/composer/.hfc-key-store", + "deployWaitTime": 300, + "invokeWaitTime": 30, + "orderers": [ + { + "url": "grpc://orderer0:7050" + } + ], + "channel": "mychannel", + "mspID": "Org1MSP", + "ca": "http://ca0:7054", + "peers": [ + { + "requestURL": "grpc://peer0:7051", + "eventURL": "grpc://peer0:7053" + }, + { + "requestURL": "grpc://peer1:7051", + "eventURL": "grpc://peer1:7053" + } + ] + } + }, + "credentials": { + "hlfabric": { + "admin": "adminpw" + } + } + } diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/_loader.sh b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/_loader.sh new file mode 100755 index 0000000000..3361612da6 --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/_loader.sh @@ -0,0 +1,31 @@ +echo "Development only script for Hyplerledger Fabric control" + + +# Grab the current directory +DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" +THIS_SCRIPT=`basename "$0"` +echo "Running '${THIS_SCRIPT}'" + + +if [ -z ${FABRIC_VERSION+x} ]; then + echo "FABRIC_VERSION is unset, assuming hlfv1" + export FABRIC_VERSION="hlfv1" +else + echo "FABRIC_VERSION is set to '$FABRIC_VERSION'" +fi + + +if [ -z ${FABRIC_START_TIMEOUT+x} ]; then + echo "FABRIC_START_TIMEOUT is unset, assuming 15 (seconds)" + export FABRIC_START_TIMEOUT=15 +else + + re='^[0-9]+$' + if ! [[ $FABRIC_START_TIMEOUT =~ $re ]] ; then + echo "FABRIC_START_TIMEOUT: Not a number" >&2; exit 1 + fi + + echo "FABRIC_START_TIMEOUT is set to '$FABRIC_START_TIMEOUT'" +fi + +"${DIR}"/fabric-scripts/"${FABRIC_VERSION}"/"${THIS_SCRIPT}" diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/createComposerProfile.sh b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/createComposerProfile.sh new file mode 100755 index 0000000000..c2e3e3b3fe --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/createComposerProfile.sh @@ -0,0 +1,2 @@ +#!/bin/bash +source "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"/_loader.sh diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/downloadFabric.sh b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/downloadFabric.sh new file mode 100755 index 0000000000..c2e3e3b3fe --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/downloadFabric.sh @@ -0,0 +1,2 @@ +#!/bin/bash +source "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"/_loader.sh diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv0.6/README.md b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv0.6/README.md new file mode 100644 index 0000000000..e2dc9bf03d --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv0.6/README.md @@ -0,0 +1 @@ +## Script to setup Hyperledger Fabric 0.6 diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv0.6/createComposerProfile.sh b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv0.6/createComposerProfile.sh new file mode 100755 index 0000000000..1368a02fdf --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv0.6/createComposerProfile.sh @@ -0,0 +1,22 @@ +#!/bin/sh + +# Removing the existing profile for the Composer Connection Profiles +rm -rf ~/.composer-connection-profiles/defaultProfile/* +rm -rf ~/.composer-credentials/* + +# create a composer connection profile +mkdir -p ~/.composer-connection-profiles/defaultProfile +cat << EOF > ~/.composer-connection-profiles/defaultProfile/connection.json +{ + "type": "hlf", + "membershipServicesURL": "grpc://localhost:7054", + "peerURL": "grpc://localhost:7051", + "eventHubURL": "grpc://localhost:7053", + "keyValStore": "${HOME}/.composer-credentials", + "deployWaitTime": "300", + "invokeWaitTime": "100" + +} +EOF + +echo "Hyperledger Composer profile has been created for the Hyperledger Fabric v0.6 instance" diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv0.6/docker-compose.yml b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv0.6/docker-compose.yml new file mode 100644 index 0000000000..755982f9bf --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv0.6/docker-compose.yml @@ -0,0 +1,30 @@ +membersrvc: + image: hyperledger/fabric-membersrvc + ports: + - '7054:7054' + command: membersrvc + environment: + - MEMBERSRVC_CA_ACA_ENABLED=true +vp0: + image: hyperledger/fabric-peer + ports: + - '7050:7050' + - '7051:7051' + - '7052:7052' + - '7053:7053' + environment: + - CORE_PEER_ADDRESSAUTODETECT=true + - CORE_VM_ENDPOINT=unix:///var/run/docker.sock + - CORE_LOGGING_LEVEL=DEBUG + - CORE_PEER_ID=vp0 + - CORE_PEER_PKI_ECA_PADDR=membersrvc:7054 + - CORE_PEER_PKI_TCA_PADDR=membersrvc:7054 + - CORE_PEER_PKI_TLSCA_PADDR=membersrvc:7054 + - CORE_SECURITY_ENABLED=true + - CORE_SECURITY_ENROLLID=test_vp0 + - CORE_SECURITY_ENROLLSECRET=MwYpmSRjupbT + links: + - membersrvc + command: sh -c 'sleep 5; peer node start' + volumes: + - /var/run/docker.sock:/var/run/docker.sock \ No newline at end of file diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv0.6/downloadFabric.sh b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv0.6/downloadFabric.sh new file mode 100755 index 0000000000..6aa1626c11 --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv0.6/downloadFabric.sh @@ -0,0 +1,14 @@ +#!/bin/bash + +# Exit on first error, print all commands. +set -ev + +# Grab the current directory. +DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" + +docker-compose -f ${DIR}/docker-compose.yml kill && docker-compose -f ${DIR}/docker-compose.yml down + + +# Pull and tag the latest Hyperledger Fabric base image. +docker pull hyperledger/fabric-baseimage:x86_64-0.1.0 +docker tag hyperledger/fabric-baseimage:x86_64-0.1.0 hyperledger/fabric-baseimage:latest diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv0.6/startFabric.sh b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv0.6/startFabric.sh new file mode 100755 index 0000000000..8f7fbe3001 --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv0.6/startFabric.sh @@ -0,0 +1,19 @@ +#!/bin/bash + +# Exit on first error, print all commands. +set -ev + +# Grab the current directorydirectory. +DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" + +echo ${DIR} + +# Start up the Hyperledger Fabric +docker-compose -f ${DIR}/docker-compose.yml up -d --build + + +# Wait for the Hyperledger Fabric to start. +while ! nc localhost 7051 ~/.composer-connection-profiles/hlfv1/connection.json +{ + "type": "hlfv1", + "orderers": [ + { "url" : "grpc://localhost:7050" } + ], + "ca": "http://localhost:7054", + "peers": [ + { + "requestURL": "grpc://localhost:7051", + "eventURL": "grpc://localhost:7053" + }, + { + "requestURL": "grpc://localhost:7056", + "eventURL": "grpc://localhost:7058" + } + ], + "keyValStore": "${HOME}/.hfc-key-store", + "channel": "mychannel", + "mspID": "Org1MSP", + "deployWaitTime": "300", + "invokeWaitTime": "100" +} +EOF +echo "Hyperledger Composer profile has been created for the Hyperledger Fabric v1.0 instance" diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/downloadFabric.sh b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/downloadFabric.sh new file mode 100755 index 0000000000..8ab25558e4 --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/downloadFabric.sh @@ -0,0 +1,14 @@ +#!/bin/bash + +# Exit on first error, print all commands. +set -ev + +# Grab the current directory. +DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" + +# Pull and tag the latest Hyperledger Fabric base image. +docker pull hyperledger/fabric-peer:x86_64-1.0.0-alpha +docker pull hyperledger/fabric-ca:x86_64-1.0.0-alpha +docker pull hyperledger/fabric-ccenv:x86_64-1.0.0-alpha +docker pull hyperledger/fabric-orderer:x86_64-1.0.0-alpha +docker pull hyperledger/fabric-couchdb:x86_64-1.0.0-alpha diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/config.json b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/config.json new file mode 100644 index 0000000000..41b7583654 --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/config.json @@ -0,0 +1,18 @@ +{ + "test-network": { + "orderer": "grpc://localhost:7050", + "org1": { + "name": "peerOrg1", + "mspid": "Org1MSP", + "ca": "http://localhost:7054", + "peer1": { + "requests": "grpc://localhost:7051", + "events": "grpc://localhost:7053" + }, + "peer2": { + "requests": "grpc://localhost:7056", + "events": "grpc://localhost:7058" + } + } + } +} diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/configtx.yaml b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/configtx.yaml new file mode 100644 index 0000000000..1d2cf64282 --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/configtx.yaml @@ -0,0 +1,191 @@ +--- +################################################################################ +# +# Profile - meant to be used with docker-2orgs-2peerseach-e2e.yml +# +# - Different configuration profiles may be encoded here to be specified +# as parameters to the configtxgen tool +# +################################################################################ +Profiles: + + TwoOrgs: + Orderer: + <<: *OrdererDefaults + Organizations: + - *OrdererOrg + Application: + <<: *ApplicationDefaults + Organizations: + - *Org0 + - *Org1 + +################################################################################ +# +# Section: Organizations +# +# - This section defines the different organizational identities which will +# be referenced later in the configuration. +# +################################################################################ +Organizations: + + # SampleOrg defines an MSP using the sampleconfig. It should never be used + # in production but may be used as a template for other definitions + - &OrdererOrg + # DefaultOrg defines the organization which is used in the sampleconfig + # of the fabric.git development environment + Name: OrdererMSP + + # ID to load the MSP definition as + ID: OrdererMSP + + # MSPDir is the filesystem path which contains the MSP configuration + ######################################################################### + # FIXME: this path needs to be fixed to point to the actual location of # + # the project 'fabric-sdk-node' in the file system # + ######################################################################### + MSPDir: /Users/sstone1/go/src/github.com/hyperledger/fabric-sdk-node/test/fixtures/channel/crypto-config/ordererOrganizations/ordererOrg1/msp + + # BCCSP (Blockchain crypto provider): Select which crypto implementation or + # library to use + BCCSP: + Default: SW + SW: + Hash: SHA2 + Security: 256 + # Location of Key Store. If this is unset, a location will + # be chosen using 'MSPDir'/keystore + FileKeyStore: + KeyStore: + + - &Org0 + # DefaultOrg defines the organization which is used in the sampleconfig + # of the fabric.git development environment + Name: Org1MSP + + # ID to load the MSP definition as + ID: Org1MSP + + # MSPDir is the filesystem path which contains the MSP configuration + ######################################################################### + # FIXME: this path needs to be fixed to point to the actual location of # + # the project 'fabric-sdk-node' in the file system # + ######################################################################### + MSPDir: /Users/sstone1/go/src/github.com/hyperledger/fabric-sdk-node/test/fixtures/channel/crypto-config/peerOrganizations/peerOrg1/msp/ + + # BCCSP (Blockchain crypto provider): Select which crypto implementation or + # library to use + BCCSP: + Default: SW + SW: + Hash: SHA2 + Security: 256 + # Location of Key Store. If this is unset, a location will + # be chosen using 'MSPDir'/keystore + FileKeyStore: + KeyStore: + + AnchorPeers: + # AnchorPeers defines the location of peers which can be used + # for cross org gossip communication. Note, this value is only + # encoded in the genesis block in the Application section context + - Host: peer0 + Port: 7051 + - Host: peer1 + Port: 7056 + + - &Org1 + # DefaultOrg defines the organization which is used in the sampleconfig + # of the fabric.git development environment + Name: Org2MSP + + # ID to load the MSP definition as + ID: Org2MSP + + # MSPDir is the filesystem path which contains the MSP configuration + ######################################################################### + # FIXME: this path needs to be fixed to point to the actual location of # + # the project 'fabric-sdk-node' in the file system # + ######################################################################### + MSPDir: /Users/sstone1/go/src/github.com/hyperledger/fabric-sdk-node/test/fixtures/channel/crypto-config/peerOrganizations/peerOrg2/msp/ + + # BCCSP (Blockchain crypto provider): Select which crypto implementation or + # library to use + BCCSP: + Default: SW + SW: + Hash: SHA2 + Security: 256 + # Location of Key Store. If this is unset, a location will + # be chosen using 'MSPDir'/keystore + FileKeyStore: + KeyStore: + + AnchorPeers: + # AnchorPeers defines the location of peers which can be used + # for cross org gossip communication. Note, this value is only + # encoded in the genesis block in the Application section context + - Host: peer2 + Port: 8051 + - Host: peer3 + Port: 8056 + +################################################################################ +# +# SECTION: Orderer +# +# - This section defines the values to encode into a config transaction or +# genesis block for orderer related parameters +# +################################################################################ +Orderer: &OrdererDefaults + + # Orderer Type: The orderer implementation to start + # Available types are "solo" and "kafka" + OrdererType: solo + + Addresses: + - orderer0:7050 + + # Batch Timeout: The amount of time to wait before creating a batch + BatchTimeout: 250ms + + # Batch Size: Controls the number of messages batched into a block + BatchSize: + + # Max Message Count: The maximum number of messages to permit in a batch + MaxMessageCount: 10 + + # Absolute Max Bytes: The absolute maximum number of bytes allowed for + # the serialized messages in a batch. + AbsoluteMaxBytes: 99 MB + + # Preferred Max Bytes: The preferred maximum number of bytes allowed for + # the serialized messages in a batch. A message larger than the preferred + # max bytes will result in a batch larger than preferred max bytes. + PreferredMaxBytes: 512 KB + + Kafka: + # Brokers: A list of Kafka brokers to which the orderer connects + # NOTE: Use IP:port notation + Brokers: + - orderer0:9092 + + # Organizations is the list of orgs which are defined as participants on + # the orderer side of the network + Organizations: + +################################################################################ +# +# SECTION: Application +# +# - This section defines the values to encode into a config transaction or +# genesis block for application related parameters +# +################################################################################ +Application: &ApplicationDefaults + + # Organizations is the list of orgs which are defined as participants on + # the application side of the network + Organizations: diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/connection.json b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/connection.json new file mode 100644 index 0000000000..6ac665c09e --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/connection.json @@ -0,0 +1,24 @@ +{ + "type": "hlfv1", + "orderers": [ + { + "url": "grpc://localhost:7050" + } + ], + "ca": "http://localhost:7054", + "peers": [ + { + "requestURL":"grpc://localhost:7051", + "eventURL":"grpc://localhost:7053" + }, + { + "requestURL":"grpc://localhost:7056", + "eventURL":"grpc://localhost:7058" + } + ], + "keyValStore": "YOUR_HOME_DIR/.hfc-key-store", + "channel": "mychannel", + "mspID": "Org1MSP", + "deployWaitTime": "300", + "invokeWaitTime": "100" +} diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/create-channel.js b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/create-channel.js new file mode 100644 index 0000000000..b0ce5382a1 --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/create-channel.js @@ -0,0 +1,116 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +'use strict'; + +let hfc = require('fabric-client'); +let path = require('path'); +let fs = require('fs'); + +let testUtil = require('./setup-utils.js'); +let utils = require('fabric-client/lib/utils.js'); +let Orderer = require('fabric-client/lib/Orderer.js'); +const homedir = require('homedir'); + +let logger = utils.getLogger('create-channel'); + + +let useTls = (process.env.SYSTEST) ? process.env.SYSTEST.match('tls$') : false; + +if (useTls) { + console.log('using tls connection to create the channel'); + hfc.addConfigFile(path.join(__dirname, './config.tls.json')); +} else { + console.log('using non-tls connection'); + hfc.addConfigFile(path.join(__dirname, './config.json')); +} +let ORGS = hfc.getConfigSetting('test-network'); + +//TODO: Need to make this configurable +let keystore = homedir() + '/.hfc-key-store'; +let channel = 'mychannel'; + +let client = new hfc(); +let chain = client.newChain(channel); + +if (useTls) { + let caRootsPath = ORGS.orderer.tls_cacerts; + let data = fs.readFileSync(path.join(__dirname, caRootsPath)); + //let data = fs.readFileSync(caRootsPath); + + let caroots = Buffer.from(data).toString(); + chain.addOrderer( + new Orderer( + ORGS.orderer.url, + { + 'pem': caroots, + 'ssl-target-name-override': ORGS.orderer['server-hostname'] + } + ) + ); +} +else { + chain.addOrderer(new Orderer(ORGS.orderer)); +} + + +//let org = ORGS.org1.name; + +hfc.newDefaultKeyValueStore({ + path: keystore +}) + .then((store) => { + client.setStateStore(store); + + // get the admin id for org1 and enroll them if not already enrolled + return testUtil.getSubmitter(client, 'org1'); + }) + .then((admin) => { + console.log('Successfully enrolled user \'admin\''); + + // readin the envelope to send to the orderer + return testUtil.readFile(path.join(__dirname,'./mychannel.tx')); + }, (err) => { + console.log('Failed to enroll user \'admin\'. ' + err); + throw new Error('failed to enroll user'); + }) + .then((data) => { + console.log('Successfully read file'); + let request = { + envelope: data + }; + // send to orderer + return chain.createChannel(request); + }, (err) => { + console.log('Failed to read file for channel template: ' + err); + throw new Error('failed to read channel creation transaction'); + }) + .then((response) => { + logger.debug(' response ::%j', response); + + if (response && response.status === 'SUCCESS') { + console.log('Successfully created the channel.'); + return testUtil.sleep(5000); + } else { + console.log('Failed to create the channel. '); + throw new Error('failed to create channel'); + } + }, (err) => { + console.log('Failed to initialize the channel: ' + err.stack ? err.stack : err); + throw new Error('failed to initialize the channel'); + }) + .then((nothing) => { + console.log('Successfully waited to make sure new channel was created.'); + }, (err) => { + }); diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/ordererOrganizations/ordererOrg1/ca/4d4a772215168b6594c87e82650e438f1f37c303e14b5f9e6f3ee06cc2bb823a_sk b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/ordererOrganizations/ordererOrg1/ca/4d4a772215168b6594c87e82650e438f1f37c303e14b5f9e6f3ee06cc2bb823a_sk new file mode 100644 index 0000000000..bd7d213dae --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/ordererOrganizations/ordererOrg1/ca/4d4a772215168b6594c87e82650e438f1f37c303e14b5f9e6f3ee06cc2bb823a_sk @@ -0,0 +1,5 @@ +-----BEGIN ECDSA PRIVATE KEY----- +MHcCAQEEIAMJVFaIpzyJViVo/VLSD84gVidcKAvJsllwGwmQlJ6hoAoGCCqGSM49 +AwEHoUQDQgAETUmk7oKMKf2OF3GOx67Ppt6BP4/Af4yKdx/LYTYWFHZB1+vcDbEQ +er/7xJR5+gj41B6TQIr218PXSM+192iP1w== +-----END ECDSA PRIVATE KEY----- diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/ordererOrganizations/ordererOrg1/ca/ordererOrg1-cert.pem b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/ordererOrganizations/ordererOrg1/ca/ordererOrg1-cert.pem new file mode 100644 index 0000000000..277eb4c826 --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/ordererOrganizations/ordererOrg1/ca/ordererOrg1-cert.pem @@ -0,0 +1,14 @@ +-----BEGIN CERTIFICATE----- +MIICKTCCAdCgAwIBAgIRALz4qIofOY8ff94YDATVyGIwCgYIKoZIzj0EAwIwZjEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xFDASBgNVBAoTC29yZGVyZXJPcmcxMRQwEgYDVQQDEwtvcmRlcmVy +T3JnMTAeFw0xNzAzMDExNzM2NDFaFw0yNzAyMjcxNzM2NDFaMGYxCzAJBgNVBAYT +AlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNpc2Nv +MRQwEgYDVQQKEwtvcmRlcmVyT3JnMTEUMBIGA1UEAxMLb3JkZXJlck9yZzEwWTAT +BgcqhkjOPQIBBggqhkjOPQMBBwNCAARNSaTugowp/Y4XcY7Hrs+m3oE/j8B/jIp3 +H8thNhYUdkHX69wNsRB6v/vElHn6CPjUHpNAivbXw9dIz7X3aI/Xo18wXTAOBgNV +HQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTADAQH/MCkG +A1UdDgQiBCBNSnciFRaLZZTIfoJlDkOPHzfDA+FLX55vPuBswruCOjAKBggqhkjO +PQQDAgNHADBEAiBa6k7Cax+McCHy61Jma1vLuFZswBbnsC6DqbveiKdUoAIgeyAf +HzWxMoVrLfPFwF75PqCjae7xnYq+RWlsHZlMGFU= +-----END CERTIFICATE----- diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/ordererOrganizations/ordererOrg1/orderers/ordererOrg1orderer1/admincerts/ordererOrg1-cert.pem b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/ordererOrganizations/ordererOrg1/orderers/ordererOrg1orderer1/admincerts/ordererOrg1-cert.pem new file mode 100644 index 0000000000..277eb4c826 --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/ordererOrganizations/ordererOrg1/orderers/ordererOrg1orderer1/admincerts/ordererOrg1-cert.pem @@ -0,0 +1,14 @@ +-----BEGIN CERTIFICATE----- +MIICKTCCAdCgAwIBAgIRALz4qIofOY8ff94YDATVyGIwCgYIKoZIzj0EAwIwZjEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xFDASBgNVBAoTC29yZGVyZXJPcmcxMRQwEgYDVQQDEwtvcmRlcmVy +T3JnMTAeFw0xNzAzMDExNzM2NDFaFw0yNzAyMjcxNzM2NDFaMGYxCzAJBgNVBAYT +AlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNpc2Nv +MRQwEgYDVQQKEwtvcmRlcmVyT3JnMTEUMBIGA1UEAxMLb3JkZXJlck9yZzEwWTAT +BgcqhkjOPQIBBggqhkjOPQMBBwNCAARNSaTugowp/Y4XcY7Hrs+m3oE/j8B/jIp3 +H8thNhYUdkHX69wNsRB6v/vElHn6CPjUHpNAivbXw9dIz7X3aI/Xo18wXTAOBgNV +HQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTADAQH/MCkG +A1UdDgQiBCBNSnciFRaLZZTIfoJlDkOPHzfDA+FLX55vPuBswruCOjAKBggqhkjO +PQQDAgNHADBEAiBa6k7Cax+McCHy61Jma1vLuFZswBbnsC6DqbveiKdUoAIgeyAf +HzWxMoVrLfPFwF75PqCjae7xnYq+RWlsHZlMGFU= +-----END CERTIFICATE----- diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/ordererOrganizations/ordererOrg1/orderers/ordererOrg1orderer1/cacerts/ordererOrg1-cert.pem b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/ordererOrganizations/ordererOrg1/orderers/ordererOrg1orderer1/cacerts/ordererOrg1-cert.pem new file mode 100644 index 0000000000..277eb4c826 --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/ordererOrganizations/ordererOrg1/orderers/ordererOrg1orderer1/cacerts/ordererOrg1-cert.pem @@ -0,0 +1,14 @@ +-----BEGIN CERTIFICATE----- +MIICKTCCAdCgAwIBAgIRALz4qIofOY8ff94YDATVyGIwCgYIKoZIzj0EAwIwZjEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xFDASBgNVBAoTC29yZGVyZXJPcmcxMRQwEgYDVQQDEwtvcmRlcmVy +T3JnMTAeFw0xNzAzMDExNzM2NDFaFw0yNzAyMjcxNzM2NDFaMGYxCzAJBgNVBAYT +AlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNpc2Nv +MRQwEgYDVQQKEwtvcmRlcmVyT3JnMTEUMBIGA1UEAxMLb3JkZXJlck9yZzEwWTAT +BgcqhkjOPQIBBggqhkjOPQMBBwNCAARNSaTugowp/Y4XcY7Hrs+m3oE/j8B/jIp3 +H8thNhYUdkHX69wNsRB6v/vElHn6CPjUHpNAivbXw9dIz7X3aI/Xo18wXTAOBgNV +HQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTADAQH/MCkG +A1UdDgQiBCBNSnciFRaLZZTIfoJlDkOPHzfDA+FLX55vPuBswruCOjAKBggqhkjO +PQQDAgNHADBEAiBa6k7Cax+McCHy61Jma1vLuFZswBbnsC6DqbveiKdUoAIgeyAf +HzWxMoVrLfPFwF75PqCjae7xnYq+RWlsHZlMGFU= +-----END CERTIFICATE----- diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/ordererOrganizations/ordererOrg1/orderers/ordererOrg1orderer1/keystore/9707908924f92bbaa5c8a6961c260dc4992ad2fd7043cccf3f3948ffbea989e1_sk b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/ordererOrganizations/ordererOrg1/orderers/ordererOrg1orderer1/keystore/9707908924f92bbaa5c8a6961c260dc4992ad2fd7043cccf3f3948ffbea989e1_sk new file mode 100644 index 0000000000..ec20877966 --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/ordererOrganizations/ordererOrg1/orderers/ordererOrg1orderer1/keystore/9707908924f92bbaa5c8a6961c260dc4992ad2fd7043cccf3f3948ffbea989e1_sk @@ -0,0 +1,5 @@ +-----BEGIN ECDSA PRIVATE KEY----- +MHcCAQEEIO0ReZyfrYE1gpMCEp6xU+KK2rmA8oxwB+oMOt0H1ewtoAoGCCqGSM49 +AwEHoUQDQgAEqU74c/nK+RcqBb9RRMeBr1RrD7L8EBkmGjDza+CmsdHmIzQfbRYe +/0erI/KbGx0DvN+sE3QDNbReQUp2aUjaRg== +-----END ECDSA PRIVATE KEY----- diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/ordererOrganizations/ordererOrg1/orderers/ordererOrg1orderer1/signcerts/ordererOrg1orderer1-cert.pem b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/ordererOrganizations/ordererOrg1/orderers/ordererOrg1orderer1/signcerts/ordererOrg1orderer1-cert.pem new file mode 100644 index 0000000000..1abaa97e83 --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/ordererOrganizations/ordererOrg1/orderers/ordererOrg1orderer1/signcerts/ordererOrg1orderer1-cert.pem @@ -0,0 +1,14 @@ +-----BEGIN CERTIFICATE----- +MIICHTCCAcSgAwIBAgIQZKA22ytt3J3VxFVLHM5UBzAKBggqhkjOPQQDAjBmMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzEUMBIGA1UEChMLb3JkZXJlck9yZzExFDASBgNVBAMTC29yZGVyZXJP +cmcxMB4XDTE3MDMwMTE3MzY0MVoXDTI3MDIyNzE3MzY0MVowWDELMAkGA1UEBhMC +VVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lzY28x +HDAaBgNVBAMTE29yZGVyZXJPcmcxb3JkZXJlcjEwWTATBgcqhkjOPQIBBggqhkjO +PQMBBwNCAASpTvhz+cr5FyoFv1FEx4GvVGsPsvwQGSYaMPNr4Kax0eYjNB9tFh7/ +R6sj8psbHQO836wTdAM1tF5BSnZpSNpGo2IwYDAOBgNVHQ8BAf8EBAMCBaAwEwYD +VR0lBAwwCgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCBNSnci +FRaLZZTIfoJlDkOPHzfDA+FLX55vPuBswruCOjAKBggqhkjOPQQDAgNHADBEAiA0 +YjwUHXbfNmEYutDdaCc7tOrSaqMUksGpqkFO3dSi5wIgLCPJKjaDYIL5qtR+uCSP +ybLGGa4Tg4Oy0QgMDyrzudA= +-----END CERTIFICATE----- diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/peerOrganizations/peerOrg1/ca/d8a5b3cac1b821f6e4b487ceaf1fd239cdcfc310894150908b90f05e9179556a_sk b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/peerOrganizations/peerOrg1/ca/d8a5b3cac1b821f6e4b487ceaf1fd239cdcfc310894150908b90f05e9179556a_sk new file mode 100644 index 0000000000..f639deb77f --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/peerOrganizations/peerOrg1/ca/d8a5b3cac1b821f6e4b487ceaf1fd239cdcfc310894150908b90f05e9179556a_sk @@ -0,0 +1,5 @@ +-----BEGIN ECDSA PRIVATE KEY----- +MHcCAQEEIN8gOECqqqNMYdWZVhaQ8OAjuaZdbFqOHJ3zQyzPIl5DoAoGCCqGSM49 +AwEHoUQDQgAE140SbgwoL+7Mr6WTFcXmvhoanwZqX2/dD0QZcmw2TvMKcvUcPUbE +OPD0VzmA0GC9fUJwWdBhXdVegk6Mw6xxjg== +-----END ECDSA PRIVATE KEY----- diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/peerOrganizations/peerOrg1/ca/peerOrg1-cert.pem b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/peerOrganizations/peerOrg1/ca/peerOrg1-cert.pem new file mode 100644 index 0000000000..2839d1779d --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/peerOrganizations/peerOrg1/ca/peerOrg1-cert.pem @@ -0,0 +1,14 @@ +-----BEGIN CERTIFICATE----- +MIICHTCCAcOgAwIBAgIQMnFCpjSdv8WBC9VnEvJ4JTAKBggqhkjOPQQDAjBgMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzERMA8GA1UEChMIcGVlck9yZzExETAPBgNVBAMTCHBlZXJPcmcxMB4X +DTE3MDMwMTE3MzY0MVoXDTI3MDIyNzE3MzY0MVowYDELMAkGA1UEBhMCVVMxEzAR +BgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lzY28xETAPBgNV +BAoTCHBlZXJPcmcxMREwDwYDVQQDEwhwZWVyT3JnMTBZMBMGByqGSM49AgEGCCqG +SM49AwEHA0IABNeNEm4MKC/uzK+lkxXF5r4aGp8Gal9v3Q9EGXJsNk7zCnL1HD1G +xDjw9Fc5gNBgvX1CcFnQYV3VXoJOjMOscY6jXzBdMA4GA1UdDwEB/wQEAwIBpjAP +BgNVHSUECDAGBgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEINils8rB +uCH25LSHzq8f0jnNz8MQiUFQkIuQ8F6ReVVqMAoGCCqGSM49BAMCA0gAMEUCIQC0 +dL7pz5np3hoAaE41n/0c0Tjjs6zVk+zxysz3u9exKwIgBnhrJFK1rV13VUz+W8sp +8lrz5ZETok8lPoisXwRIe/E= +-----END CERTIFICATE----- diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer1/admincerts/peerOrg1-cert.pem b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer1/admincerts/peerOrg1-cert.pem new file mode 100644 index 0000000000..2839d1779d --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer1/admincerts/peerOrg1-cert.pem @@ -0,0 +1,14 @@ +-----BEGIN CERTIFICATE----- +MIICHTCCAcOgAwIBAgIQMnFCpjSdv8WBC9VnEvJ4JTAKBggqhkjOPQQDAjBgMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzERMA8GA1UEChMIcGVlck9yZzExETAPBgNVBAMTCHBlZXJPcmcxMB4X +DTE3MDMwMTE3MzY0MVoXDTI3MDIyNzE3MzY0MVowYDELMAkGA1UEBhMCVVMxEzAR +BgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lzY28xETAPBgNV +BAoTCHBlZXJPcmcxMREwDwYDVQQDEwhwZWVyT3JnMTBZMBMGByqGSM49AgEGCCqG +SM49AwEHA0IABNeNEm4MKC/uzK+lkxXF5r4aGp8Gal9v3Q9EGXJsNk7zCnL1HD1G +xDjw9Fc5gNBgvX1CcFnQYV3VXoJOjMOscY6jXzBdMA4GA1UdDwEB/wQEAwIBpjAP +BgNVHSUECDAGBgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEINils8rB +uCH25LSHzq8f0jnNz8MQiUFQkIuQ8F6ReVVqMAoGCCqGSM49BAMCA0gAMEUCIQC0 +dL7pz5np3hoAaE41n/0c0Tjjs6zVk+zxysz3u9exKwIgBnhrJFK1rV13VUz+W8sp +8lrz5ZETok8lPoisXwRIe/E= +-----END CERTIFICATE----- diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer1/cacerts/peerOrg1-cert.pem b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer1/cacerts/peerOrg1-cert.pem new file mode 100644 index 0000000000..2839d1779d --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer1/cacerts/peerOrg1-cert.pem @@ -0,0 +1,14 @@ +-----BEGIN CERTIFICATE----- +MIICHTCCAcOgAwIBAgIQMnFCpjSdv8WBC9VnEvJ4JTAKBggqhkjOPQQDAjBgMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzERMA8GA1UEChMIcGVlck9yZzExETAPBgNVBAMTCHBlZXJPcmcxMB4X +DTE3MDMwMTE3MzY0MVoXDTI3MDIyNzE3MzY0MVowYDELMAkGA1UEBhMCVVMxEzAR +BgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lzY28xETAPBgNV +BAoTCHBlZXJPcmcxMREwDwYDVQQDEwhwZWVyT3JnMTBZMBMGByqGSM49AgEGCCqG +SM49AwEHA0IABNeNEm4MKC/uzK+lkxXF5r4aGp8Gal9v3Q9EGXJsNk7zCnL1HD1G +xDjw9Fc5gNBgvX1CcFnQYV3VXoJOjMOscY6jXzBdMA4GA1UdDwEB/wQEAwIBpjAP +BgNVHSUECDAGBgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEINils8rB +uCH25LSHzq8f0jnNz8MQiUFQkIuQ8F6ReVVqMAoGCCqGSM49BAMCA0gAMEUCIQC0 +dL7pz5np3hoAaE41n/0c0Tjjs6zVk+zxysz3u9exKwIgBnhrJFK1rV13VUz+W8sp +8lrz5ZETok8lPoisXwRIe/E= +-----END CERTIFICATE----- diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer1/keystore/5e67f35124df6a9124bf3659365b8476af4090f73c82c9b626efc15f12739d5d_sk b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer1/keystore/5e67f35124df6a9124bf3659365b8476af4090f73c82c9b626efc15f12739d5d_sk new file mode 100644 index 0000000000..35acf8c381 --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer1/keystore/5e67f35124df6a9124bf3659365b8476af4090f73c82c9b626efc15f12739d5d_sk @@ -0,0 +1,5 @@ +-----BEGIN ECDSA PRIVATE KEY----- +MHcCAQEEICKPEUyZLQFfJwgXQ9dDNnsLdYDSBSUAAGzc//SuMkyzoAoGCCqGSM49 +AwEHoUQDQgAEtITvAvKYfj4hZGIpHVQCv8wndnJMW+puW0zqueFbVke8G3T7rvXY +yAk2kTk1Jn3qABxetKJf2f6Xp0fxunIaig== +-----END ECDSA PRIVATE KEY----- diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer1/signcerts/peerOrg1Peer1-cert.pem b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer1/signcerts/peerOrg1Peer1-cert.pem new file mode 100644 index 0000000000..b0e6547a1f --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer1/signcerts/peerOrg1Peer1-cert.pem @@ -0,0 +1,14 @@ +-----BEGIN CERTIFICATE----- +MIICEjCCAbigAwIBAgIQPjb63mDL4e062MPjtcA1CDAKBggqhkjOPQQDAjBgMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzERMA8GA1UEChMIcGVlck9yZzExETAPBgNVBAMTCHBlZXJPcmcxMB4X +DTE3MDMwMTE3MzY0MVoXDTI3MDIyNzE3MzY0MVowUjELMAkGA1UEBhMCVVMxEzAR +BgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lzY28xFjAUBgNV +BAMTDXBlZXJPcmcxUGVlcjEwWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAAS0hO8C +8ph+PiFkYikdVAK/zCd2ckxb6m5bTOq54VtWR7wbdPuu9djICTaROTUmfeoAHF60 +ol/Z/penR/G6chqKo2IwYDAOBgNVHQ8BAf8EBAMCBaAwEwYDVR0lBAwwCgYIKwYB +BQUHAwEwDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCDYpbPKwbgh9uS0h86vH9I5 +zc/DEIlBUJCLkPBekXlVajAKBggqhkjOPQQDAgNIADBFAiEAmGS3LTaqCkWV+myl +lhg9ovtLJABuxQLnajMJYQOXURgCIHLVNrDbEF0KpEmFwXIBYMFdsKGRAF0kC43M +bpq87UJq +-----END CERTIFICATE----- diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer2/admincerts/peerOrg1-cert.pem b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer2/admincerts/peerOrg1-cert.pem new file mode 100644 index 0000000000..2839d1779d --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer2/admincerts/peerOrg1-cert.pem @@ -0,0 +1,14 @@ +-----BEGIN CERTIFICATE----- +MIICHTCCAcOgAwIBAgIQMnFCpjSdv8WBC9VnEvJ4JTAKBggqhkjOPQQDAjBgMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzERMA8GA1UEChMIcGVlck9yZzExETAPBgNVBAMTCHBlZXJPcmcxMB4X +DTE3MDMwMTE3MzY0MVoXDTI3MDIyNzE3MzY0MVowYDELMAkGA1UEBhMCVVMxEzAR +BgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lzY28xETAPBgNV +BAoTCHBlZXJPcmcxMREwDwYDVQQDEwhwZWVyT3JnMTBZMBMGByqGSM49AgEGCCqG +SM49AwEHA0IABNeNEm4MKC/uzK+lkxXF5r4aGp8Gal9v3Q9EGXJsNk7zCnL1HD1G +xDjw9Fc5gNBgvX1CcFnQYV3VXoJOjMOscY6jXzBdMA4GA1UdDwEB/wQEAwIBpjAP +BgNVHSUECDAGBgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEINils8rB +uCH25LSHzq8f0jnNz8MQiUFQkIuQ8F6ReVVqMAoGCCqGSM49BAMCA0gAMEUCIQC0 +dL7pz5np3hoAaE41n/0c0Tjjs6zVk+zxysz3u9exKwIgBnhrJFK1rV13VUz+W8sp +8lrz5ZETok8lPoisXwRIe/E= +-----END CERTIFICATE----- diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer2/cacerts/peerOrg1-cert.pem b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer2/cacerts/peerOrg1-cert.pem new file mode 100644 index 0000000000..2839d1779d --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer2/cacerts/peerOrg1-cert.pem @@ -0,0 +1,14 @@ +-----BEGIN CERTIFICATE----- +MIICHTCCAcOgAwIBAgIQMnFCpjSdv8WBC9VnEvJ4JTAKBggqhkjOPQQDAjBgMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzERMA8GA1UEChMIcGVlck9yZzExETAPBgNVBAMTCHBlZXJPcmcxMB4X +DTE3MDMwMTE3MzY0MVoXDTI3MDIyNzE3MzY0MVowYDELMAkGA1UEBhMCVVMxEzAR +BgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lzY28xETAPBgNV +BAoTCHBlZXJPcmcxMREwDwYDVQQDEwhwZWVyT3JnMTBZMBMGByqGSM49AgEGCCqG +SM49AwEHA0IABNeNEm4MKC/uzK+lkxXF5r4aGp8Gal9v3Q9EGXJsNk7zCnL1HD1G +xDjw9Fc5gNBgvX1CcFnQYV3VXoJOjMOscY6jXzBdMA4GA1UdDwEB/wQEAwIBpjAP +BgNVHSUECDAGBgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEINils8rB +uCH25LSHzq8f0jnNz8MQiUFQkIuQ8F6ReVVqMAoGCCqGSM49BAMCA0gAMEUCIQC0 +dL7pz5np3hoAaE41n/0c0Tjjs6zVk+zxysz3u9exKwIgBnhrJFK1rV13VUz+W8sp +8lrz5ZETok8lPoisXwRIe/E= +-----END CERTIFICATE----- diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer2/keystore/707c2b3c02ddd36a6c4a17771769b54a3dc9066e05be1e76582cabd65c110e4e_sk b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer2/keystore/707c2b3c02ddd36a6c4a17771769b54a3dc9066e05be1e76582cabd65c110e4e_sk new file mode 100644 index 0000000000..6659ac490c --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer2/keystore/707c2b3c02ddd36a6c4a17771769b54a3dc9066e05be1e76582cabd65c110e4e_sk @@ -0,0 +1,5 @@ +-----BEGIN ECDSA PRIVATE KEY----- +MHcCAQEEII0oxsh+lV49AVCyYfqXr3QfvQ19rJl7VN/8g6nLCiCroAoGCCqGSM49 +AwEHoUQDQgAEZibYpTur7h/LIkZkV1yr11mP0M4Hts+ARrky3r97WihvF0+TgxUI +UrFjEe4Yv+SIlz5+IE6BlNemaF67nUeD+Q== +-----END ECDSA PRIVATE KEY----- diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer2/signcerts/peerOrg1Peer2-cert.pem b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer2/signcerts/peerOrg1Peer2-cert.pem new file mode 100644 index 0000000000..38bb34ca1a --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer2/signcerts/peerOrg1Peer2-cert.pem @@ -0,0 +1,14 @@ +-----BEGIN CERTIFICATE----- +MIICEjCCAbmgAwIBAgIRANgd5gwHKxNyqxptv40oPEkwCgYIKoZIzj0EAwIwYDEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xETAPBgNVBAoTCHBlZXJPcmcxMREwDwYDVQQDEwhwZWVyT3JnMTAe +Fw0xNzAzMDExNzM2NDFaFw0yNzAyMjcxNzM2NDFaMFIxCzAJBgNVBAYTAlVTMRMw +EQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNpc2NvMRYwFAYD +VQQDEw1wZWVyT3JnMVBlZXIyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEZibY +pTur7h/LIkZkV1yr11mP0M4Hts+ARrky3r97WihvF0+TgxUIUrFjEe4Yv+SIlz5+ +IE6BlNemaF67nUeD+aNiMGAwDgYDVR0PAQH/BAQDAgWgMBMGA1UdJQQMMAoGCCsG +AQUFBwMBMAwGA1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAg2KWzysG4IfbktIfOrx/S +Oc3PwxCJQVCQi5DwXpF5VWowCgYIKoZIzj0EAwIDRwAwRAIgJ6zmGTYWeAjaa8zV +I73t3Zop/mF790NwkH2SSlt4SAMCIG9yeH7K8YdD8Ao3kBiARyjI+QpiWqi1K8qS +b6EWptg2 +-----END CERTIFICATE----- diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/hlfv1_alpha-docker-compose.yml b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/hlfv1_alpha-docker-compose.yml new file mode 100644 index 0000000000..b5d5ca37a2 --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/hlfv1_alpha-docker-compose.yml @@ -0,0 +1,134 @@ +version: '2' + +services: + ca0: + image: hyperledger/fabric-ca:x86_64-1.0.0-alpha + environment: + - FABRIC_CA_HOME=/etc/hyperledger/fabric-ca-server + ports: + - "7054:7054" + command: sh -c 'fabric-ca-server start --ca.certfile /etc/hyperledger/fabric-ca-server-config/peerOrg1-cert.pem --ca.keyfile /etc/hyperledger/fabric-ca-server-config/d8a5b3cac1b821f6e4b487ceaf1fd239cdcfc310894150908b90f05e9179556a_sk -b admin:adminpw' -d + volumes: + - ./crypto-config/peerOrganizations/peerOrg1/ca/:/etc/hyperledger/fabric-ca-server-config + container_name: ca_peerOrg1 + + orderer0: + container_name: orderer0 + image: hyperledger/fabric-orderer:x86_64-1.0.0-alpha + environment: +# - GRPC_TRACE=all +# - GRPC_VERBOSITY=debug +# - ORDERER_GENERAL_LOGLEVEL=debug + - ORDERER_GENERAL_LISTENADDRESS=0.0.0.0 + - ORDERER_GENERAL_GENESISMETHOD=file + - ORDERER_GENERAL_GENESISFILE=/etc/hyperledger/configtx/twoorgs.orderer.block + - ORDERER_GENERAL_LOCALMSPID=OrdererMSP + - ORDERER_GENERAL_LOCALMSPDIR=/etc/hyperledger/msp/orderer + - ORDERER_GENERAL_TLS_ENABLED=false + - ORDERER_GENERAL_TLS_PRIVATEKEY=/etc/hyperledger/tls/orderer/key.pem + - ORDERER_GENERAL_TLS_CERTIFICATE=/etc/hyperledger/tls/orderer/cert.pem + - ORDERER_GENERAL_TLS_ROOTCAS=[/etc/hyperledger/tls/orderer/ca-cert.pem, /etc/hyperledger/tls/peers/peer0/ca-cert.pem, /etc/hyperledger/tls/peers/peer2/ca-cert.pem] + working_dir: /opt/gopath/src/github.com/hyperledger/fabric/orderer + command: orderer + ports: + - 7050:7050 + volumes: + - ./:/etc/hyperledger/configtx + - ./crypto-config/ordererOrganizations/ordererOrg1/orderers/ordererOrg1orderer1/:/etc/hyperledger/msp/orderer +# - ./tls/orderer:/etc/hyperledger/tls/orderer +# - ./tls/peers:/etc/hyperledger/tls/peers + + couchdb0: + container_name: couchdb0 + image: hyperledger/fabric-couchdb:x86_64-1.0.0-alpha +## Uncomment the port mapping if you want to expose the CouchDB service, +## for example to utilize Fauxton User Interface in dev environments. + ports: + - "5984:5984" + + peer0: + container_name: peer0 + image: hyperledger/fabric-peer:x86_64-1.0.0-alpha + environment: + - CORE_CHAINCODE_EXECUTETIMEOUT=90000 +# - CORE_LOGGING_LEVEL=DEBUG + - CORE_NEXT=true + - CORE_VM_ENDPOINT=unix:///host/var/run/docker.sock + - CORE_PEER_ID=peer0 + - CORE_PEER_ENDORSER_ENABLED=true + - CORE_PEER_LOCALMSPID=Org1MSP + - CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/peer/ + - CORE_PEER_GOSSIP_ORGLEADER=true + - CORE_PEER_ADDRESS=peer0:7051 + - CORE_PEER_GOSSIP_EXTERNALENDPOINT=peer0:7051 + - CORE_PEER_TLS_ENABLED=false + - CORE_PEER_TLS_KEY_FILE=/etc/hyperledger/tls/key.pem + - CORE_PEER_TLS_CERT_FILE=/etc/hyperledger/tls/cert.pem + - CORE_PEER_TLS_ROOTCERT_FILE=/etc/hyperledger/tls/ca-cert.pem + # the following setting starts chaincode containers on the same + # bridge network as the peers + # https://docs.docker.com/compose/networking/ + - CORE_VM_DOCKER_HOSTCONFIG_NETWORKMODE=hlfv1_default + - CORE_LEDGER_STATE_STATEDATABASE=CouchDB + - CORE_LEDGER_STATE_COUCHDBCONFIG_COUCHDBADDRESS=couchdb0:5984 + working_dir: /opt/gopath/src/github.com/hyperledger/fabric + command: peer node start --peer-defaultchain=false + ports: + - 7051:7051 + - 7053:7053 + volumes: + - /var/run/:/host/var/run/ + - ./crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer1/:/etc/hyperledger/msp/peer +# - ./tls/peers/peer0:/etc/hyperledger/tls + depends_on: + - orderer0 + - couchdb0 + + + couchdb1: + container_name: couchdb1 + image: hyperledger/fabric-couchdb:x86_64-1.0.0-alpha + ## Uncomment the port mapping if you want to expose the CouchDB service, + ## for example to utilize Fauxton User Interface in dev environments. + ports: + - "6984:5984" + + peer1: + container_name: peer1 + image: hyperledger/fabric-peer:x86_64-1.0.0-alpha + environment: + - CORE_CHAINCODE_EXECUTETIMEOUT=90000 + - CORE_NEXT=true + - CORE_VM_ENDPOINT=unix:///host/var/run/docker.sock + - CORE_PEER_ID=peer1 + - CORE_PEER_ENDORSER_ENABLED=true + - CORE_PEER_LOCALMSPID=Org1MSP + - CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/peer/ + - CORE_PEER_GOSSIP_ORGLEADER=false + - CORE_PEER_ADDRESS=peer1:7051 + - CORE_PEER_GOSSIP_EXTERNALENDPOINT=peer1:7051 + - CORE_PEER_TLS_ENABLED=false + - CORE_PEER_TLS_KEY_FILE=/etc/hyperledger/tls/key.pem + - CORE_PEER_TLS_CERT_FILE=/etc/hyperledger/tls/cert.pem + - CORE_PEER_TLS_ROOTCERT_FILE=/etc/hyperledger/tls/ca-cert.pem + # the following setting starts chaincode containers on the same + # bridge network as the peers + # https://docs.docker.com/compose/networking/ + - CORE_VM_DOCKER_HOSTCONFIG_NETWORKMODE=hlfv1_default + - CORE_LEDGER_STATE_STATEDATABASE=CouchDB + - CORE_LEDGER_STATE_COUCHDBCONFIG_COUCHDBADDRESS=couchdb1:5984 + working_dir: /opt/gopath/src/github.com/hyperledger/fabric + command: peer node start --peer-defaultchain=false + ports: + - 7056:7051 + - 7058:7053 + volumes: + - /var/run/:/host/var/run/ + - ./crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer2/:/etc/hyperledger/msp/peer +# - ./tls/peers/peer1:/etc/hyperledger/tls + depends_on: + - orderer0 + - peer0 + - couchdb1 + + diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/join-channel.js b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/join-channel.js new file mode 100644 index 0000000000..e2139ddccf --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/join-channel.js @@ -0,0 +1,154 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +'use strict'; + +let util = require('util'); +let path = require('path'); +let fs = require('fs'); +const homedir = require('homedir'); + +let hfc = require('fabric-client'); +let utils = require('fabric-client/lib/utils.js'); +let Peer = require('fabric-client/lib/Peer.js'); +let Orderer = require('fabric-client/lib/Orderer.js'); + +let testUtil = require('./setup-utils.js'); + +let the_user = null; +let tx_id = null; +let nonce = null; +let keystore = homedir() + '/.hfc-key-store'; + +let channel = 'mychannel'; + +let logger = utils.getLogger('join-channel'); + +let useTls = (process.env.SYSTEST) ? process.env.SYSTEST.match('tls$') : false; + +if (useTls) { + hfc.addConfigFile(path.join(__dirname, './config.tls.json')); + console.log('using tls connection to join the peers'); +} else { + console.log('using non-tls connection'); + hfc.addConfigFile(path.join(__dirname, './config.json')); +} +let ORGS = hfc.getConfigSetting('test-network'); + +/** + * join channel + * @param {any} org org + * @returns {Promise} promise + */ +function joinChannel(org) { + console.log(util.format('Calling peers in organization "%s" to join the channel')); + + // + // Create and configure the test chain + // + let client = new hfc(); + let chain = client.newChain(channel); + if (useTls) { + let caRootsPath = ORGS.orderer.tls_cacerts; + let data = fs.readFileSync(path.join(__dirname, caRootsPath)); + let caroots = Buffer.from(data).toString(); + + chain.addOrderer( + new Orderer( + ORGS.orderer.url, + { + 'pem': caroots, + 'ssl-target-name-override': ORGS.orderer['server-hostname'] + } + ) + ); + } + else { + chain.addOrderer(new Orderer(ORGS.orderer)); + } + + let targets = []; + for (let key in ORGS[org]) { + if (ORGS[org].hasOwnProperty(key)) { + if (key.indexOf('peer') === 0) { + if (useTls) { + let data = fs.readFileSync(path.join(__dirname, ORGS[org][key].tls_cacerts)); + //data = fs.readFileSync(ORGS[org][key].tls_cacerts); + + targets.push( + new Peer( + ORGS[org][key].requests, + { + pem: Buffer.from(data).toString(), + 'ssl-target-name-override': ORGS[org][key]['server-hostname'] + } + ) + ); + } + else { + targets.push(new Peer(ORGS[org][key].requests)); + } + } + } + } + + return hfc.newDefaultKeyValueStore({ + path: keystore + }) + .then((store) => { + client.setStateStore(store); + return testUtil.getSubmitter(client, org); + }) + .then((admin) => { + console.log('Successfully enrolled user \'admin\''); + the_user = admin; + + nonce = utils.getNonce(); + tx_id = chain.buildTransactionID(nonce, the_user); + let request = { + targets: targets, + txId: tx_id, + nonce: nonce + }; + return chain.joinChannel(request); + }, (err) => { + console.log('Failed to enroll user \'admin\' due to error: ' + err.stack ? err.stack : err); + throw new Error('Failed to enroll user \'admin\' due to error: ' + err.stack ? err.stack : err); + }) + .then((results) => { + logger.info(util.format('Join Channel R E S P O N S E : %j', results)); + + if (results[0] && results[0].response && results[0].response.status === 200) { + console.log('Successfully joined channel.'); + } + else { + console.log(' Failed to join channel'); + throw new Error('Failed to join channel'); + } + }, (err) => { + console.log('Failed to join channel due to error: ' + err.stack ? err.stack : err); + }); +} + +joinChannel('org1') + .then(() => { + console.log(util.format('Successfully joined peers in organization "%s" to the channel', ORGS.org1.name)); + //joinChannel('org2'); + }, (err) => { + console.log(util.format('Failed to join peers in organization "%s" to the channel', ORGS.org1.name)); + throw new Error('error 1'); + }) + .catch(function (err) { + console.log('Failed request. ' + err); + }); diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/mychannel.tx b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/mychannel.tx new file mode 100644 index 0000000000000000000000000000000000000000..1be55d7f7298837bb60336f0c2244f2eddc6d210 GIT binary patch literal 9840 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 X_kQ#*pZ)CDk=K%`6PUZHx;gzHlX1Fy literal 0 HcmV?d00001 diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/setup-utils.js b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/setup-utils.js new file mode 100644 index 0000000000..1e388cb4b1 --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/setup-utils.js @@ -0,0 +1,147 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +'use strict'; + +let path = require('path'); +let fs = require('fs-extra'); + +let hfc = require('fabric-client'); +let copService = require('fabric-ca-client/lib/FabricCAClientImpl.js'); +let User = require('fabric-client/lib/User.js'); + +module.exports.END2END = { + channel: 'mychannel', + chaincodeId: 'end2end', + chaincodeVersion: 'v0' +}; + +// directory for file based KeyValueStore +module.exports.KVS = '/tmp/hfc-test-kvs'; +module.exports.storePathForOrg = function (org) { + return module.exports.KVS + '_' + org; +}; + +// temporarily set $GOPATH to the test fixture folder +module.exports.setupChaincodeDeploy = function () { + process.env.GOPATH = path.join(__dirname, '../fixtures'); +}; + +// specifically set the values to defaults because they may have been overridden when +// running in the overall test bucket ('gulp test') +module.exports.resetDefaults = function () { + global.hfc.config = undefined; +}; + +module.exports.cleanupDir = function (keyValStorePath) { + let absPath = path.join(process.cwd(), keyValStorePath); + let exists = module.exports.existsSync(absPath); + if (exists) { + fs.removeSync(absPath); + } +}; + +// utility function to check if directory or file exists +// uses entire / absolute path from root +module.exports.existsSync = function (absolutePath /*string*/) { + try { + let stat = fs.statSync(absolutePath); + if (stat.isDirectory() || stat.isFile()) { + return true; + } else { + return false; + } + } + catch (e) { + return false; + } +}; + + +hfc.addConfigFile(path.join(__dirname, './config.json')); +let ORGS = hfc.getConfigSetting('test-network'); + +/** + * get a user for submission + * @param {any} username username + * @param {any} password password + * @param {any} client client + * @param {any} userOrg org + * @returns {Promise} a promise + */ +function getSubmitter(username, password, client, userOrg) { + let caUrl = ORGS[userOrg].ca; + let mspid = ORGS[userOrg].mspid; + + return client.getUserContext(username) + .then((user) => { + return new Promise((resolve, reject) => { + if (user && user.isEnrolled()) { + console.log('Successfully loaded member from persistence'); + return resolve(user); + } + + // need to enroll it with CA server + let cop = new copService(caUrl); + + let member; + return cop.enroll({ + enrollmentID: username, + enrollmentSecret: password + }).then((enrollment) => { + console.log('Successfully enrolled user \'' + username + '\''); + + member = new User(username, client); + return member.setEnrollment(enrollment.key, enrollment.certificate, mspid); + }).then(() => { + return client.setUserContext(member); + }).then(() => { + return resolve(member); + }).catch((err) => { + console.log('Failed to enroll and persist user. Error: ' + err.stack ? err.stack : err); + throw new Error('failed to enroll'); + }); + }); + }); +} + +/** + * read a file. + * @param {any} path file path + * @returns {Promise} resolves when file read + */ +function readFile(path) { + return new Promise((resolve, reject) => { + fs.readFile(path, (err, data) => { + if (err) { + reject(new Error('Failed to read file ' + path + ' due to error: ' + err)); + } + else { + resolve(data); + } + }); + }); +} + +module.exports.readFile = readFile; + +module.exports.sleep = function (ms) { + return new Promise(resolve => setTimeout(resolve, ms)); +}; + +module.exports.readFile = readFile; + +module.exports.getSubmitter = function (client, org) { + return getSubmitter('admin', 'adminpw', client, org); +}; diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/twoorgs.orderer.block b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/hlfv1/twoorgs.orderer.block new file mode 100644 index 0000000000000000000000000000000000000000..5f018952e6300145724a03a37d3ad989d9107ee9 GIT binary patch literal 9821 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 usTC{5gLyvk=ZlM9ct!)=b~I +echo ${FABRIC_START_TIMEOUT} +sleep ${FABRIC_START_TIMEOUT} + +node create-channel.js +node join-channel.js + +cd ../.. diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/stopFabric.sh b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/stopFabric.sh new file mode 100755 index 0000000000..9d83bda937 --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/stopFabric.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +# Exit on first error, print all commands. +set -ev + +# Grab the current directorydirectory. +DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" + +# Shut down the Docker containers that might be currently running. +cd "${DIR}"/hlfv1 +docker-compose -f "${DIR}"/hlfv1/hlfv1_alpha-docker-compose.yml stop diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/teardownFabric.sh b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/teardownFabric.sh new file mode 100755 index 0000000000..33ca09dba5 --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1-node/teardownFabric.sh @@ -0,0 +1,17 @@ +#!/bin/bash + +# Exit on first error, print all commands. +set -ev + +# Grab the current directory. +DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" + +# Shut down the Docker containers for the system tests. +cd "${DIR}"/hlfv1 +docker-compose -f hlfv1_alpha-docker-compose.yml kill && docker-compose -f hlfv1_alpha-docker-compose.yml down + +# remove the local state +#rm -rf ~/.composer-connection-profiles/hlfv1 +#rm -f ~/.hfc-key-store/* + +# Your system is now clean diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/ordererOrganizations/ordererOrg1/ca/4d4a772215168b6594c87e82650e438f1f37c303e14b5f9e6f3ee06cc2bb823a_sk b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/ordererOrganizations/ordererOrg1/ca/4d4a772215168b6594c87e82650e438f1f37c303e14b5f9e6f3ee06cc2bb823a_sk new file mode 100644 index 0000000000..bd7d213dae --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/ordererOrganizations/ordererOrg1/ca/4d4a772215168b6594c87e82650e438f1f37c303e14b5f9e6f3ee06cc2bb823a_sk @@ -0,0 +1,5 @@ +-----BEGIN ECDSA PRIVATE KEY----- +MHcCAQEEIAMJVFaIpzyJViVo/VLSD84gVidcKAvJsllwGwmQlJ6hoAoGCCqGSM49 +AwEHoUQDQgAETUmk7oKMKf2OF3GOx67Ppt6BP4/Af4yKdx/LYTYWFHZB1+vcDbEQ +er/7xJR5+gj41B6TQIr218PXSM+192iP1w== +-----END ECDSA PRIVATE KEY----- diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/ordererOrganizations/ordererOrg1/ca/ordererOrg1-cert.pem b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/ordererOrganizations/ordererOrg1/ca/ordererOrg1-cert.pem new file mode 100644 index 0000000000..277eb4c826 --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/ordererOrganizations/ordererOrg1/ca/ordererOrg1-cert.pem @@ -0,0 +1,14 @@ +-----BEGIN CERTIFICATE----- +MIICKTCCAdCgAwIBAgIRALz4qIofOY8ff94YDATVyGIwCgYIKoZIzj0EAwIwZjEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xFDASBgNVBAoTC29yZGVyZXJPcmcxMRQwEgYDVQQDEwtvcmRlcmVy +T3JnMTAeFw0xNzAzMDExNzM2NDFaFw0yNzAyMjcxNzM2NDFaMGYxCzAJBgNVBAYT +AlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNpc2Nv +MRQwEgYDVQQKEwtvcmRlcmVyT3JnMTEUMBIGA1UEAxMLb3JkZXJlck9yZzEwWTAT +BgcqhkjOPQIBBggqhkjOPQMBBwNCAARNSaTugowp/Y4XcY7Hrs+m3oE/j8B/jIp3 +H8thNhYUdkHX69wNsRB6v/vElHn6CPjUHpNAivbXw9dIz7X3aI/Xo18wXTAOBgNV +HQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTADAQH/MCkG +A1UdDgQiBCBNSnciFRaLZZTIfoJlDkOPHzfDA+FLX55vPuBswruCOjAKBggqhkjO +PQQDAgNHADBEAiBa6k7Cax+McCHy61Jma1vLuFZswBbnsC6DqbveiKdUoAIgeyAf +HzWxMoVrLfPFwF75PqCjae7xnYq+RWlsHZlMGFU= +-----END CERTIFICATE----- diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/ordererOrganizations/ordererOrg1/orderers/ordererOrg1orderer1/admincerts/ordererOrg1-cert.pem b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/ordererOrganizations/ordererOrg1/orderers/ordererOrg1orderer1/admincerts/ordererOrg1-cert.pem new file mode 100644 index 0000000000..277eb4c826 --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/ordererOrganizations/ordererOrg1/orderers/ordererOrg1orderer1/admincerts/ordererOrg1-cert.pem @@ -0,0 +1,14 @@ +-----BEGIN CERTIFICATE----- +MIICKTCCAdCgAwIBAgIRALz4qIofOY8ff94YDATVyGIwCgYIKoZIzj0EAwIwZjEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xFDASBgNVBAoTC29yZGVyZXJPcmcxMRQwEgYDVQQDEwtvcmRlcmVy +T3JnMTAeFw0xNzAzMDExNzM2NDFaFw0yNzAyMjcxNzM2NDFaMGYxCzAJBgNVBAYT +AlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNpc2Nv +MRQwEgYDVQQKEwtvcmRlcmVyT3JnMTEUMBIGA1UEAxMLb3JkZXJlck9yZzEwWTAT +BgcqhkjOPQIBBggqhkjOPQMBBwNCAARNSaTugowp/Y4XcY7Hrs+m3oE/j8B/jIp3 +H8thNhYUdkHX69wNsRB6v/vElHn6CPjUHpNAivbXw9dIz7X3aI/Xo18wXTAOBgNV +HQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTADAQH/MCkG +A1UdDgQiBCBNSnciFRaLZZTIfoJlDkOPHzfDA+FLX55vPuBswruCOjAKBggqhkjO +PQQDAgNHADBEAiBa6k7Cax+McCHy61Jma1vLuFZswBbnsC6DqbveiKdUoAIgeyAf +HzWxMoVrLfPFwF75PqCjae7xnYq+RWlsHZlMGFU= +-----END CERTIFICATE----- diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/ordererOrganizations/ordererOrg1/orderers/ordererOrg1orderer1/cacerts/ordererOrg1-cert.pem b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/ordererOrganizations/ordererOrg1/orderers/ordererOrg1orderer1/cacerts/ordererOrg1-cert.pem new file mode 100644 index 0000000000..277eb4c826 --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/ordererOrganizations/ordererOrg1/orderers/ordererOrg1orderer1/cacerts/ordererOrg1-cert.pem @@ -0,0 +1,14 @@ +-----BEGIN CERTIFICATE----- +MIICKTCCAdCgAwIBAgIRALz4qIofOY8ff94YDATVyGIwCgYIKoZIzj0EAwIwZjEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xFDASBgNVBAoTC29yZGVyZXJPcmcxMRQwEgYDVQQDEwtvcmRlcmVy +T3JnMTAeFw0xNzAzMDExNzM2NDFaFw0yNzAyMjcxNzM2NDFaMGYxCzAJBgNVBAYT +AlVTMRMwEQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNpc2Nv +MRQwEgYDVQQKEwtvcmRlcmVyT3JnMTEUMBIGA1UEAxMLb3JkZXJlck9yZzEwWTAT +BgcqhkjOPQIBBggqhkjOPQMBBwNCAARNSaTugowp/Y4XcY7Hrs+m3oE/j8B/jIp3 +H8thNhYUdkHX69wNsRB6v/vElHn6CPjUHpNAivbXw9dIz7X3aI/Xo18wXTAOBgNV +HQ8BAf8EBAMCAaYwDwYDVR0lBAgwBgYEVR0lADAPBgNVHRMBAf8EBTADAQH/MCkG +A1UdDgQiBCBNSnciFRaLZZTIfoJlDkOPHzfDA+FLX55vPuBswruCOjAKBggqhkjO +PQQDAgNHADBEAiBa6k7Cax+McCHy61Jma1vLuFZswBbnsC6DqbveiKdUoAIgeyAf +HzWxMoVrLfPFwF75PqCjae7xnYq+RWlsHZlMGFU= +-----END CERTIFICATE----- diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/ordererOrganizations/ordererOrg1/orderers/ordererOrg1orderer1/keystore/9707908924f92bbaa5c8a6961c260dc4992ad2fd7043cccf3f3948ffbea989e1_sk b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/ordererOrganizations/ordererOrg1/orderers/ordererOrg1orderer1/keystore/9707908924f92bbaa5c8a6961c260dc4992ad2fd7043cccf3f3948ffbea989e1_sk new file mode 100644 index 0000000000..ec20877966 --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/ordererOrganizations/ordererOrg1/orderers/ordererOrg1orderer1/keystore/9707908924f92bbaa5c8a6961c260dc4992ad2fd7043cccf3f3948ffbea989e1_sk @@ -0,0 +1,5 @@ +-----BEGIN ECDSA PRIVATE KEY----- +MHcCAQEEIO0ReZyfrYE1gpMCEp6xU+KK2rmA8oxwB+oMOt0H1ewtoAoGCCqGSM49 +AwEHoUQDQgAEqU74c/nK+RcqBb9RRMeBr1RrD7L8EBkmGjDza+CmsdHmIzQfbRYe +/0erI/KbGx0DvN+sE3QDNbReQUp2aUjaRg== +-----END ECDSA PRIVATE KEY----- diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/ordererOrganizations/ordererOrg1/orderers/ordererOrg1orderer1/signcerts/ordererOrg1orderer1-cert.pem b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/ordererOrganizations/ordererOrg1/orderers/ordererOrg1orderer1/signcerts/ordererOrg1orderer1-cert.pem new file mode 100644 index 0000000000..1abaa97e83 --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/ordererOrganizations/ordererOrg1/orderers/ordererOrg1orderer1/signcerts/ordererOrg1orderer1-cert.pem @@ -0,0 +1,14 @@ +-----BEGIN CERTIFICATE----- +MIICHTCCAcSgAwIBAgIQZKA22ytt3J3VxFVLHM5UBzAKBggqhkjOPQQDAjBmMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzEUMBIGA1UEChMLb3JkZXJlck9yZzExFDASBgNVBAMTC29yZGVyZXJP +cmcxMB4XDTE3MDMwMTE3MzY0MVoXDTI3MDIyNzE3MzY0MVowWDELMAkGA1UEBhMC +VVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lzY28x +HDAaBgNVBAMTE29yZGVyZXJPcmcxb3JkZXJlcjEwWTATBgcqhkjOPQIBBggqhkjO +PQMBBwNCAASpTvhz+cr5FyoFv1FEx4GvVGsPsvwQGSYaMPNr4Kax0eYjNB9tFh7/ +R6sj8psbHQO836wTdAM1tF5BSnZpSNpGo2IwYDAOBgNVHQ8BAf8EBAMCBaAwEwYD +VR0lBAwwCgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCBNSnci +FRaLZZTIfoJlDkOPHzfDA+FLX55vPuBswruCOjAKBggqhkjOPQQDAgNHADBEAiA0 +YjwUHXbfNmEYutDdaCc7tOrSaqMUksGpqkFO3dSi5wIgLCPJKjaDYIL5qtR+uCSP +ybLGGa4Tg4Oy0QgMDyrzudA= +-----END CERTIFICATE----- diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/peerOrganizations/peerOrg1/ca/d8a5b3cac1b821f6e4b487ceaf1fd239cdcfc310894150908b90f05e9179556a_sk b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/peerOrganizations/peerOrg1/ca/d8a5b3cac1b821f6e4b487ceaf1fd239cdcfc310894150908b90f05e9179556a_sk new file mode 100644 index 0000000000..f639deb77f --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/peerOrganizations/peerOrg1/ca/d8a5b3cac1b821f6e4b487ceaf1fd239cdcfc310894150908b90f05e9179556a_sk @@ -0,0 +1,5 @@ +-----BEGIN ECDSA PRIVATE KEY----- +MHcCAQEEIN8gOECqqqNMYdWZVhaQ8OAjuaZdbFqOHJ3zQyzPIl5DoAoGCCqGSM49 +AwEHoUQDQgAE140SbgwoL+7Mr6WTFcXmvhoanwZqX2/dD0QZcmw2TvMKcvUcPUbE +OPD0VzmA0GC9fUJwWdBhXdVegk6Mw6xxjg== +-----END ECDSA PRIVATE KEY----- diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/peerOrganizations/peerOrg1/ca/peerOrg1-cert.pem b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/peerOrganizations/peerOrg1/ca/peerOrg1-cert.pem new file mode 100644 index 0000000000..2839d1779d --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/peerOrganizations/peerOrg1/ca/peerOrg1-cert.pem @@ -0,0 +1,14 @@ +-----BEGIN CERTIFICATE----- +MIICHTCCAcOgAwIBAgIQMnFCpjSdv8WBC9VnEvJ4JTAKBggqhkjOPQQDAjBgMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzERMA8GA1UEChMIcGVlck9yZzExETAPBgNVBAMTCHBlZXJPcmcxMB4X +DTE3MDMwMTE3MzY0MVoXDTI3MDIyNzE3MzY0MVowYDELMAkGA1UEBhMCVVMxEzAR +BgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lzY28xETAPBgNV +BAoTCHBlZXJPcmcxMREwDwYDVQQDEwhwZWVyT3JnMTBZMBMGByqGSM49AgEGCCqG +SM49AwEHA0IABNeNEm4MKC/uzK+lkxXF5r4aGp8Gal9v3Q9EGXJsNk7zCnL1HD1G +xDjw9Fc5gNBgvX1CcFnQYV3VXoJOjMOscY6jXzBdMA4GA1UdDwEB/wQEAwIBpjAP +BgNVHSUECDAGBgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEINils8rB +uCH25LSHzq8f0jnNz8MQiUFQkIuQ8F6ReVVqMAoGCCqGSM49BAMCA0gAMEUCIQC0 +dL7pz5np3hoAaE41n/0c0Tjjs6zVk+zxysz3u9exKwIgBnhrJFK1rV13VUz+W8sp +8lrz5ZETok8lPoisXwRIe/E= +-----END CERTIFICATE----- diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer1/admincerts/peerOrg1-cert.pem b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer1/admincerts/peerOrg1-cert.pem new file mode 100644 index 0000000000..2839d1779d --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer1/admincerts/peerOrg1-cert.pem @@ -0,0 +1,14 @@ +-----BEGIN CERTIFICATE----- +MIICHTCCAcOgAwIBAgIQMnFCpjSdv8WBC9VnEvJ4JTAKBggqhkjOPQQDAjBgMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzERMA8GA1UEChMIcGVlck9yZzExETAPBgNVBAMTCHBlZXJPcmcxMB4X +DTE3MDMwMTE3MzY0MVoXDTI3MDIyNzE3MzY0MVowYDELMAkGA1UEBhMCVVMxEzAR +BgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lzY28xETAPBgNV +BAoTCHBlZXJPcmcxMREwDwYDVQQDEwhwZWVyT3JnMTBZMBMGByqGSM49AgEGCCqG +SM49AwEHA0IABNeNEm4MKC/uzK+lkxXF5r4aGp8Gal9v3Q9EGXJsNk7zCnL1HD1G +xDjw9Fc5gNBgvX1CcFnQYV3VXoJOjMOscY6jXzBdMA4GA1UdDwEB/wQEAwIBpjAP +BgNVHSUECDAGBgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEINils8rB +uCH25LSHzq8f0jnNz8MQiUFQkIuQ8F6ReVVqMAoGCCqGSM49BAMCA0gAMEUCIQC0 +dL7pz5np3hoAaE41n/0c0Tjjs6zVk+zxysz3u9exKwIgBnhrJFK1rV13VUz+W8sp +8lrz5ZETok8lPoisXwRIe/E= +-----END CERTIFICATE----- diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer1/cacerts/peerOrg1-cert.pem b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer1/cacerts/peerOrg1-cert.pem new file mode 100644 index 0000000000..2839d1779d --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer1/cacerts/peerOrg1-cert.pem @@ -0,0 +1,14 @@ +-----BEGIN CERTIFICATE----- +MIICHTCCAcOgAwIBAgIQMnFCpjSdv8WBC9VnEvJ4JTAKBggqhkjOPQQDAjBgMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzERMA8GA1UEChMIcGVlck9yZzExETAPBgNVBAMTCHBlZXJPcmcxMB4X +DTE3MDMwMTE3MzY0MVoXDTI3MDIyNzE3MzY0MVowYDELMAkGA1UEBhMCVVMxEzAR +BgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lzY28xETAPBgNV +BAoTCHBlZXJPcmcxMREwDwYDVQQDEwhwZWVyT3JnMTBZMBMGByqGSM49AgEGCCqG +SM49AwEHA0IABNeNEm4MKC/uzK+lkxXF5r4aGp8Gal9v3Q9EGXJsNk7zCnL1HD1G +xDjw9Fc5gNBgvX1CcFnQYV3VXoJOjMOscY6jXzBdMA4GA1UdDwEB/wQEAwIBpjAP +BgNVHSUECDAGBgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEINils8rB +uCH25LSHzq8f0jnNz8MQiUFQkIuQ8F6ReVVqMAoGCCqGSM49BAMCA0gAMEUCIQC0 +dL7pz5np3hoAaE41n/0c0Tjjs6zVk+zxysz3u9exKwIgBnhrJFK1rV13VUz+W8sp +8lrz5ZETok8lPoisXwRIe/E= +-----END CERTIFICATE----- diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer1/keystore/5e67f35124df6a9124bf3659365b8476af4090f73c82c9b626efc15f12739d5d_sk b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer1/keystore/5e67f35124df6a9124bf3659365b8476af4090f73c82c9b626efc15f12739d5d_sk new file mode 100644 index 0000000000..35acf8c381 --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer1/keystore/5e67f35124df6a9124bf3659365b8476af4090f73c82c9b626efc15f12739d5d_sk @@ -0,0 +1,5 @@ +-----BEGIN ECDSA PRIVATE KEY----- +MHcCAQEEICKPEUyZLQFfJwgXQ9dDNnsLdYDSBSUAAGzc//SuMkyzoAoGCCqGSM49 +AwEHoUQDQgAEtITvAvKYfj4hZGIpHVQCv8wndnJMW+puW0zqueFbVke8G3T7rvXY +yAk2kTk1Jn3qABxetKJf2f6Xp0fxunIaig== +-----END ECDSA PRIVATE KEY----- diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer1/signcerts/peerOrg1Peer1-cert.pem b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer1/signcerts/peerOrg1Peer1-cert.pem new file mode 100644 index 0000000000..b0e6547a1f --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer1/signcerts/peerOrg1Peer1-cert.pem @@ -0,0 +1,14 @@ +-----BEGIN CERTIFICATE----- +MIICEjCCAbigAwIBAgIQPjb63mDL4e062MPjtcA1CDAKBggqhkjOPQQDAjBgMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzERMA8GA1UEChMIcGVlck9yZzExETAPBgNVBAMTCHBlZXJPcmcxMB4X +DTE3MDMwMTE3MzY0MVoXDTI3MDIyNzE3MzY0MVowUjELMAkGA1UEBhMCVVMxEzAR +BgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lzY28xFjAUBgNV +BAMTDXBlZXJPcmcxUGVlcjEwWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAAS0hO8C +8ph+PiFkYikdVAK/zCd2ckxb6m5bTOq54VtWR7wbdPuu9djICTaROTUmfeoAHF60 +ol/Z/penR/G6chqKo2IwYDAOBgNVHQ8BAf8EBAMCBaAwEwYDVR0lBAwwCgYIKwYB +BQUHAwEwDAYDVR0TAQH/BAIwADArBgNVHSMEJDAigCDYpbPKwbgh9uS0h86vH9I5 +zc/DEIlBUJCLkPBekXlVajAKBggqhkjOPQQDAgNIADBFAiEAmGS3LTaqCkWV+myl +lhg9ovtLJABuxQLnajMJYQOXURgCIHLVNrDbEF0KpEmFwXIBYMFdsKGRAF0kC43M +bpq87UJq +-----END CERTIFICATE----- diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer2/admincerts/peerOrg1-cert.pem b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer2/admincerts/peerOrg1-cert.pem new file mode 100644 index 0000000000..2839d1779d --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer2/admincerts/peerOrg1-cert.pem @@ -0,0 +1,14 @@ +-----BEGIN CERTIFICATE----- +MIICHTCCAcOgAwIBAgIQMnFCpjSdv8WBC9VnEvJ4JTAKBggqhkjOPQQDAjBgMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzERMA8GA1UEChMIcGVlck9yZzExETAPBgNVBAMTCHBlZXJPcmcxMB4X +DTE3MDMwMTE3MzY0MVoXDTI3MDIyNzE3MzY0MVowYDELMAkGA1UEBhMCVVMxEzAR +BgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lzY28xETAPBgNV +BAoTCHBlZXJPcmcxMREwDwYDVQQDEwhwZWVyT3JnMTBZMBMGByqGSM49AgEGCCqG +SM49AwEHA0IABNeNEm4MKC/uzK+lkxXF5r4aGp8Gal9v3Q9EGXJsNk7zCnL1HD1G +xDjw9Fc5gNBgvX1CcFnQYV3VXoJOjMOscY6jXzBdMA4GA1UdDwEB/wQEAwIBpjAP +BgNVHSUECDAGBgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEINils8rB +uCH25LSHzq8f0jnNz8MQiUFQkIuQ8F6ReVVqMAoGCCqGSM49BAMCA0gAMEUCIQC0 +dL7pz5np3hoAaE41n/0c0Tjjs6zVk+zxysz3u9exKwIgBnhrJFK1rV13VUz+W8sp +8lrz5ZETok8lPoisXwRIe/E= +-----END CERTIFICATE----- diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer2/cacerts/peerOrg1-cert.pem b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer2/cacerts/peerOrg1-cert.pem new file mode 100644 index 0000000000..2839d1779d --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer2/cacerts/peerOrg1-cert.pem @@ -0,0 +1,14 @@ +-----BEGIN CERTIFICATE----- +MIICHTCCAcOgAwIBAgIQMnFCpjSdv8WBC9VnEvJ4JTAKBggqhkjOPQQDAjBgMQsw +CQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTEWMBQGA1UEBxMNU2FuIEZy +YW5jaXNjbzERMA8GA1UEChMIcGVlck9yZzExETAPBgNVBAMTCHBlZXJPcmcxMB4X +DTE3MDMwMTE3MzY0MVoXDTI3MDIyNzE3MzY0MVowYDELMAkGA1UEBhMCVVMxEzAR +BgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBGcmFuY2lzY28xETAPBgNV +BAoTCHBlZXJPcmcxMREwDwYDVQQDEwhwZWVyT3JnMTBZMBMGByqGSM49AgEGCCqG +SM49AwEHA0IABNeNEm4MKC/uzK+lkxXF5r4aGp8Gal9v3Q9EGXJsNk7zCnL1HD1G +xDjw9Fc5gNBgvX1CcFnQYV3VXoJOjMOscY6jXzBdMA4GA1UdDwEB/wQEAwIBpjAP +BgNVHSUECDAGBgRVHSUAMA8GA1UdEwEB/wQFMAMBAf8wKQYDVR0OBCIEINils8rB +uCH25LSHzq8f0jnNz8MQiUFQkIuQ8F6ReVVqMAoGCCqGSM49BAMCA0gAMEUCIQC0 +dL7pz5np3hoAaE41n/0c0Tjjs6zVk+zxysz3u9exKwIgBnhrJFK1rV13VUz+W8sp +8lrz5ZETok8lPoisXwRIe/E= +-----END CERTIFICATE----- diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer2/keystore/707c2b3c02ddd36a6c4a17771769b54a3dc9066e05be1e76582cabd65c110e4e_sk b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer2/keystore/707c2b3c02ddd36a6c4a17771769b54a3dc9066e05be1e76582cabd65c110e4e_sk new file mode 100644 index 0000000000..6659ac490c --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer2/keystore/707c2b3c02ddd36a6c4a17771769b54a3dc9066e05be1e76582cabd65c110e4e_sk @@ -0,0 +1,5 @@ +-----BEGIN ECDSA PRIVATE KEY----- +MHcCAQEEII0oxsh+lV49AVCyYfqXr3QfvQ19rJl7VN/8g6nLCiCroAoGCCqGSM49 +AwEHoUQDQgAEZibYpTur7h/LIkZkV1yr11mP0M4Hts+ARrky3r97WihvF0+TgxUI +UrFjEe4Yv+SIlz5+IE6BlNemaF67nUeD+Q== +-----END ECDSA PRIVATE KEY----- diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer2/signcerts/peerOrg1Peer2-cert.pem b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer2/signcerts/peerOrg1Peer2-cert.pem new file mode 100644 index 0000000000..38bb34ca1a --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer2/signcerts/peerOrg1Peer2-cert.pem @@ -0,0 +1,14 @@ +-----BEGIN CERTIFICATE----- +MIICEjCCAbmgAwIBAgIRANgd5gwHKxNyqxptv40oPEkwCgYIKoZIzj0EAwIwYDEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCkNhbGlmb3JuaWExFjAUBgNVBAcTDVNhbiBG +cmFuY2lzY28xETAPBgNVBAoTCHBlZXJPcmcxMREwDwYDVQQDEwhwZWVyT3JnMTAe +Fw0xNzAzMDExNzM2NDFaFw0yNzAyMjcxNzM2NDFaMFIxCzAJBgNVBAYTAlVTMRMw +EQYDVQQIEwpDYWxpZm9ybmlhMRYwFAYDVQQHEw1TYW4gRnJhbmNpc2NvMRYwFAYD +VQQDEw1wZWVyT3JnMVBlZXIyMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEZibY +pTur7h/LIkZkV1yr11mP0M4Hts+ARrky3r97WihvF0+TgxUIUrFjEe4Yv+SIlz5+ +IE6BlNemaF67nUeD+aNiMGAwDgYDVR0PAQH/BAQDAgWgMBMGA1UdJQQMMAoGCCsG +AQUFBwMBMAwGA1UdEwEB/wQCMAAwKwYDVR0jBCQwIoAg2KWzysG4IfbktIfOrx/S +Oc3PwxCJQVCQi5DwXpF5VWowCgYIKoZIzj0EAwIDRwAwRAIgJ6zmGTYWeAjaa8zV +I73t3Zop/mF790NwkH2SSlt4SAMCIG9yeH7K8YdD8Ao3kBiARyjI+QpiWqi1K8qS +b6EWptg2 +-----END CERTIFICATE----- diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/docker-compose.yml b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/docker-compose.yml new file mode 100644 index 0000000000..d6ed9fb781 --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/docker-compose.yml @@ -0,0 +1,103 @@ +version: '2' + +services: + ca0: + image: hyperledger/fabric-ca:x86_64-1.0.0-alpha + environment: + - FABRIC_CA_HOME=/etc/hyperledger/fabric-ca-server + ports: + - "7054:7054" + command: sh -c 'fabric-ca-server start --ca.certfile /etc/hyperledger/fabric-ca-server-config/peerOrg1-cert.pem --ca.keyfile /etc/hyperledger/fabric-ca-server-config/d8a5b3cac1b821f6e4b487ceaf1fd239cdcfc310894150908b90f05e9179556a_sk -b admin:adminpw' -d + volumes: + - ./crypto-config/peerOrganizations/peerOrg1/ca/:/etc/hyperledger/fabric-ca-server-config + container_name: ca_peerOrg1 + + orderer0: + container_name: orderer0 + image: hyperledger/fabric-orderer:x86_64-1.0.0-alpha + environment: + - ORDERER_GENERAL_LISTENADDRESS=0.0.0.0 + - ORDERER_GENERAL_GENESISMETHOD=file + - ORDERER_GENERAL_GENESISFILE=/etc/hyperledger/configtx/twoorgs.orderer.block + - ORDERER_GENERAL_LOCALMSPID=OrdererMSP + - ORDERER_GENERAL_LOCALMSPDIR=/etc/hyperledger/msp/orderer + - ORDERER_GENERAL_TLS_ENABLED=false + - ORDERER_GENERAL_TLS_PRIVATEKEY=/etc/hyperledger/tls/orderer/key.pem + - ORDERER_GENERAL_TLS_CERTIFICATE=/etc/hyperledger/tls/orderer/cert.pem + - ORDERER_GENERAL_TLS_ROOTCAS=[/etc/hyperledger/tls/orderer/ca-cert.pem, /etc/hyperledger/tls/peers/peer0/ca-cert.pem, /etc/hyperledger/tls/peers/peer2/ca-cert.pem] + working_dir: /opt/gopath/src/github.com/hyperledger/fabric/orderer + command: orderer + ports: + - 7050:7050 + volumes: + - ./:/etc/hyperledger/configtx + - ./crypto-config/ordererOrganizations/ordererOrg1/orderers/ordererOrg1orderer1/:/etc/hyperledger/msp/orderer + + peer0: + container_name: peer0 + image: hyperledger/fabric-peer:x86_64-1.0.0-alpha + environment: + - CORE_CHAINCODE_EXECUTETIMEOUT=90000 + - CORE_NEXT=true + - CORE_VM_ENDPOINT=unix:///host/var/run/docker.sock + - CORE_PEER_ID=peer0 + - CORE_PEER_ENDORSER_ENABLED=true + - CORE_PEER_LOCALMSPID=Org1MSP + - CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/peer/ + - CORE_PEER_GOSSIP_ORGLEADER=true + - CORE_PEER_ADDRESS=peer0:7051 + - CORE_PEER_GOSSIP_EXTERNALENDPOINT=peer0:7051 + - CORE_PEER_TLS_ENABLED=false + - CORE_PEER_TLS_KEY_FILE=/etc/hyperledger/tls/key.pem + - CORE_PEER_TLS_CERT_FILE=/etc/hyperledger/tls/cert.pem + - CORE_PEER_TLS_ROOTCERT_FILE=/etc/hyperledger/tls/ca-cert.pem + # the following setting starts chaincode containers on the same + # bridge network as the peers + # https://docs.docker.com/compose/networking/ + - CORE_VM_DOCKER_HOSTCONFIG_NETWORKMODE=composer_default + working_dir: /opt/gopath/src/github.com/hyperledger/fabric + command: peer node start --peer-defaultchain=false + ports: + - 7051:7051 + - 7053:7053 + volumes: + - /var/run/:/host/var/run/ + - ./:/etc/hyperledger/configtx + - ./crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer1/:/etc/hyperledger/msp/peer + depends_on: + - orderer0 + + peer1: + container_name: peer1 + image: hyperledger/fabric-peer:x86_64-1.0.0-alpha + environment: + - CORE_CHAINCODE_EXECUTETIMEOUT=90000 + - CORE_NEXT=true + - CORE_VM_ENDPOINT=unix:///host/var/run/docker.sock + - CORE_PEER_ID=peer1 + - CORE_PEER_ENDORSER_ENABLED=true + - CORE_PEER_LOCALMSPID=Org1MSP + - CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/msp/peer/ + - CORE_PEER_GOSSIP_ORGLEADER=false + - CORE_PEER_ADDRESS=peer1:7051 + - CORE_PEER_GOSSIP_EXTERNALENDPOINT=peer1:7051 + - CORE_PEER_TLS_ENABLED=false + - CORE_PEER_TLS_KEY_FILE=/etc/hyperledger/tls/key.pem + - CORE_PEER_TLS_CERT_FILE=/etc/hyperledger/tls/cert.pem + - CORE_PEER_TLS_ROOTCERT_FILE=/etc/hyperledger/tls/ca-cert.pem + # the following setting starts chaincode containers on the same + # bridge network as the peers + # https://docs.docker.com/compose/networking/ + - CORE_VM_DOCKER_HOSTCONFIG_NETWORKMODE=composer_default + working_dir: /opt/gopath/src/github.com/hyperledger/fabric + command: peer node start --peer-defaultchain=false + ports: + - 7056:7051 + - 7058:7053 + volumes: + - /var/run/:/host/var/run/ + - ./:/etc/hyperledger/configtx + - ./crypto-config/peerOrganizations/peerOrg1/peers/peerOrg1Peer2/:/etc/hyperledger/msp/peer + depends_on: + - orderer0 + - peer0 diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/mychannel.tx b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/mychannel.tx new file mode 100644 index 0000000000000000000000000000000000000000..1be55d7f7298837bb60336f0c2244f2eddc6d210 GIT binary patch literal 9840 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 X_kQ#*pZ)CDk=K%`6PUZHx;gzHlX1Fy literal 0 HcmV?d00001 diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/twoorgs.orderer.block b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/composer/twoorgs.orderer.block new file mode 100644 index 0000000000000000000000000000000000000000..5f018952e6300145724a03a37d3ad989d9107ee9 GIT binary patch literal 9821 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 usTC{5gLyvk=ZlM9ct!)=b~I ~/.composer-connection-profiles/hlfv1/connection.json +{ + "type": "hlfv1", + "orderers": [ + { "url" : "grpc://localhost:7050" } + ], + "ca": "http://localhost:7054", + "peers": [ + { + "requestURL": "grpc://localhost:7051", + "eventURL": "grpc://localhost:7053" + }, + { + "requestURL": "grpc://localhost:7056", + "eventURL": "grpc://localhost:7058" + } + ], + "keyValStore": "${HOME}/.hfc-key-store", + "channel": "mychannel", + "mspID": "Org1MSP", + "deployWaitTime": "300", + "invokeWaitTime": "100" +} +EOF +echo "Hyperledger Composer profile has been created for the Hyperledger Fabric v1.0 instance" diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/downloadFabric.sh b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/downloadFabric.sh new file mode 100755 index 0000000000..8ab25558e4 --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/downloadFabric.sh @@ -0,0 +1,14 @@ +#!/bin/bash + +# Exit on first error, print all commands. +set -ev + +# Grab the current directory. +DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" + +# Pull and tag the latest Hyperledger Fabric base image. +docker pull hyperledger/fabric-peer:x86_64-1.0.0-alpha +docker pull hyperledger/fabric-ca:x86_64-1.0.0-alpha +docker pull hyperledger/fabric-ccenv:x86_64-1.0.0-alpha +docker pull hyperledger/fabric-orderer:x86_64-1.0.0-alpha +docker pull hyperledger/fabric-couchdb:x86_64-1.0.0-alpha diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/startFabric.sh b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/startFabric.sh new file mode 100755 index 0000000000..da002510cc --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/startFabric.sh @@ -0,0 +1,32 @@ +#!/bin/bash + +# Exit on first error, print all commands. +set -ev + +# Grab the current directorydirectory. +DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" + +# +cd "${DIR}"/composer + +docker-compose -f "${DIR}"/composer/docker-compose.yml down +docker-compose -f "${DIR}"/composer/docker-compose.yml up -d + +# wait for Hyperledger Fabric to start +# incase of errors when running later commands, issue export FABRIC_START_TIMEOUT= +echo ${FABRIC_START_TIMEOUT} +sleep ${FABRIC_START_TIMEOUT} + +# Create the channel on peer0. +docker exec peer0 peer channel create -o orderer0:7050 -c mychannel -f /etc/hyperledger/configtx/mychannel.tx + +# Join peer0 to the channel. +docker exec peer0 peer channel join -b mychannel.block + +# Fetch the channel block on peer1. +docker exec peer1 peer channel fetch -o orderer0:7050 -c mychannel + +# Join peer1 to the channel. +docker exec peer1 peer channel join -b mychannel.block + +cd ../.. diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/stopFabric.sh b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/stopFabric.sh new file mode 100755 index 0000000000..ebe1e307b4 --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/stopFabric.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +# Exit on first error, print all commands. +set -ev + +# Grab the current directorydirectory. +DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" + +# Shut down the Docker containers that might be currently running. +cd "${DIR}"/composer +docker-compose -f "${DIR}"/composer/docker-compose.yml stop diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/teardownFabric.sh b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/teardownFabric.sh new file mode 100755 index 0000000000..d539815f7f --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/fabric-scripts/hlfv1/teardownFabric.sh @@ -0,0 +1,17 @@ +#!/bin/bash + +# Exit on first error, print all commands. +set -ev + +# Grab the current directory. +DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" + +# Shut down the Docker containers for the system tests. +cd "${DIR}"/composer +docker-compose -f docker-compose.yml kill && docker-compose -f docker-compose.yml down + +# remove the local state +#rm -rf ~/.composer-connection-profiles/hlfv1 +#rm -f ~/.hfc-key-store/* + +# Your system is now clean diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/package.json b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/package.json new file mode 100644 index 0000000000..09691d80db --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/package.json @@ -0,0 +1,26 @@ +{ + "name": "fabric-dev-servers", + "version": "0.0.3", + "description": "Helper Scripts to start Hyperledger Fabric v0.6 and v1.0 for development/test purposes", + "private": true, + "author": "Hyperledger", + "license": "Apache-2", + "keywords": [ + "Blockchain", + "Solutions" + ], + "dependencies": { + "fabric-ca-client": "1.0.0-alpha.1", + "fabric-client": "1.0.0-alpha.1", + "homedir": "^0.6.0" + }, + "scripts": { + "build-archives": "gulp --gulpfile .travis/gulp.js" + }, + "devDependencies": { + "gulp": "^3.9.1", + "gulp-gzip": "^1.4.0", + "gulp-tar": "^1.9.0", + "gulp-zip": "^4.0.0" + } +} diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/startFabric.sh b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/startFabric.sh new file mode 100755 index 0000000000..1662891fb2 --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/startFabric.sh @@ -0,0 +1,7 @@ +#!/bin/bash +source "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"/_loader.sh + +#DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" +#npm install --prefix "${DIR}" + +#source "${DIR}"/_loader.sh diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/stopFabric.sh b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/stopFabric.sh new file mode 100755 index 0000000000..c2e3e3b3fe --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/stopFabric.sh @@ -0,0 +1,2 @@ +#!/bin/bash +source "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"/_loader.sh diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/teardownAllDocker.sh b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/teardownAllDocker.sh new file mode 100755 index 0000000000..b28dc96df9 --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/teardownAllDocker.sh @@ -0,0 +1,43 @@ +#!/bin/bash + +# BASH function that kill and remove the running containers +function stop() +{ + +P1=$(docker ps -q) +if [ "${P1}" != "" ]; then + echo "Killing all running containers" &2> /dev/null + docker kill ${P1} +fi + +P2=$(docker ps -aq) +if [ "${P2}" != "" ]; then + echo "Removing all containers" &2> /dev/null + docker rm ${P2} -f +fi +} + +# Function to remove the images as well +function remove() +{ +P=$(docker images dev-* -q) +if [ "${P}" != "" ]; then + echo "Removing images" &2> /dev/null + docker rmi ${P} -f +fi +} + +echo "For all Docker containers or images (not just Hyperledger Fabric and Composer)" +echo "1 - Kill and remove only the containers" +echo "2 - Kill and remove the containers and remove all the downloaded images" +echo "3 - Quit and not do anything" +echo +PS3="Please select which option > " +options=("Kill & Remove" "Remove Images" "Quit") +select yn in "${options[@]}"; do + case $yn in + "Kill & Remove" ) stop; break;; + "Remove Images" ) stop; remove; break;; + "Quit" ) exit;; + esac +done diff --git a/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/teardownFabric.sh b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/teardownFabric.sh new file mode 100755 index 0000000000..c2e3e3b3fe --- /dev/null +++ b/packages/composer-website/jekylldocs/composer-data/fabric-dev-servers/teardownFabric.sh @@ -0,0 +1,2 @@ +#!/bin/bash +source "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"/_loader.sh diff --git a/packages/composer-website/jekylldocs/composer-data/mychannel.tx b/packages/composer-website/jekylldocs/composer-data/mychannel.tx new file mode 100644 index 0000000000000000000000000000000000000000..1be55d7f7298837bb60336f0c2244f2eddc6d210 GIT binary patch literal 9840 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 X_kQ#*pZ)CDk=K%`6PUZHx;gzHlX1Fy literal 0 HcmV?d00001 diff --git a/packages/composer-website/jekylldocs/composer-data/twoorgs.orderer.block b/packages/composer-website/jekylldocs/composer-data/twoorgs.orderer.block new file mode 100644 index 0000000000000000000000000000000000000000..5f018952e6300145724a03a37d3ad989d9107ee9 GIT binary patch literal 9821 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 literal 0 HcmV?d00001 diff --git a/packages/composer-website/jekylldocs/install-hlfv1-unstable.sh b/packages/composer-website/jekylldocs/install-hlfv1-unstable.sh index 5495a756ef6d30b5747b81951c64178a78a74447..451163b6d9a4f3ce07cc3b497270657933d0a67e 100644 GIT binary patch delta 28047 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 delta 27956 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%0DX^n%%Vd~`s=gYMb{#Xt#+RA9m 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 KM Date: Fri, 16 Jun 2017 16:51:08 +0100 Subject: [PATCH 05/18] first pass --- packages/composer-common/lib/factory.js | 1 - .../lib/introspect/modelfile.js | 12 ++++-- packages/composer-common/lib/modelmanager.js | 13 ++++-- packages/composer-common/models/system.cto | 15 ++++--- .../lib/hlfconnection.js | 2 +- packages/composer-runtime/lib/engine.js | 40 ++++++++++++++----- 6 files changed, 56 insertions(+), 27 deletions(-) diff --git a/packages/composer-common/lib/factory.js b/packages/composer-common/lib/factory.js index 3a09dee928..fa78dddc08 100644 --- a/packages/composer-common/lib/factory.js +++ b/packages/composer-common/lib/factory.js @@ -106,7 +106,6 @@ class Factory { } let modelFile = this.modelManager.getModelFile(ns); - console.log(modelFile); if(!modelFile) { let formatter = Globalize.messageFormatter('factory-newinstance-notregisteredwithmm'); throw new Error(formatter({ diff --git a/packages/composer-common/lib/introspect/modelfile.js b/packages/composer-common/lib/introspect/modelfile.js index 8af1a00955..fa8926ce51 100644 --- a/packages/composer-common/lib/introspect/modelfile.js +++ b/packages/composer-common/lib/introspect/modelfile.js @@ -84,12 +84,15 @@ class ModelFile { let decorate = false; let systemNamespace = ModelUtil.getSystemNamespace(); if(this.namespace !== systemNamespace) { - this.imports.unshift(systemNamespace + '.Asset'); + this.imports.unshift(systemNamespace + '._cst_Asset'); + this.imports.unshift(systemNamespace + '._cst_Participant'); + this.imports.unshift(systemNamespace + '._cst_Event'); + this.imports.unshift(systemNamespace + '._cst_Transaction'); decorate = true; } // console.log('\n========\n Parsed AST for the model file '); // console.log(util.inspect(this.ast,{ depth: 7, colors: true, })); - + // console.log('\n========\n'); for(let n=0; n < this.ast.body.length; n++ ) { let thing = this.ast.body[n]; @@ -100,16 +103,19 @@ class ModelFile { } if(thing.type === 'AssetDeclaration') { - if (decorate){thing.classExtension = { type: 'ClassExtension', class: { type: 'Identifier', name: 'Asset' } }; } + if (decorate){thing.classExtension = { type: 'ClassExtension', class: { type: 'Identifier', name: '_cst_Asset' } }; } this.declarations.push( new AssetDeclaration(this, thing) ); } else if(thing.type === 'TransactionDeclaration') { + if (decorate){thing.classExtension = { type: 'ClassExtension', class: { type: 'Identifier', name: '_cst_Transaction' } }; } this.declarations.push( new TransactionDeclaration(this, thing) ); } else if(thing.type === 'EventDeclaration') { + if (decorate){thing.classExtension = { type: 'ClassExtension', class: { type: 'Identifier', name: '_cst_Event' } }; } this.declarations.push( new EventDeclaration(this, thing) ); } else if(thing.type === 'ParticipantDeclaration') { + if (decorate){thing.classExtension = { type: 'ClassExtension', class: { type: 'Identifier', name: '_cst_Participant' } }; } this.declarations.push( new ParticipantDeclaration(this, thing) ); } else if(thing.type === 'EnumDeclaration') { diff --git a/packages/composer-common/lib/modelmanager.js b/packages/composer-common/lib/modelmanager.js index bd09b44393..0931d37761 100644 --- a/packages/composer-common/lib/modelmanager.js +++ b/packages/composer-common/lib/modelmanager.js @@ -24,7 +24,7 @@ const ModelFile = require('./introspect/modelfile'); const ENCODING = 'utf8'; -const LOG = require('./log/logger').getLog('common/ModelManager'); +const LOG = require('./log/logger').getLog('ModelManager'); // const util = require('util'); /** @@ -55,6 +55,7 @@ class ModelManager { *

*/ constructor() { + LOG.entry('constructor'); this.modelFiles = {}; let systemModelPath = path.join(path.dirname(__filename), '../models/system.cto'); @@ -62,7 +63,7 @@ class ModelManager { let systemModelContents = fs.readFileSync(systemModelPath, ENCODING); // console.log(systemModelContents); this.addModelFile(systemModelContents); - LOG.info('constructor','Loaded the core types'); + LOG.exit('constructor'); } /** @@ -182,7 +183,7 @@ class ModelManager { */ addModelFiles(modelFiles, fileNames) { const NAME = 'addModelFiles'; - LOG.info(NAME,'addModelFiles',modelFiles,fileNames); + LOG.entry(NAME,'addModelFiles',modelFiles,fileNames); const originalModelFiles = {}; Object.assign(originalModelFiles, this.modelFiles); let newModelFiles = []; @@ -206,7 +207,7 @@ class ModelManager { newModelFiles.push(modelFile); } } - // console.log('===== Model files'); + // console.log(util.inspect(this.modelFiles,{ depth: 7 , colors: true, })); @@ -218,6 +219,8 @@ class ModelManager { // let's go and retrofit the model to make sure all is good // make sure that models are all correctly/ // temp workaround until system models in place + LOG.info(NAME,'retofitting the model files now'); + for (let ns in this.modelFiles) { if (! this.modelFiles[ns] === undefined) { this.modelFiles[ns].retrofit(); @@ -232,6 +235,8 @@ class ModelManager { this.modelFiles = {}; Object.assign(this.modelFiles, originalModelFiles); throw err; + } finally{ + LOG.exit(NAME,newModelFiles); } } diff --git a/packages/composer-common/models/system.cto b/packages/composer-common/models/system.cto index 936fa48b96..9c1bb205fe 100644 --- a/packages/composer-common/models/system.cto +++ b/packages/composer-common/models/system.cto @@ -20,24 +20,24 @@ namespace org.hyperledger.composer.system /** * Implicit super-type for all Assets */ -abstract asset Asset { - o String superNotes +abstract asset _cst_Asset { + o String superNotes optional } /** * Implicit super-type for all Participants */ -abstract participant Participant { - o String superNotes +abstract participant _cst_Participant { + o String superNotes optional } /** * Implicit super-type for all Transactions */ -abstract transaction Transaction identified by transactionID { +abstract transaction _cst_Transaction identified by transactionID { o String transactionID o DateTime timestamp - o String superNotes + o String superNotes optional } /** @@ -45,7 +45,6 @@ abstract transaction Transaction identified by transactionID { --> Transaction transaction */ -abstract event Event identified by eventID { +abstract event _cst_Event identified by eventID { o String eventID - } diff --git a/packages/composer-connector-hlfv1/lib/hlfconnection.js b/packages/composer-connector-hlfv1/lib/hlfconnection.js index b23e777d31..8df80f8745 100644 --- a/packages/composer-connector-hlfv1/lib/hlfconnection.js +++ b/packages/composer-connector-hlfv1/lib/hlfconnection.js @@ -503,7 +503,7 @@ class HLFConnection extends Connection { }) .catch((error) => { const newError = new Error('error trying deploy. ' + error); - LOG.error(method, newError); + LOG.error(method, error); throw newError; }); diff --git a/packages/composer-runtime/lib/engine.js b/packages/composer-runtime/lib/engine.js index ac4c0b5742..e2624b6622 100644 --- a/packages/composer-runtime/lib/engine.js +++ b/packages/composer-runtime/lib/engine.js @@ -36,8 +36,12 @@ class Engine { constructor(container) { this.container = container; this.installLogger(); - const method = 'constructor'; + const method = 'constructor-b'; LOG.entry(method); + +// print('@JS == Extra information - rid:005'); +// print('@JS == '+JSON.stringify(LOG)); + LOG.exit(method); } @@ -84,7 +88,7 @@ class Engine { } }; Logger.setFunctionalLogger(loggingProxy); - Logger._envDebug = 'concerto:*'; + Logger._envDebug = 'composer:*'; } /** @@ -97,6 +101,8 @@ class Engine { */ init(context, fcn, args) { const method = 'init'; + print('init'); + LOG.entry(method); LOG.entry(method, context, fcn, args); if (fcn !== 'init') { throw new Error(util.format('Unsupported function "%s" with arguments "%j"', fcn, args)); @@ -106,6 +112,9 @@ class Engine { let dataService = context.getDataService(); let businessNetworkBase64, businessNetworkHash, businessNetworkRecord, businessNetworkDefinition, compiledScriptBundle; let sysregistries, sysidentities; + // print('init:1'); + // print('@JS == '+LOG); + // LOG.info(method,'1'); return Promise.resolve() .then(() => { @@ -116,6 +125,8 @@ class Engine { .then(() => { // Load, validate, and hash the business network definition. + // print('init:2'); + // print('@JS == '+LOG); LOG.debug(method, 'Loading business network definition'); businessNetworkBase64 = args[0]; let businessNetworkArchive = Buffer.from(businessNetworkBase64, 'base64'); @@ -129,23 +140,29 @@ class Engine { hash: businessNetworkHash }; + // print('init:3'); // Load the business network. businessNetworkDefinition = Context.getCachedBusinessNetwork(businessNetworkHash); if (!businessNetworkDefinition) { + // print('init:4'); + // print('@JS == '+JSON.stringify(LOG)); + // print('init - '+BusinessNetworkDefinition); + return BusinessNetworkDefinition.fromArchive(businessNetworkArchive) .then((businessNetworkDefinition_) => { - + // print('init:5'); // Cache the business network. businessNetworkDefinition = businessNetworkDefinition_; LOG.debug(method, 'Loaded business network definition, storing in cache'); Context.cacheBusinessNetwork(businessNetworkHash, businessNetworkDefinition); - + // print('init:6'); }); + // print('init:4 after'); } }) .then(() => { - + // print('init:7'); // Load the compiled script bundle. compiledScriptBundle = Context.getCachedCompiledScriptBundle(businessNetworkHash); if (!compiledScriptBundle) { @@ -171,13 +188,13 @@ class Engine { }) .then((sysdata) => { - + // print('init:8'); // Add the business network definition to the sysdata collection. return sysdata.add('businessnetwork', businessNetworkRecord); }) .then(() => { - + // print('init:9'); // Ensure that the system registries collection exists. LOG.debug(method, 'Ensuring that sysregistries collection exists'); return dataService.getCollection('$sysregistries') @@ -195,7 +212,7 @@ class Engine { }) .then(() => { - + // print('init:10'); // Ensure that the system identities collection exists. LOG.debug(method, 'Ensuring that sysidentities collection exists'); return dataService.getCollection('$sysidentities') @@ -213,7 +230,7 @@ class Engine { }) .then(() => { - + // print('init:12'); // Initialize the context. LOG.debug(method, 'Initializing context'); return context.initialize({ @@ -225,7 +242,7 @@ class Engine { }) .then(() => { - + print('init:14'); // Create all the default registries for each asset and participant type. LOG.debug(method, 'Creating default registries'); let registryManager = context.getRegistryManager(); @@ -248,6 +265,7 @@ class Engine { }) .then(() => { + // print('init:15'); return context.transactionPrepare() .then(() => { return context.transactionCommit(); @@ -257,6 +275,7 @@ class Engine { }); }) .catch((error) => { + // print('init:4 ' + error); LOG.error(method, 'Caught error, rethrowing', error); return context.transactionRollback() .then(() => { @@ -267,6 +286,7 @@ class Engine { }); }) .then(() => { + // print('init:exit'); LOG.exit(method); }); } From 81c572ea7c8a4d3cb68ec32b3c5cefbdb2b3c4a5 Mon Sep 17 00:00:00 2001 From: caroline-church Date: Mon, 19 Jun 2017 12:54:52 +0100 Subject: [PATCH 06/18] Add Various Tests (#1311) Added tests to add-connection-profile Updated tests for connection-profile Updated tests for connection-profile-data Updated tests for basic models --- packages/composer-playground/.istanbul.yml | 2 +- .../add-connection-profile.component.spec.ts | 115 ++++++++++++++++-- .../confirm/confirm.component.spec.ts | 13 +- .../error/error.component.spec.ts | 44 ++++--- .../replace-confirm.component.spec.ts | 6 +- .../success/success.component.spec.ts | 2 - .../connection-profile-data.component.spec.ts | 2 + .../connection-profile.component.spec.ts | 5 +- 8 files changed, 146 insertions(+), 43 deletions(-) diff --git a/packages/composer-playground/.istanbul.yml b/packages/composer-playground/.istanbul.yml index 6552b9186e..b2fb3432c1 100644 --- a/packages/composer-playground/.istanbul.yml +++ b/packages/composer-playground/.istanbul.yml @@ -7,6 +7,6 @@ instrumentation: check: global: statements: 98 - branches: 91 + branches: 93 functions: 96 lines: 98 diff --git a/packages/composer-playground/src/app/add-connection-profile/add-connection-profile.component.spec.ts b/packages/composer-playground/src/app/add-connection-profile/add-connection-profile.component.spec.ts index 6d0e5c5653..96e4cb73bb 100644 --- a/packages/composer-playground/src/app/add-connection-profile/add-connection-profile.component.spec.ts +++ b/packages/composer-playground/src/app/add-connection-profile/add-connection-profile.component.spec.ts @@ -504,8 +504,6 @@ describe('AddConnectionProfileComponent', () => { }); describe('#addConnectionProfile', () => { - - let mockModal; let mockModalSpy; beforeEach(inject([NgbActiveModal], (activeModal: NgbActiveModal) => { @@ -529,8 +527,7 @@ describe('AddConnectionProfileComponent', () => { component['addConnectionProfileTimeout'] = TIMEOUT; })); - it('should deal with the version being 0.6 and a certificate', fakeAsync(() => { - let mockUpdate = sandbox.stub(component, 'updateConnectionProfiles').returns(Promise.resolve()); + it('should deal with the version being 0.6 and a certificate', () => { let EXP = { default: false, name: 'New Profile', @@ -551,10 +548,34 @@ describe('AddConnectionProfileComponent', () => { component['version'] = 'v06'; component.addConnectionProfile(); mockModalSpy.should.have.been.calledWith(EXP); - })); + }); - it('should deal with the version being 1', fakeAsync(() => { - let mockUpdate = sandbox.stub(component, 'updateConnectionProfiles').returns(Promise.resolve()); + it('should deal with the version being 0.6 and without a certificate', () => { + component['addConnectionProfileCertificate'] = null; + + let EXP = { + default: false, + name: 'New Profile', + profile: { + certificate: null, + certificatePath: CERT_PATH, + deployWaitTime: DEPLOY_TIME, + description: DESC, + eventHubURL: EH_URL, + invokeWaitTime: WAIT_TIME, + keyValStore: KEY_VAL_STORE, + membershipServicesURL: MS_URL, + peerURL: PEER_URL, + type: 'hlf' + } + }; + + component['version'] = 'v06'; + component.addConnectionProfile(); + mockModalSpy.should.have.been.calledWith(EXP); + }); + + it('should deal with the version being 1', () => { let EXP = { default: false, name: 'New Profile', @@ -574,15 +595,89 @@ describe('AddConnectionProfileComponent', () => { component['version'] = 'v1'; component.addConnectionProfile(); mockModalSpy.should.have.been.calledWith(EXP); - })); + }); + + it('should deal with the version being 0.6 and with a certificate just whitespace', () => { + component['addConnectionProfileCertificate'] = ' '; + + let EXP = { + default: false, + name: 'New Profile', + profile: { + certificate: ' ', + certificatePath: CERT_PATH, + deployWaitTime: DEPLOY_TIME, + description: DESC, + eventHubURL: EH_URL, + invokeWaitTime: WAIT_TIME, + keyValStore: KEY_VAL_STORE, + membershipServicesURL: MS_URL, + peerURL: PEER_URL, + type: 'hlf' + } + }; + + component['version'] = 'v06'; + component.addConnectionProfile(); + mockModalSpy.should.have.been.calledWith(EXP); + }); + + it('should deal with the version being 0.6 and with a certificate with new line char', () => { + component['addConnectionProfileCertificate'] = 'bob \n'; + + let EXP = { + default: false, + name: 'New Profile', + profile: { + certificate: 'bob \n', + certificatePath: CERT_PATH, + deployWaitTime: DEPLOY_TIME, + description: DESC, + eventHubURL: EH_URL, + invokeWaitTime: WAIT_TIME, + keyValStore: KEY_VAL_STORE, + membershipServicesURL: MS_URL, + peerURL: PEER_URL, + type: 'hlf' + } + }; + + component['version'] = 'v06'; + component.addConnectionProfile(); + mockModalSpy.should.have.been.calledWith(EXP); + }); + + it('should deal with the version being 1 with object orderers', () => { + component['addConnectionProfileOrderers'] = [{url: 'http://localhost', cert: 'bob', hostnameOverride: ''}]; + + let EXP = { + default: false, + name: 'New Profile', + profile: { + ca: CA, + channel: CHANNEL, + timeout: TIMEOUT, + description: DESC, + keyValStore: KEY_VAL_STORE, + mspID: MSPID, + orderers: [{url: 'http://localhost', cert: 'bob', hostnameOverride: ''}], + peers: PEERS, + type: 'hlfv1' + } + }; + + component['version'] = 'v1'; + component.addConnectionProfile(); + mockModalSpy.should.have.been.calledWith(EXP); + }); - it('should deal with an invalid version', fakeAsync(() => { + it('should deal with an invalid version', () => { try { component['version'] = 'badversion'; component.addConnectionProfile(); } catch (e) { e.message.should.contain('Unknown connection profile version selected'); } - })); + }); }); }); diff --git a/packages/composer-playground/src/app/basic-modals/confirm/confirm.component.spec.ts b/packages/composer-playground/src/app/basic-modals/confirm/confirm.component.spec.ts index 35a47c8372..c63f2ace75 100644 --- a/packages/composer-playground/src/app/basic-modals/confirm/confirm.component.spec.ts +++ b/packages/composer-playground/src/app/basic-modals/confirm/confirm.component.spec.ts @@ -2,20 +2,25 @@ /* tslint:disable:no-unused-expression */ /* tslint:disable:no-var-requires */ /* tslint:disable:max-classes-per-file */ -import { async, ComponentFixture, TestBed } from '@angular/core/testing'; -import { By } from '@angular/platform-browser'; -import { DebugElement } from '@angular/core'; +import { ComponentFixture, TestBed } from '@angular/core/testing'; import { ConfirmComponent } from './confirm.component'; import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap'; +import * as sinon from 'sinon'; +import * as chai from 'chai'; + +let should = chai.should(); + describe('ConfirmComponent', () => { let component: ConfirmComponent; let fixture: ComponentFixture; + let mockActiveModal = sinon.createStubInstance(NgbActiveModal); + beforeEach(() => { TestBed.configureTestingModule({ declarations: [ConfirmComponent], - providers: [NgbActiveModal] + providers: [{provide: NgbActiveModal, useValue: mockActiveModal}] }); fixture = TestBed.createComponent(ConfirmComponent); component = fixture.componentInstance; diff --git a/packages/composer-playground/src/app/basic-modals/error/error.component.spec.ts b/packages/composer-playground/src/app/basic-modals/error/error.component.spec.ts index 503c2cac04..af10fdeb5e 100644 --- a/packages/composer-playground/src/app/basic-modals/error/error.component.spec.ts +++ b/packages/composer-playground/src/app/basic-modals/error/error.component.spec.ts @@ -1,28 +1,32 @@ /* tslint:disable:no-unused-variable */ -import { async, ComponentFixture, TestBed } from '@angular/core/testing'; -import { By } from '@angular/platform-browser'; -import { DebugElement } from '@angular/core'; - +/* tslint:disable:no-unused-expression */ +/* tslint:disable:no-var-requires */ +/* tslint:disable:max-classes-per-file */ +import { ComponentFixture, TestBed } from '@angular/core/testing'; import { ErrorComponent } from './error.component'; +import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap'; + +import * as sinon from 'sinon'; +import * as chai from 'chai'; + +let should = chai.should(); describe('ErrorComponent', () => { - // let component: ErrorComponent; - // let fixture: ComponentFixture; + let component: ErrorComponent; + let fixture: ComponentFixture; - // beforeEach(async(() => { - // TestBed.configureTestingModule({ - // declarations: [ ErrorComponent ] - // }) - // .compileComponents(); - // })); + let mockActiveModal = sinon.createStubInstance(NgbActiveModal); - // beforeEach(() => { - // fixture = TestBed.createComponent(ErrorComponent); - // component = fixture.componentInstance; - // fixture.detectChanges(); - // }); + beforeEach(() => { + TestBed.configureTestingModule({ + declarations: [ErrorComponent], + providers: [{provide: NgbActiveModal, useValue: mockActiveModal}] + }); + fixture = TestBed.createComponent(ErrorComponent); + component = fixture.componentInstance; + }); - // it('should create', () => { - // expect(component).toBeTruthy(); - // }); + it('should create', () => { + component.should.be.ok; + }); }); diff --git a/packages/composer-playground/src/app/basic-modals/replace-confirm/replace-confirm.component.spec.ts b/packages/composer-playground/src/app/basic-modals/replace-confirm/replace-confirm.component.spec.ts index 12612cb5e7..feb2448792 100644 --- a/packages/composer-playground/src/app/basic-modals/replace-confirm/replace-confirm.component.spec.ts +++ b/packages/composer-playground/src/app/basic-modals/replace-confirm/replace-confirm.component.spec.ts @@ -2,9 +2,7 @@ /* tslint:disable:no-unused-expression */ /* tslint:disable:no-var-requires */ /* tslint:disable:max-classes-per-file */ -import { async, ComponentFixture, TestBed, fakeAsync, tick } from '@angular/core/testing'; -import { By } from '@angular/platform-browser'; -import { DebugElement } from '@angular/core'; +import { ComponentFixture, TestBed } from '@angular/core/testing'; import { ReplaceComponent } from './replace-confirm.component'; import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap'; @@ -22,7 +20,7 @@ describe('ReplaceComponent', () => { beforeEach(() => { TestBed.configureTestingModule({ declarations: [ReplaceComponent], - providers: [ {provide: NgbActiveModal, useValue: mockActiveModal} ] + providers: [{provide: NgbActiveModal, useValue: mockActiveModal}] }); fixture = TestBed.createComponent(ReplaceComponent); component = fixture.componentInstance; diff --git a/packages/composer-playground/src/app/basic-modals/success/success.component.spec.ts b/packages/composer-playground/src/app/basic-modals/success/success.component.spec.ts index 40c79a4c87..c40c2f8102 100644 --- a/packages/composer-playground/src/app/basic-modals/success/success.component.spec.ts +++ b/packages/composer-playground/src/app/basic-modals/success/success.component.spec.ts @@ -1,6 +1,5 @@ /* tslint:disable:no-unused-expression */ import { ComponentFixture, TestBed, inject, fakeAsync, tick } from '@angular/core/testing'; -import { Directive, EventEmitter, Output, Input } from '@angular/core'; import { SuccessComponent } from './success.component'; import { AlertService } from '../../services/alert.service'; @@ -11,7 +10,6 @@ let should = chai.should(); describe('SuccessComponent', () => { let component: SuccessComponent; let fixture: ComponentFixture; - let mockAlertConfig; let messageTimeout = 4000; diff --git a/packages/composer-playground/src/app/connection-profile-data/connection-profile-data.component.spec.ts b/packages/composer-playground/src/app/connection-profile-data/connection-profile-data.component.spec.ts index 367a9a94e8..4162d1f363 100644 --- a/packages/composer-playground/src/app/connection-profile-data/connection-profile-data.component.spec.ts +++ b/packages/composer-playground/src/app/connection-profile-data/connection-profile-data.component.spec.ts @@ -257,6 +257,8 @@ describe('ConnectionProfileDataComponent', () => { (() => { component.startEditing(); }).should.throw('Unknown connection profile type'); + + mockOnValueChanged.should.not.have.been.called; }); }); diff --git a/packages/composer-playground/src/app/connection-profile/connection-profile.component.spec.ts b/packages/composer-playground/src/app/connection-profile/connection-profile.component.spec.ts index 5ed16bfdaf..ea273cf6b9 100644 --- a/packages/composer-playground/src/app/connection-profile/connection-profile.component.spec.ts +++ b/packages/composer-playground/src/app/connection-profile/connection-profile.component.spec.ts @@ -228,12 +228,13 @@ describe('ConnectionProfileComponent', () => { component['previousConnectionProfile'] = {name : 'New Connection Profile'}; mockConnectionProfileService.getCurrentConnectionProfile.returns('bob'); - component['connectionProfiles'] = [{name : 'bob'}]; + component['connectionProfiles'] = [{name : 'fred'}, {name : 'bob'}]; let mockUpdateConnectionProfiles = sinon.stub(component, 'updateConnectionProfiles'); let mockSetCurrentProfile = sinon.stub(component, 'setCurrentProfile'); - component.profileUpdated({updated: true, connectionProfile: {name : 'bob'}}); + component.profileUpdated(null); mockUpdateConnectionProfiles.should.not.have.been.called; + mockSetCurrentProfile.should.have.been.calledOnce; mockSetCurrentProfile.should.have.been.calledWith({name : 'bob'}); }); }); From 7a6b0ccc7f7b3ff55e410d5d9df542e22e360d45 Mon Sep 17 00:00:00 2001 From: Daniel Selman Date: Mon, 19 Jun 2017 14:38:48 +0100 Subject: [PATCH 07/18] Grammar, parser and model for queries (#1305) * Fixed broken links in docs * Workin in progress changes for query DSL * wip * wip * unit testing --- packages/composer-common/.eslintignore | 1 + packages/composer-common/lib/query/orderby.js | 108 + packages/composer-common/lib/query/parser.js | 14498 ++++++++++++++++ .../composer-common/lib/query/parser.pegjs | 1527 ++ packages/composer-common/lib/query/query.js | 122 + .../composer-common/lib/query/queryfile.js | 129 + packages/composer-common/lib/query/select.js | 194 + packages/composer-common/lib/query/sort.js | 125 + packages/composer-common/lib/query/where.js | 98 + .../lib/tools/modelcollector.js | 187 - packages/composer-common/package.json | 3 +- .../composer-common/test/query/invalid.qry | 3 + packages/composer-common/test/query/model.cto | 28 + .../composer-common/test/query/queryfile.js | 137 + packages/composer-common/test/query/select.js | 129 + packages/composer-common/test/query/test.qry | 145 + 16 files changed, 17246 insertions(+), 188 deletions(-) create mode 100644 packages/composer-common/lib/query/orderby.js create mode 100644 packages/composer-common/lib/query/parser.js create mode 100644 packages/composer-common/lib/query/parser.pegjs create mode 100644 packages/composer-common/lib/query/query.js create mode 100644 packages/composer-common/lib/query/queryfile.js create mode 100644 packages/composer-common/lib/query/select.js create mode 100644 packages/composer-common/lib/query/sort.js create mode 100644 packages/composer-common/lib/query/where.js delete mode 100644 packages/composer-common/lib/tools/modelcollector.js create mode 100644 packages/composer-common/test/query/invalid.qry create mode 100644 packages/composer-common/test/query/model.cto create mode 100644 packages/composer-common/test/query/queryfile.js create mode 100644 packages/composer-common/test/query/select.js create mode 100644 packages/composer-common/test/query/test.qry diff --git a/packages/composer-common/.eslintignore b/packages/composer-common/.eslintignore index f4e3708187..6487264051 100644 --- a/packages/composer-common/.eslintignore +++ b/packages/composer-common/.eslintignore @@ -3,4 +3,5 @@ node_modules out lib/introspect/parser.js lib/acl/parser.js +lib/query/parser.js test/data diff --git a/packages/composer-common/lib/query/orderby.js b/packages/composer-common/lib/query/orderby.js new file mode 100644 index 0000000000..d8334b7613 --- /dev/null +++ b/packages/composer-common/lib/query/orderby.js @@ -0,0 +1,108 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +'use strict'; + +const IllegalModelException = require('../introspect/illegalmodelexception'); +const Sort = require('./sort'); + +/** + * Defines the ORDER BY specification for a SELECT statement + * + * @private + * @class + * @memberof module:composer-common + */ +class OrderBy { + + /** + * Create an OrderBy from an Abstract Syntax Tree. The AST is the + * result of parsing. + * + * @param {Select} select - the Select for this order by + * @param {string} ast - the AST created by the parser + * @throws {IllegalModelException} + */ + constructor(select, ast) { + if(!select || !ast) { + throw new IllegalModelException('Invalid Select or AST'); + } + + this.ast = ast; + this.select = select; + this.process(); + } + + /** + * Visitor design pattern + * @param {Object} visitor - the visitor + * @param {Object} parameters - the parameter + * @return {Object} the result of visiting or null + * @private + */ + accept(visitor,parameters) { + return visitor.visit(this, parameters); + } + + /** + * Returns the Select that owns this OrderBy. + * + * @return {Select} the owning Select + */ + getSelect() { + return this.select; + } + + /** + * Process the AST and build the model + * + * @throws {IllegalModelException} + * @private + */ + process() { + this.sortCriteria = null; + + if(this.ast.sort) { + this.sortCriteria = []; + + for(let n=0; n < this.ast.sort.length; n++) { + this.sortCriteria.push( new Sort(this, this.ast.sort[n])); + } + } + } + + /** + * Semantic validation of the structure of this select. + * + * @throws {IllegalModelException} + * @private + */ + validate() { + // TODO (DCS) check that the fields we are sorting by exist! + } + + /** + * Returns a new object representing this Query that is + * suitable for serializing as JSON. + * @return {Object} A new object suitable for serializing as JSON. + */ + toJSON() { + let result = { + sortCriteria: this.sortCriteria.toJSON() + }; + return result; + } +} + +module.exports = OrderBy; diff --git a/packages/composer-common/lib/query/parser.js b/packages/composer-common/lib/query/parser.js new file mode 100644 index 0000000000..8e5cf26edb --- /dev/null +++ b/packages/composer-common/lib/query/parser.js @@ -0,0 +1,14498 @@ +module.exports = (function() { + "use strict"; + + /* + * Generated by PEG.js 0.9.0. + * + * http://pegjs.org/ + */ + + function peg$subclass(child, parent) { + function ctor() { this.constructor = child; } + ctor.prototype = parent.prototype; + child.prototype = new ctor(); + } + + function peg$SyntaxError(message, expected, found, location) { + this.message = message; + this.expected = expected; + this.found = found; + this.location = location; + this.name = "SyntaxError"; + + if (typeof Error.captureStackTrace === "function") { + Error.captureStackTrace(this, peg$SyntaxError); + } + } + + peg$subclass(peg$SyntaxError, Error); + + function peg$parse(input) { + var options = arguments.length > 1 ? arguments[1] : {}, + parser = this, + + peg$FAILED = {}, + + peg$startRuleFunctions = { Start: peg$parseStart }, + peg$startRuleFunction = peg$parseStart, + + peg$c0 = function(program) { return program; }, + peg$c1 = { type: "any", description: "any character" }, + peg$c2 = { type: "other", description: "whitespace" }, + peg$c3 = "\t", + peg$c4 = { type: "literal", value: "\t", description: "\"\\t\"" }, + peg$c5 = "\x0B", + peg$c6 = { type: "literal", value: "\x0B", description: "\"\\x0B\"" }, + peg$c7 = "\f", + peg$c8 = { type: "literal", value: "\f", description: "\"\\f\"" }, + peg$c9 = " ", + peg$c10 = { type: "literal", value: " ", description: "\" \"" }, + peg$c11 = "\xA0", + peg$c12 = { type: "literal", value: "\xA0", description: "\"\\xA0\"" }, + peg$c13 = "\uFEFF", + peg$c14 = { type: "literal", value: "\uFEFF", description: "\"\\uFEFF\"" }, + peg$c15 = /^[\n\r\u2028\u2029]/, + peg$c16 = { type: "class", value: "[\\n\\r\\u2028\\u2029]", description: "[\\n\\r\\u2028\\u2029]" }, + peg$c17 = { type: "other", description: "end of line" }, + peg$c18 = "\n", + peg$c19 = { type: "literal", value: "\n", description: "\"\\n\"" }, + peg$c20 = "\r\n", + peg$c21 = { type: "literal", value: "\r\n", description: "\"\\r\\n\"" }, + peg$c22 = "\r", + peg$c23 = { type: "literal", value: "\r", description: "\"\\r\"" }, + peg$c24 = "\u2028", + peg$c25 = { type: "literal", value: "\u2028", description: "\"\\u2028\"" }, + peg$c26 = "\u2029", + peg$c27 = { type: "literal", value: "\u2029", description: "\"\\u2029\"" }, + peg$c28 = { type: "other", description: "comment" }, + peg$c29 = "/*", + peg$c30 = { type: "literal", value: "/*", description: "\"/*\"" }, + peg$c31 = "*/", + peg$c32 = { type: "literal", value: "*/", description: "\"*/\"" }, + peg$c33 = "//", + peg$c34 = { type: "literal", value: "//", description: "\"//\"" }, + peg$c35 = function(name) { return name; }, + peg$c36 = { type: "other", description: "identifier" }, + peg$c37 = function(first, rest) { + return { + type: "Identifier", + name: first + rest.join("") + }; + }, + peg$c38 = "$", + peg$c39 = { type: "literal", value: "$", description: "\"$\"" }, + peg$c40 = "_", + peg$c41 = { type: "literal", value: "_", description: "\"_\"" }, + peg$c42 = "\\", + peg$c43 = { type: "literal", value: "\\", description: "\"\\\\\"" }, + peg$c44 = function(sequence) { return sequence; }, + peg$c45 = "\u200C", + peg$c46 = { type: "literal", value: "\u200C", description: "\"\\u200C\"" }, + peg$c47 = "\u200D", + peg$c48 = { type: "literal", value: "\u200D", description: "\"\\u200D\"" }, + peg$c49 = function() { return { type: "Literal", value: null }; }, + peg$c50 = function() { return { type: "Literal", value: true }; }, + peg$c51 = function() { return { type: "Literal", value: false }; }, + peg$c52 = { type: "other", description: "number" }, + peg$c53 = function(literal) { + return literal; + }, + peg$c54 = ".", + peg$c55 = { type: "literal", value: ".", description: "\".\"" }, + peg$c56 = function() { + return { type: "Literal", value: parseFloat(text()) }; + }, + peg$c57 = "0", + peg$c58 = { type: "literal", value: "0", description: "\"0\"" }, + peg$c59 = /^[0-9]/, + peg$c60 = { type: "class", value: "[0-9]", description: "[0-9]" }, + peg$c61 = /^[1-9]/, + peg$c62 = { type: "class", value: "[1-9]", description: "[1-9]" }, + peg$c63 = "e", + peg$c64 = { type: "literal", value: "e", description: "\"e\"" }, + peg$c65 = /^[+\-]/, + peg$c66 = { type: "class", value: "[+-]", description: "[+-]" }, + peg$c67 = "0x", + peg$c68 = { type: "literal", value: "0x", description: "\"0x\"" }, + peg$c69 = function(digits) { + return { type: "Literal", value: parseInt(digits, 16) }; + }, + peg$c70 = /^[0-9a-f]/i, + peg$c71 = { type: "class", value: "[0-9a-f]i", description: "[0-9a-f]i" }, + peg$c72 = { type: "other", description: "string" }, + peg$c73 = "\"", + peg$c74 = { type: "literal", value: "\"", description: "\"\\\"\"" }, + peg$c75 = function(chars) { + return { type: "Literal", value: chars.join("") }; + }, + peg$c76 = "'", + peg$c77 = { type: "literal", value: "'", description: "\"'\"" }, + peg$c78 = function() { return text(); }, + peg$c79 = function() { return ""; }, + peg$c80 = function() { return "\0"; }, + peg$c81 = "b", + peg$c82 = { type: "literal", value: "b", description: "\"b\"" }, + peg$c83 = function() { return "\b"; }, + peg$c84 = "f", + peg$c85 = { type: "literal", value: "f", description: "\"f\"" }, + peg$c86 = function() { return "\f"; }, + peg$c87 = "n", + peg$c88 = { type: "literal", value: "n", description: "\"n\"" }, + peg$c89 = function() { return "\n"; }, + peg$c90 = "r", + peg$c91 = { type: "literal", value: "r", description: "\"r\"" }, + peg$c92 = function() { return "\r"; }, + peg$c93 = "t", + peg$c94 = { type: "literal", value: "t", description: "\"t\"" }, + peg$c95 = function() { return "\t"; }, + peg$c96 = "v", + peg$c97 = { type: "literal", value: "v", description: "\"v\"" }, + peg$c98 = function() { return "\x0B"; }, + peg$c99 = "x", + peg$c100 = { type: "literal", value: "x", description: "\"x\"" }, + peg$c101 = "u", + peg$c102 = { type: "literal", value: "u", description: "\"u\"" }, + peg$c103 = function(digits) { + return String.fromCharCode(parseInt(digits, 16)); + }, + peg$c104 = { type: "other", description: "regular expression" }, + peg$c105 = "/", + peg$c106 = { type: "literal", value: "/", description: "\"/\"" }, + peg$c107 = function(pattern, flags) { + var value; + + try { + value = new RegExp(pattern, flags); + } catch (e) { + error(e.message); + } + + return { type: "Literal", value: value }; + }, + peg$c108 = /^[*\\\/[]/, + peg$c109 = { type: "class", value: "[*\\\\/[]", description: "[*\\\\/[]" }, + peg$c110 = /^[\\\/[]/, + peg$c111 = { type: "class", value: "[\\\\/[]", description: "[\\\\/[]" }, + peg$c112 = "[", + peg$c113 = { type: "literal", value: "[", description: "\"[\"" }, + peg$c114 = "]", + peg$c115 = { type: "literal", value: "]", description: "\"]\"" }, + peg$c116 = /^[\]\\]/, + peg$c117 = { type: "class", value: "[\\]\\\\]", description: "[\\]\\\\]" }, + peg$c118 = /^[a-z\xB5\xDF-\xF6\xF8-\xFF\u0101\u0103\u0105\u0107\u0109\u010B\u010D\u010F\u0111\u0113\u0115\u0117\u0119\u011B\u011D\u011F\u0121\u0123\u0125\u0127\u0129\u012B\u012D\u012F\u0131\u0133\u0135\u0137-\u0138\u013A\u013C\u013E\u0140\u0142\u0144\u0146\u0148-\u0149\u014B\u014D\u014F\u0151\u0153\u0155\u0157\u0159\u015B\u015D\u015F\u0161\u0163\u0165\u0167\u0169\u016B\u016D\u016F\u0171\u0173\u0175\u0177\u017A\u017C\u017E-\u0180\u0183\u0185\u0188\u018C-\u018D\u0192\u0195\u0199-\u019B\u019E\u01A1\u01A3\u01A5\u01A8\u01AA-\u01AB\u01AD\u01B0\u01B4\u01B6\u01B9-\u01BA\u01BD-\u01BF\u01C6\u01C9\u01CC\u01CE\u01D0\u01D2\u01D4\u01D6\u01D8\u01DA\u01DC-\u01DD\u01DF\u01E1\u01E3\u01E5\u01E7\u01E9\u01EB\u01ED\u01EF-\u01F0\u01F3\u01F5\u01F9\u01FB\u01FD\u01FF\u0201\u0203\u0205\u0207\u0209\u020B\u020D\u020F\u0211\u0213\u0215\u0217\u0219\u021B\u021D\u021F\u0221\u0223\u0225\u0227\u0229\u022B\u022D\u022F\u0231\u0233-\u0239\u023C\u023F-\u0240\u0242\u0247\u0249\u024B\u024D\u024F-\u0293\u0295-\u02AF\u0371\u0373\u0377\u037B-\u037D\u0390\u03AC-\u03CE\u03D0-\u03D1\u03D5-\u03D7\u03D9\u03DB\u03DD\u03DF\u03E1\u03E3\u03E5\u03E7\u03E9\u03EB\u03ED\u03EF-\u03F3\u03F5\u03F8\u03FB-\u03FC\u0430-\u045F\u0461\u0463\u0465\u0467\u0469\u046B\u046D\u046F\u0471\u0473\u0475\u0477\u0479\u047B\u047D\u047F\u0481\u048B\u048D\u048F\u0491\u0493\u0495\u0497\u0499\u049B\u049D\u049F\u04A1\u04A3\u04A5\u04A7\u04A9\u04AB\u04AD\u04AF\u04B1\u04B3\u04B5\u04B7\u04B9\u04BB\u04BD\u04BF\u04C2\u04C4\u04C6\u04C8\u04CA\u04CC\u04CE-\u04CF\u04D1\u04D3\u04D5\u04D7\u04D9\u04DB\u04DD\u04DF\u04E1\u04E3\u04E5\u04E7\u04E9\u04EB\u04ED\u04EF\u04F1\u04F3\u04F5\u04F7\u04F9\u04FB\u04FD\u04FF\u0501\u0503\u0505\u0507\u0509\u050B\u050D\u050F\u0511\u0513\u0515\u0517\u0519\u051B\u051D\u051F\u0521\u0523\u0525\u0527\u0529\u052B\u052D\u052F\u0561-\u0587\u13F8-\u13FD\u1D00-\u1D2B\u1D6B-\u1D77\u1D79-\u1D9A\u1E01\u1E03\u1E05\u1E07\u1E09\u1E0B\u1E0D\u1E0F\u1E11\u1E13\u1E15\u1E17\u1E19\u1E1B\u1E1D\u1E1F\u1E21\u1E23\u1E25\u1E27\u1E29\u1E2B\u1E2D\u1E2F\u1E31\u1E33\u1E35\u1E37\u1E39\u1E3B\u1E3D\u1E3F\u1E41\u1E43\u1E45\u1E47\u1E49\u1E4B\u1E4D\u1E4F\u1E51\u1E53\u1E55\u1E57\u1E59\u1E5B\u1E5D\u1E5F\u1E61\u1E63\u1E65\u1E67\u1E69\u1E6B\u1E6D\u1E6F\u1E71\u1E73\u1E75\u1E77\u1E79\u1E7B\u1E7D\u1E7F\u1E81\u1E83\u1E85\u1E87\u1E89\u1E8B\u1E8D\u1E8F\u1E91\u1E93\u1E95-\u1E9D\u1E9F\u1EA1\u1EA3\u1EA5\u1EA7\u1EA9\u1EAB\u1EAD\u1EAF\u1EB1\u1EB3\u1EB5\u1EB7\u1EB9\u1EBB\u1EBD\u1EBF\u1EC1\u1EC3\u1EC5\u1EC7\u1EC9\u1ECB\u1ECD\u1ECF\u1ED1\u1ED3\u1ED5\u1ED7\u1ED9\u1EDB\u1EDD\u1EDF\u1EE1\u1EE3\u1EE5\u1EE7\u1EE9\u1EEB\u1EED\u1EEF\u1EF1\u1EF3\u1EF5\u1EF7\u1EF9\u1EFB\u1EFD\u1EFF-\u1F07\u1F10-\u1F15\u1F20-\u1F27\u1F30-\u1F37\u1F40-\u1F45\u1F50-\u1F57\u1F60-\u1F67\u1F70-\u1F7D\u1F80-\u1F87\u1F90-\u1F97\u1FA0-\u1FA7\u1FB0-\u1FB4\u1FB6-\u1FB7\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FC7\u1FD0-\u1FD3\u1FD6-\u1FD7\u1FE0-\u1FE7\u1FF2-\u1FF4\u1FF6-\u1FF7\u210A\u210E-\u210F\u2113\u212F\u2134\u2139\u213C-\u213D\u2146-\u2149\u214E\u2184\u2C30-\u2C5E\u2C61\u2C65-\u2C66\u2C68\u2C6A\u2C6C\u2C71\u2C73-\u2C74\u2C76-\u2C7B\u2C81\u2C83\u2C85\u2C87\u2C89\u2C8B\u2C8D\u2C8F\u2C91\u2C93\u2C95\u2C97\u2C99\u2C9B\u2C9D\u2C9F\u2CA1\u2CA3\u2CA5\u2CA7\u2CA9\u2CAB\u2CAD\u2CAF\u2CB1\u2CB3\u2CB5\u2CB7\u2CB9\u2CBB\u2CBD\u2CBF\u2CC1\u2CC3\u2CC5\u2CC7\u2CC9\u2CCB\u2CCD\u2CCF\u2CD1\u2CD3\u2CD5\u2CD7\u2CD9\u2CDB\u2CDD\u2CDF\u2CE1\u2CE3-\u2CE4\u2CEC\u2CEE\u2CF3\u2D00-\u2D25\u2D27\u2D2D\uA641\uA643\uA645\uA647\uA649\uA64B\uA64D\uA64F\uA651\uA653\uA655\uA657\uA659\uA65B\uA65D\uA65F\uA661\uA663\uA665\uA667\uA669\uA66B\uA66D\uA681\uA683\uA685\uA687\uA689\uA68B\uA68D\uA68F\uA691\uA693\uA695\uA697\uA699\uA69B\uA723\uA725\uA727\uA729\uA72B\uA72D\uA72F-\uA731\uA733\uA735\uA737\uA739\uA73B\uA73D\uA73F\uA741\uA743\uA745\uA747\uA749\uA74B\uA74D\uA74F\uA751\uA753\uA755\uA757\uA759\uA75B\uA75D\uA75F\uA761\uA763\uA765\uA767\uA769\uA76B\uA76D\uA76F\uA771-\uA778\uA77A\uA77C\uA77F\uA781\uA783\uA785\uA787\uA78C\uA78E\uA791\uA793-\uA795\uA797\uA799\uA79B\uA79D\uA79F\uA7A1\uA7A3\uA7A5\uA7A7\uA7A9\uA7B5\uA7B7\uA7FA\uAB30-\uAB5A\uAB60-\uAB65\uAB70-\uABBF\uFB00-\uFB06\uFB13-\uFB17\uFF41-\uFF5A]/, + peg$c119 = { type: "class", value: "[\\u0061-\\u007A\\u00B5\\u00DF-\\u00F6\\u00F8-\\u00FF\\u0101\\u0103\\u0105\\u0107\\u0109\\u010B\\u010D\\u010F\\u0111\\u0113\\u0115\\u0117\\u0119\\u011B\\u011D\\u011F\\u0121\\u0123\\u0125\\u0127\\u0129\\u012B\\u012D\\u012F\\u0131\\u0133\\u0135\\u0137-\\u0138\\u013A\\u013C\\u013E\\u0140\\u0142\\u0144\\u0146\\u0148-\\u0149\\u014B\\u014D\\u014F\\u0151\\u0153\\u0155\\u0157\\u0159\\u015B\\u015D\\u015F\\u0161\\u0163\\u0165\\u0167\\u0169\\u016B\\u016D\\u016F\\u0171\\u0173\\u0175\\u0177\\u017A\\u017C\\u017E-\\u0180\\u0183\\u0185\\u0188\\u018C-\\u018D\\u0192\\u0195\\u0199-\\u019B\\u019E\\u01A1\\u01A3\\u01A5\\u01A8\\u01AA-\\u01AB\\u01AD\\u01B0\\u01B4\\u01B6\\u01B9-\\u01BA\\u01BD-\\u01BF\\u01C6\\u01C9\\u01CC\\u01CE\\u01D0\\u01D2\\u01D4\\u01D6\\u01D8\\u01DA\\u01DC-\\u01DD\\u01DF\\u01E1\\u01E3\\u01E5\\u01E7\\u01E9\\u01EB\\u01ED\\u01EF-\\u01F0\\u01F3\\u01F5\\u01F9\\u01FB\\u01FD\\u01FF\\u0201\\u0203\\u0205\\u0207\\u0209\\u020B\\u020D\\u020F\\u0211\\u0213\\u0215\\u0217\\u0219\\u021B\\u021D\\u021F\\u0221\\u0223\\u0225\\u0227\\u0229\\u022B\\u022D\\u022F\\u0231\\u0233-\\u0239\\u023C\\u023F-\\u0240\\u0242\\u0247\\u0249\\u024B\\u024D\\u024F-\\u0293\\u0295-\\u02AF\\u0371\\u0373\\u0377\\u037B-\\u037D\\u0390\\u03AC-\\u03CE\\u03D0-\\u03D1\\u03D5-\\u03D7\\u03D9\\u03DB\\u03DD\\u03DF\\u03E1\\u03E3\\u03E5\\u03E7\\u03E9\\u03EB\\u03ED\\u03EF-\\u03F3\\u03F5\\u03F8\\u03FB-\\u03FC\\u0430-\\u045F\\u0461\\u0463\\u0465\\u0467\\u0469\\u046B\\u046D\\u046F\\u0471\\u0473\\u0475\\u0477\\u0479\\u047B\\u047D\\u047F\\u0481\\u048B\\u048D\\u048F\\u0491\\u0493\\u0495\\u0497\\u0499\\u049B\\u049D\\u049F\\u04A1\\u04A3\\u04A5\\u04A7\\u04A9\\u04AB\\u04AD\\u04AF\\u04B1\\u04B3\\u04B5\\u04B7\\u04B9\\u04BB\\u04BD\\u04BF\\u04C2\\u04C4\\u04C6\\u04C8\\u04CA\\u04CC\\u04CE-\\u04CF\\u04D1\\u04D3\\u04D5\\u04D7\\u04D9\\u04DB\\u04DD\\u04DF\\u04E1\\u04E3\\u04E5\\u04E7\\u04E9\\u04EB\\u04ED\\u04EF\\u04F1\\u04F3\\u04F5\\u04F7\\u04F9\\u04FB\\u04FD\\u04FF\\u0501\\u0503\\u0505\\u0507\\u0509\\u050B\\u050D\\u050F\\u0511\\u0513\\u0515\\u0517\\u0519\\u051B\\u051D\\u051F\\u0521\\u0523\\u0525\\u0527\\u0529\\u052B\\u052D\\u052F\\u0561-\\u0587\\u13F8-\\u13FD\\u1D00-\\u1D2B\\u1D6B-\\u1D77\\u1D79-\\u1D9A\\u1E01\\u1E03\\u1E05\\u1E07\\u1E09\\u1E0B\\u1E0D\\u1E0F\\u1E11\\u1E13\\u1E15\\u1E17\\u1E19\\u1E1B\\u1E1D\\u1E1F\\u1E21\\u1E23\\u1E25\\u1E27\\u1E29\\u1E2B\\u1E2D\\u1E2F\\u1E31\\u1E33\\u1E35\\u1E37\\u1E39\\u1E3B\\u1E3D\\u1E3F\\u1E41\\u1E43\\u1E45\\u1E47\\u1E49\\u1E4B\\u1E4D\\u1E4F\\u1E51\\u1E53\\u1E55\\u1E57\\u1E59\\u1E5B\\u1E5D\\u1E5F\\u1E61\\u1E63\\u1E65\\u1E67\\u1E69\\u1E6B\\u1E6D\\u1E6F\\u1E71\\u1E73\\u1E75\\u1E77\\u1E79\\u1E7B\\u1E7D\\u1E7F\\u1E81\\u1E83\\u1E85\\u1E87\\u1E89\\u1E8B\\u1E8D\\u1E8F\\u1E91\\u1E93\\u1E95-\\u1E9D\\u1E9F\\u1EA1\\u1EA3\\u1EA5\\u1EA7\\u1EA9\\u1EAB\\u1EAD\\u1EAF\\u1EB1\\u1EB3\\u1EB5\\u1EB7\\u1EB9\\u1EBB\\u1EBD\\u1EBF\\u1EC1\\u1EC3\\u1EC5\\u1EC7\\u1EC9\\u1ECB\\u1ECD\\u1ECF\\u1ED1\\u1ED3\\u1ED5\\u1ED7\\u1ED9\\u1EDB\\u1EDD\\u1EDF\\u1EE1\\u1EE3\\u1EE5\\u1EE7\\u1EE9\\u1EEB\\u1EED\\u1EEF\\u1EF1\\u1EF3\\u1EF5\\u1EF7\\u1EF9\\u1EFB\\u1EFD\\u1EFF-\\u1F07\\u1F10-\\u1F15\\u1F20-\\u1F27\\u1F30-\\u1F37\\u1F40-\\u1F45\\u1F50-\\u1F57\\u1F60-\\u1F67\\u1F70-\\u1F7D\\u1F80-\\u1F87\\u1F90-\\u1F97\\u1FA0-\\u1FA7\\u1FB0-\\u1FB4\\u1FB6-\\u1FB7\\u1FBE\\u1FC2-\\u1FC4\\u1FC6-\\u1FC7\\u1FD0-\\u1FD3\\u1FD6-\\u1FD7\\u1FE0-\\u1FE7\\u1FF2-\\u1FF4\\u1FF6-\\u1FF7\\u210A\\u210E-\\u210F\\u2113\\u212F\\u2134\\u2139\\u213C-\\u213D\\u2146-\\u2149\\u214E\\u2184\\u2C30-\\u2C5E\\u2C61\\u2C65-\\u2C66\\u2C68\\u2C6A\\u2C6C\\u2C71\\u2C73-\\u2C74\\u2C76-\\u2C7B\\u2C81\\u2C83\\u2C85\\u2C87\\u2C89\\u2C8B\\u2C8D\\u2C8F\\u2C91\\u2C93\\u2C95\\u2C97\\u2C99\\u2C9B\\u2C9D\\u2C9F\\u2CA1\\u2CA3\\u2CA5\\u2CA7\\u2CA9\\u2CAB\\u2CAD\\u2CAF\\u2CB1\\u2CB3\\u2CB5\\u2CB7\\u2CB9\\u2CBB\\u2CBD\\u2CBF\\u2CC1\\u2CC3\\u2CC5\\u2CC7\\u2CC9\\u2CCB\\u2CCD\\u2CCF\\u2CD1\\u2CD3\\u2CD5\\u2CD7\\u2CD9\\u2CDB\\u2CDD\\u2CDF\\u2CE1\\u2CE3-\\u2CE4\\u2CEC\\u2CEE\\u2CF3\\u2D00-\\u2D25\\u2D27\\u2D2D\\uA641\\uA643\\uA645\\uA647\\uA649\\uA64B\\uA64D\\uA64F\\uA651\\uA653\\uA655\\uA657\\uA659\\uA65B\\uA65D\\uA65F\\uA661\\uA663\\uA665\\uA667\\uA669\\uA66B\\uA66D\\uA681\\uA683\\uA685\\uA687\\uA689\\uA68B\\uA68D\\uA68F\\uA691\\uA693\\uA695\\uA697\\uA699\\uA69B\\uA723\\uA725\\uA727\\uA729\\uA72B\\uA72D\\uA72F-\\uA731\\uA733\\uA735\\uA737\\uA739\\uA73B\\uA73D\\uA73F\\uA741\\uA743\\uA745\\uA747\\uA749\\uA74B\\uA74D\\uA74F\\uA751\\uA753\\uA755\\uA757\\uA759\\uA75B\\uA75D\\uA75F\\uA761\\uA763\\uA765\\uA767\\uA769\\uA76B\\uA76D\\uA76F\\uA771-\\uA778\\uA77A\\uA77C\\uA77F\\uA781\\uA783\\uA785\\uA787\\uA78C\\uA78E\\uA791\\uA793-\\uA795\\uA797\\uA799\\uA79B\\uA79D\\uA79F\\uA7A1\\uA7A3\\uA7A5\\uA7A7\\uA7A9\\uA7B5\\uA7B7\\uA7FA\\uAB30-\\uAB5A\\uAB60-\\uAB65\\uAB70-\\uABBF\\uFB00-\\uFB06\\uFB13-\\uFB17\\uFF41-\\uFF5A]", description: "[\\u0061-\\u007A\\u00B5\\u00DF-\\u00F6\\u00F8-\\u00FF\\u0101\\u0103\\u0105\\u0107\\u0109\\u010B\\u010D\\u010F\\u0111\\u0113\\u0115\\u0117\\u0119\\u011B\\u011D\\u011F\\u0121\\u0123\\u0125\\u0127\\u0129\\u012B\\u012D\\u012F\\u0131\\u0133\\u0135\\u0137-\\u0138\\u013A\\u013C\\u013E\\u0140\\u0142\\u0144\\u0146\\u0148-\\u0149\\u014B\\u014D\\u014F\\u0151\\u0153\\u0155\\u0157\\u0159\\u015B\\u015D\\u015F\\u0161\\u0163\\u0165\\u0167\\u0169\\u016B\\u016D\\u016F\\u0171\\u0173\\u0175\\u0177\\u017A\\u017C\\u017E-\\u0180\\u0183\\u0185\\u0188\\u018C-\\u018D\\u0192\\u0195\\u0199-\\u019B\\u019E\\u01A1\\u01A3\\u01A5\\u01A8\\u01AA-\\u01AB\\u01AD\\u01B0\\u01B4\\u01B6\\u01B9-\\u01BA\\u01BD-\\u01BF\\u01C6\\u01C9\\u01CC\\u01CE\\u01D0\\u01D2\\u01D4\\u01D6\\u01D8\\u01DA\\u01DC-\\u01DD\\u01DF\\u01E1\\u01E3\\u01E5\\u01E7\\u01E9\\u01EB\\u01ED\\u01EF-\\u01F0\\u01F3\\u01F5\\u01F9\\u01FB\\u01FD\\u01FF\\u0201\\u0203\\u0205\\u0207\\u0209\\u020B\\u020D\\u020F\\u0211\\u0213\\u0215\\u0217\\u0219\\u021B\\u021D\\u021F\\u0221\\u0223\\u0225\\u0227\\u0229\\u022B\\u022D\\u022F\\u0231\\u0233-\\u0239\\u023C\\u023F-\\u0240\\u0242\\u0247\\u0249\\u024B\\u024D\\u024F-\\u0293\\u0295-\\u02AF\\u0371\\u0373\\u0377\\u037B-\\u037D\\u0390\\u03AC-\\u03CE\\u03D0-\\u03D1\\u03D5-\\u03D7\\u03D9\\u03DB\\u03DD\\u03DF\\u03E1\\u03E3\\u03E5\\u03E7\\u03E9\\u03EB\\u03ED\\u03EF-\\u03F3\\u03F5\\u03F8\\u03FB-\\u03FC\\u0430-\\u045F\\u0461\\u0463\\u0465\\u0467\\u0469\\u046B\\u046D\\u046F\\u0471\\u0473\\u0475\\u0477\\u0479\\u047B\\u047D\\u047F\\u0481\\u048B\\u048D\\u048F\\u0491\\u0493\\u0495\\u0497\\u0499\\u049B\\u049D\\u049F\\u04A1\\u04A3\\u04A5\\u04A7\\u04A9\\u04AB\\u04AD\\u04AF\\u04B1\\u04B3\\u04B5\\u04B7\\u04B9\\u04BB\\u04BD\\u04BF\\u04C2\\u04C4\\u04C6\\u04C8\\u04CA\\u04CC\\u04CE-\\u04CF\\u04D1\\u04D3\\u04D5\\u04D7\\u04D9\\u04DB\\u04DD\\u04DF\\u04E1\\u04E3\\u04E5\\u04E7\\u04E9\\u04EB\\u04ED\\u04EF\\u04F1\\u04F3\\u04F5\\u04F7\\u04F9\\u04FB\\u04FD\\u04FF\\u0501\\u0503\\u0505\\u0507\\u0509\\u050B\\u050D\\u050F\\u0511\\u0513\\u0515\\u0517\\u0519\\u051B\\u051D\\u051F\\u0521\\u0523\\u0525\\u0527\\u0529\\u052B\\u052D\\u052F\\u0561-\\u0587\\u13F8-\\u13FD\\u1D00-\\u1D2B\\u1D6B-\\u1D77\\u1D79-\\u1D9A\\u1E01\\u1E03\\u1E05\\u1E07\\u1E09\\u1E0B\\u1E0D\\u1E0F\\u1E11\\u1E13\\u1E15\\u1E17\\u1E19\\u1E1B\\u1E1D\\u1E1F\\u1E21\\u1E23\\u1E25\\u1E27\\u1E29\\u1E2B\\u1E2D\\u1E2F\\u1E31\\u1E33\\u1E35\\u1E37\\u1E39\\u1E3B\\u1E3D\\u1E3F\\u1E41\\u1E43\\u1E45\\u1E47\\u1E49\\u1E4B\\u1E4D\\u1E4F\\u1E51\\u1E53\\u1E55\\u1E57\\u1E59\\u1E5B\\u1E5D\\u1E5F\\u1E61\\u1E63\\u1E65\\u1E67\\u1E69\\u1E6B\\u1E6D\\u1E6F\\u1E71\\u1E73\\u1E75\\u1E77\\u1E79\\u1E7B\\u1E7D\\u1E7F\\u1E81\\u1E83\\u1E85\\u1E87\\u1E89\\u1E8B\\u1E8D\\u1E8F\\u1E91\\u1E93\\u1E95-\\u1E9D\\u1E9F\\u1EA1\\u1EA3\\u1EA5\\u1EA7\\u1EA9\\u1EAB\\u1EAD\\u1EAF\\u1EB1\\u1EB3\\u1EB5\\u1EB7\\u1EB9\\u1EBB\\u1EBD\\u1EBF\\u1EC1\\u1EC3\\u1EC5\\u1EC7\\u1EC9\\u1ECB\\u1ECD\\u1ECF\\u1ED1\\u1ED3\\u1ED5\\u1ED7\\u1ED9\\u1EDB\\u1EDD\\u1EDF\\u1EE1\\u1EE3\\u1EE5\\u1EE7\\u1EE9\\u1EEB\\u1EED\\u1EEF\\u1EF1\\u1EF3\\u1EF5\\u1EF7\\u1EF9\\u1EFB\\u1EFD\\u1EFF-\\u1F07\\u1F10-\\u1F15\\u1F20-\\u1F27\\u1F30-\\u1F37\\u1F40-\\u1F45\\u1F50-\\u1F57\\u1F60-\\u1F67\\u1F70-\\u1F7D\\u1F80-\\u1F87\\u1F90-\\u1F97\\u1FA0-\\u1FA7\\u1FB0-\\u1FB4\\u1FB6-\\u1FB7\\u1FBE\\u1FC2-\\u1FC4\\u1FC6-\\u1FC7\\u1FD0-\\u1FD3\\u1FD6-\\u1FD7\\u1FE0-\\u1FE7\\u1FF2-\\u1FF4\\u1FF6-\\u1FF7\\u210A\\u210E-\\u210F\\u2113\\u212F\\u2134\\u2139\\u213C-\\u213D\\u2146-\\u2149\\u214E\\u2184\\u2C30-\\u2C5E\\u2C61\\u2C65-\\u2C66\\u2C68\\u2C6A\\u2C6C\\u2C71\\u2C73-\\u2C74\\u2C76-\\u2C7B\\u2C81\\u2C83\\u2C85\\u2C87\\u2C89\\u2C8B\\u2C8D\\u2C8F\\u2C91\\u2C93\\u2C95\\u2C97\\u2C99\\u2C9B\\u2C9D\\u2C9F\\u2CA1\\u2CA3\\u2CA5\\u2CA7\\u2CA9\\u2CAB\\u2CAD\\u2CAF\\u2CB1\\u2CB3\\u2CB5\\u2CB7\\u2CB9\\u2CBB\\u2CBD\\u2CBF\\u2CC1\\u2CC3\\u2CC5\\u2CC7\\u2CC9\\u2CCB\\u2CCD\\u2CCF\\u2CD1\\u2CD3\\u2CD5\\u2CD7\\u2CD9\\u2CDB\\u2CDD\\u2CDF\\u2CE1\\u2CE3-\\u2CE4\\u2CEC\\u2CEE\\u2CF3\\u2D00-\\u2D25\\u2D27\\u2D2D\\uA641\\uA643\\uA645\\uA647\\uA649\\uA64B\\uA64D\\uA64F\\uA651\\uA653\\uA655\\uA657\\uA659\\uA65B\\uA65D\\uA65F\\uA661\\uA663\\uA665\\uA667\\uA669\\uA66B\\uA66D\\uA681\\uA683\\uA685\\uA687\\uA689\\uA68B\\uA68D\\uA68F\\uA691\\uA693\\uA695\\uA697\\uA699\\uA69B\\uA723\\uA725\\uA727\\uA729\\uA72B\\uA72D\\uA72F-\\uA731\\uA733\\uA735\\uA737\\uA739\\uA73B\\uA73D\\uA73F\\uA741\\uA743\\uA745\\uA747\\uA749\\uA74B\\uA74D\\uA74F\\uA751\\uA753\\uA755\\uA757\\uA759\\uA75B\\uA75D\\uA75F\\uA761\\uA763\\uA765\\uA767\\uA769\\uA76B\\uA76D\\uA76F\\uA771-\\uA778\\uA77A\\uA77C\\uA77F\\uA781\\uA783\\uA785\\uA787\\uA78C\\uA78E\\uA791\\uA793-\\uA795\\uA797\\uA799\\uA79B\\uA79D\\uA79F\\uA7A1\\uA7A3\\uA7A5\\uA7A7\\uA7A9\\uA7B5\\uA7B7\\uA7FA\\uAB30-\\uAB5A\\uAB60-\\uAB65\\uAB70-\\uABBF\\uFB00-\\uFB06\\uFB13-\\uFB17\\uFF41-\\uFF5A]" }, + peg$c120 = /^[\u02B0-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0374\u037A\u0559\u0640\u06E5-\u06E6\u07F4-\u07F5\u07FA\u081A\u0824\u0828\u0971\u0E46\u0EC6\u10FC\u17D7\u1843\u1AA7\u1C78-\u1C7D\u1D2C-\u1D6A\u1D78\u1D9B-\u1DBF\u2071\u207F\u2090-\u209C\u2C7C-\u2C7D\u2D6F\u2E2F\u3005\u3031-\u3035\u303B\u309D-\u309E\u30FC-\u30FE\uA015\uA4F8-\uA4FD\uA60C\uA67F\uA69C-\uA69D\uA717-\uA71F\uA770\uA788\uA7F8-\uA7F9\uA9CF\uA9E6\uAA70\uAADD\uAAF3-\uAAF4\uAB5C-\uAB5F\uFF70\uFF9E-\uFF9F]/, + peg$c121 = { type: "class", value: "[\\u02B0-\\u02C1\\u02C6-\\u02D1\\u02E0-\\u02E4\\u02EC\\u02EE\\u0374\\u037A\\u0559\\u0640\\u06E5-\\u06E6\\u07F4-\\u07F5\\u07FA\\u081A\\u0824\\u0828\\u0971\\u0E46\\u0EC6\\u10FC\\u17D7\\u1843\\u1AA7\\u1C78-\\u1C7D\\u1D2C-\\u1D6A\\u1D78\\u1D9B-\\u1DBF\\u2071\\u207F\\u2090-\\u209C\\u2C7C-\\u2C7D\\u2D6F\\u2E2F\\u3005\\u3031-\\u3035\\u303B\\u309D-\\u309E\\u30FC-\\u30FE\\uA015\\uA4F8-\\uA4FD\\uA60C\\uA67F\\uA69C-\\uA69D\\uA717-\\uA71F\\uA770\\uA788\\uA7F8-\\uA7F9\\uA9CF\\uA9E6\\uAA70\\uAADD\\uAAF3-\\uAAF4\\uAB5C-\\uAB5F\\uFF70\\uFF9E-\\uFF9F]", description: "[\\u02B0-\\u02C1\\u02C6-\\u02D1\\u02E0-\\u02E4\\u02EC\\u02EE\\u0374\\u037A\\u0559\\u0640\\u06E5-\\u06E6\\u07F4-\\u07F5\\u07FA\\u081A\\u0824\\u0828\\u0971\\u0E46\\u0EC6\\u10FC\\u17D7\\u1843\\u1AA7\\u1C78-\\u1C7D\\u1D2C-\\u1D6A\\u1D78\\u1D9B-\\u1DBF\\u2071\\u207F\\u2090-\\u209C\\u2C7C-\\u2C7D\\u2D6F\\u2E2F\\u3005\\u3031-\\u3035\\u303B\\u309D-\\u309E\\u30FC-\\u30FE\\uA015\\uA4F8-\\uA4FD\\uA60C\\uA67F\\uA69C-\\uA69D\\uA717-\\uA71F\\uA770\\uA788\\uA7F8-\\uA7F9\\uA9CF\\uA9E6\\uAA70\\uAADD\\uAAF3-\\uAAF4\\uAB5C-\\uAB5F\\uFF70\\uFF9E-\\uFF9F]" }, + peg$c122 = /^[\xAA\xBA\u01BB\u01C0-\u01C3\u0294\u05D0-\u05EA\u05F0-\u05F2\u0620-\u063F\u0641-\u064A\u066E-\u066F\u0671-\u06D3\u06D5\u06EE-\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u0800-\u0815\u0840-\u0858\u08A0-\u08B4\u0904-\u0939\u093D\u0950\u0958-\u0961\u0972-\u0980\u0985-\u098C\u098F-\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC-\u09DD\u09DF-\u09E1\u09F0-\u09F1\u0A05-\u0A0A\u0A0F-\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32-\u0A33\u0A35-\u0A36\u0A38-\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2-\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0-\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F-\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32-\u0B33\u0B35-\u0B39\u0B3D\u0B5C-\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99-\u0B9A\u0B9C\u0B9E-\u0B9F\u0BA3-\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60-\u0C61\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0-\u0CE1\u0CF1-\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32-\u0E33\u0E40-\u0E45\u0E81-\u0E82\u0E84\u0E87-\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA-\u0EAB\u0EAD-\u0EB0\u0EB2-\u0EB3\u0EBD\u0EC0-\u0EC4\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065-\u1066\u106E-\u1070\u1075-\u1081\u108E\u10D0-\u10FA\u10FD-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17DC\u1820-\u1842\u1844-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE-\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C77\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5-\u1CF6\u2135-\u2138\u2D30-\u2D67\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3006\u303C\u3041-\u3096\u309F\u30A1-\u30FA\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA014\uA016-\uA48C\uA4D0-\uA4F7\uA500-\uA60B\uA610-\uA61F\uA62A-\uA62B\uA66E\uA6A0-\uA6E5\uA78F\uA7F7\uA7FB-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9E0-\uA9E4\uA9E7-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA6F\uAA71-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5-\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADC\uAAE0-\uAAEA\uAAF2\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uABC0-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40-\uFB41\uFB43-\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF66-\uFF6F\uFF71-\uFF9D\uFFA0-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]/, + peg$c123 = { type: "class", value: "[\\u00AA\\u00BA\\u01BB\\u01C0-\\u01C3\\u0294\\u05D0-\\u05EA\\u05F0-\\u05F2\\u0620-\\u063F\\u0641-\\u064A\\u066E-\\u066F\\u0671-\\u06D3\\u06D5\\u06EE-\\u06EF\\u06FA-\\u06FC\\u06FF\\u0710\\u0712-\\u072F\\u074D-\\u07A5\\u07B1\\u07CA-\\u07EA\\u0800-\\u0815\\u0840-\\u0858\\u08A0-\\u08B4\\u0904-\\u0939\\u093D\\u0950\\u0958-\\u0961\\u0972-\\u0980\\u0985-\\u098C\\u098F-\\u0990\\u0993-\\u09A8\\u09AA-\\u09B0\\u09B2\\u09B6-\\u09B9\\u09BD\\u09CE\\u09DC-\\u09DD\\u09DF-\\u09E1\\u09F0-\\u09F1\\u0A05-\\u0A0A\\u0A0F-\\u0A10\\u0A13-\\u0A28\\u0A2A-\\u0A30\\u0A32-\\u0A33\\u0A35-\\u0A36\\u0A38-\\u0A39\\u0A59-\\u0A5C\\u0A5E\\u0A72-\\u0A74\\u0A85-\\u0A8D\\u0A8F-\\u0A91\\u0A93-\\u0AA8\\u0AAA-\\u0AB0\\u0AB2-\\u0AB3\\u0AB5-\\u0AB9\\u0ABD\\u0AD0\\u0AE0-\\u0AE1\\u0AF9\\u0B05-\\u0B0C\\u0B0F-\\u0B10\\u0B13-\\u0B28\\u0B2A-\\u0B30\\u0B32-\\u0B33\\u0B35-\\u0B39\\u0B3D\\u0B5C-\\u0B5D\\u0B5F-\\u0B61\\u0B71\\u0B83\\u0B85-\\u0B8A\\u0B8E-\\u0B90\\u0B92-\\u0B95\\u0B99-\\u0B9A\\u0B9C\\u0B9E-\\u0B9F\\u0BA3-\\u0BA4\\u0BA8-\\u0BAA\\u0BAE-\\u0BB9\\u0BD0\\u0C05-\\u0C0C\\u0C0E-\\u0C10\\u0C12-\\u0C28\\u0C2A-\\u0C39\\u0C3D\\u0C58-\\u0C5A\\u0C60-\\u0C61\\u0C85-\\u0C8C\\u0C8E-\\u0C90\\u0C92-\\u0CA8\\u0CAA-\\u0CB3\\u0CB5-\\u0CB9\\u0CBD\\u0CDE\\u0CE0-\\u0CE1\\u0CF1-\\u0CF2\\u0D05-\\u0D0C\\u0D0E-\\u0D10\\u0D12-\\u0D3A\\u0D3D\\u0D4E\\u0D5F-\\u0D61\\u0D7A-\\u0D7F\\u0D85-\\u0D96\\u0D9A-\\u0DB1\\u0DB3-\\u0DBB\\u0DBD\\u0DC0-\\u0DC6\\u0E01-\\u0E30\\u0E32-\\u0E33\\u0E40-\\u0E45\\u0E81-\\u0E82\\u0E84\\u0E87-\\u0E88\\u0E8A\\u0E8D\\u0E94-\\u0E97\\u0E99-\\u0E9F\\u0EA1-\\u0EA3\\u0EA5\\u0EA7\\u0EAA-\\u0EAB\\u0EAD-\\u0EB0\\u0EB2-\\u0EB3\\u0EBD\\u0EC0-\\u0EC4\\u0EDC-\\u0EDF\\u0F00\\u0F40-\\u0F47\\u0F49-\\u0F6C\\u0F88-\\u0F8C\\u1000-\\u102A\\u103F\\u1050-\\u1055\\u105A-\\u105D\\u1061\\u1065-\\u1066\\u106E-\\u1070\\u1075-\\u1081\\u108E\\u10D0-\\u10FA\\u10FD-\\u1248\\u124A-\\u124D\\u1250-\\u1256\\u1258\\u125A-\\u125D\\u1260-\\u1288\\u128A-\\u128D\\u1290-\\u12B0\\u12B2-\\u12B5\\u12B8-\\u12BE\\u12C0\\u12C2-\\u12C5\\u12C8-\\u12D6\\u12D8-\\u1310\\u1312-\\u1315\\u1318-\\u135A\\u1380-\\u138F\\u1401-\\u166C\\u166F-\\u167F\\u1681-\\u169A\\u16A0-\\u16EA\\u16F1-\\u16F8\\u1700-\\u170C\\u170E-\\u1711\\u1720-\\u1731\\u1740-\\u1751\\u1760-\\u176C\\u176E-\\u1770\\u1780-\\u17B3\\u17DC\\u1820-\\u1842\\u1844-\\u1877\\u1880-\\u18A8\\u18AA\\u18B0-\\u18F5\\u1900-\\u191E\\u1950-\\u196D\\u1970-\\u1974\\u1980-\\u19AB\\u19B0-\\u19C9\\u1A00-\\u1A16\\u1A20-\\u1A54\\u1B05-\\u1B33\\u1B45-\\u1B4B\\u1B83-\\u1BA0\\u1BAE-\\u1BAF\\u1BBA-\\u1BE5\\u1C00-\\u1C23\\u1C4D-\\u1C4F\\u1C5A-\\u1C77\\u1CE9-\\u1CEC\\u1CEE-\\u1CF1\\u1CF5-\\u1CF6\\u2135-\\u2138\\u2D30-\\u2D67\\u2D80-\\u2D96\\u2DA0-\\u2DA6\\u2DA8-\\u2DAE\\u2DB0-\\u2DB6\\u2DB8-\\u2DBE\\u2DC0-\\u2DC6\\u2DC8-\\u2DCE\\u2DD0-\\u2DD6\\u2DD8-\\u2DDE\\u3006\\u303C\\u3041-\\u3096\\u309F\\u30A1-\\u30FA\\u30FF\\u3105-\\u312D\\u3131-\\u318E\\u31A0-\\u31BA\\u31F0-\\u31FF\\u3400-\\u4DB5\\u4E00-\\u9FD5\\uA000-\\uA014\\uA016-\\uA48C\\uA4D0-\\uA4F7\\uA500-\\uA60B\\uA610-\\uA61F\\uA62A-\\uA62B\\uA66E\\uA6A0-\\uA6E5\\uA78F\\uA7F7\\uA7FB-\\uA801\\uA803-\\uA805\\uA807-\\uA80A\\uA80C-\\uA822\\uA840-\\uA873\\uA882-\\uA8B3\\uA8F2-\\uA8F7\\uA8FB\\uA8FD\\uA90A-\\uA925\\uA930-\\uA946\\uA960-\\uA97C\\uA984-\\uA9B2\\uA9E0-\\uA9E4\\uA9E7-\\uA9EF\\uA9FA-\\uA9FE\\uAA00-\\uAA28\\uAA40-\\uAA42\\uAA44-\\uAA4B\\uAA60-\\uAA6F\\uAA71-\\uAA76\\uAA7A\\uAA7E-\\uAAAF\\uAAB1\\uAAB5-\\uAAB6\\uAAB9-\\uAABD\\uAAC0\\uAAC2\\uAADB-\\uAADC\\uAAE0-\\uAAEA\\uAAF2\\uAB01-\\uAB06\\uAB09-\\uAB0E\\uAB11-\\uAB16\\uAB20-\\uAB26\\uAB28-\\uAB2E\\uABC0-\\uABE2\\uAC00-\\uD7A3\\uD7B0-\\uD7C6\\uD7CB-\\uD7FB\\uF900-\\uFA6D\\uFA70-\\uFAD9\\uFB1D\\uFB1F-\\uFB28\\uFB2A-\\uFB36\\uFB38-\\uFB3C\\uFB3E\\uFB40-\\uFB41\\uFB43-\\uFB44\\uFB46-\\uFBB1\\uFBD3-\\uFD3D\\uFD50-\\uFD8F\\uFD92-\\uFDC7\\uFDF0-\\uFDFB\\uFE70-\\uFE74\\uFE76-\\uFEFC\\uFF66-\\uFF6F\\uFF71-\\uFF9D\\uFFA0-\\uFFBE\\uFFC2-\\uFFC7\\uFFCA-\\uFFCF\\uFFD2-\\uFFD7\\uFFDA-\\uFFDC]", description: "[\\u00AA\\u00BA\\u01BB\\u01C0-\\u01C3\\u0294\\u05D0-\\u05EA\\u05F0-\\u05F2\\u0620-\\u063F\\u0641-\\u064A\\u066E-\\u066F\\u0671-\\u06D3\\u06D5\\u06EE-\\u06EF\\u06FA-\\u06FC\\u06FF\\u0710\\u0712-\\u072F\\u074D-\\u07A5\\u07B1\\u07CA-\\u07EA\\u0800-\\u0815\\u0840-\\u0858\\u08A0-\\u08B4\\u0904-\\u0939\\u093D\\u0950\\u0958-\\u0961\\u0972-\\u0980\\u0985-\\u098C\\u098F-\\u0990\\u0993-\\u09A8\\u09AA-\\u09B0\\u09B2\\u09B6-\\u09B9\\u09BD\\u09CE\\u09DC-\\u09DD\\u09DF-\\u09E1\\u09F0-\\u09F1\\u0A05-\\u0A0A\\u0A0F-\\u0A10\\u0A13-\\u0A28\\u0A2A-\\u0A30\\u0A32-\\u0A33\\u0A35-\\u0A36\\u0A38-\\u0A39\\u0A59-\\u0A5C\\u0A5E\\u0A72-\\u0A74\\u0A85-\\u0A8D\\u0A8F-\\u0A91\\u0A93-\\u0AA8\\u0AAA-\\u0AB0\\u0AB2-\\u0AB3\\u0AB5-\\u0AB9\\u0ABD\\u0AD0\\u0AE0-\\u0AE1\\u0AF9\\u0B05-\\u0B0C\\u0B0F-\\u0B10\\u0B13-\\u0B28\\u0B2A-\\u0B30\\u0B32-\\u0B33\\u0B35-\\u0B39\\u0B3D\\u0B5C-\\u0B5D\\u0B5F-\\u0B61\\u0B71\\u0B83\\u0B85-\\u0B8A\\u0B8E-\\u0B90\\u0B92-\\u0B95\\u0B99-\\u0B9A\\u0B9C\\u0B9E-\\u0B9F\\u0BA3-\\u0BA4\\u0BA8-\\u0BAA\\u0BAE-\\u0BB9\\u0BD0\\u0C05-\\u0C0C\\u0C0E-\\u0C10\\u0C12-\\u0C28\\u0C2A-\\u0C39\\u0C3D\\u0C58-\\u0C5A\\u0C60-\\u0C61\\u0C85-\\u0C8C\\u0C8E-\\u0C90\\u0C92-\\u0CA8\\u0CAA-\\u0CB3\\u0CB5-\\u0CB9\\u0CBD\\u0CDE\\u0CE0-\\u0CE1\\u0CF1-\\u0CF2\\u0D05-\\u0D0C\\u0D0E-\\u0D10\\u0D12-\\u0D3A\\u0D3D\\u0D4E\\u0D5F-\\u0D61\\u0D7A-\\u0D7F\\u0D85-\\u0D96\\u0D9A-\\u0DB1\\u0DB3-\\u0DBB\\u0DBD\\u0DC0-\\u0DC6\\u0E01-\\u0E30\\u0E32-\\u0E33\\u0E40-\\u0E45\\u0E81-\\u0E82\\u0E84\\u0E87-\\u0E88\\u0E8A\\u0E8D\\u0E94-\\u0E97\\u0E99-\\u0E9F\\u0EA1-\\u0EA3\\u0EA5\\u0EA7\\u0EAA-\\u0EAB\\u0EAD-\\u0EB0\\u0EB2-\\u0EB3\\u0EBD\\u0EC0-\\u0EC4\\u0EDC-\\u0EDF\\u0F00\\u0F40-\\u0F47\\u0F49-\\u0F6C\\u0F88-\\u0F8C\\u1000-\\u102A\\u103F\\u1050-\\u1055\\u105A-\\u105D\\u1061\\u1065-\\u1066\\u106E-\\u1070\\u1075-\\u1081\\u108E\\u10D0-\\u10FA\\u10FD-\\u1248\\u124A-\\u124D\\u1250-\\u1256\\u1258\\u125A-\\u125D\\u1260-\\u1288\\u128A-\\u128D\\u1290-\\u12B0\\u12B2-\\u12B5\\u12B8-\\u12BE\\u12C0\\u12C2-\\u12C5\\u12C8-\\u12D6\\u12D8-\\u1310\\u1312-\\u1315\\u1318-\\u135A\\u1380-\\u138F\\u1401-\\u166C\\u166F-\\u167F\\u1681-\\u169A\\u16A0-\\u16EA\\u16F1-\\u16F8\\u1700-\\u170C\\u170E-\\u1711\\u1720-\\u1731\\u1740-\\u1751\\u1760-\\u176C\\u176E-\\u1770\\u1780-\\u17B3\\u17DC\\u1820-\\u1842\\u1844-\\u1877\\u1880-\\u18A8\\u18AA\\u18B0-\\u18F5\\u1900-\\u191E\\u1950-\\u196D\\u1970-\\u1974\\u1980-\\u19AB\\u19B0-\\u19C9\\u1A00-\\u1A16\\u1A20-\\u1A54\\u1B05-\\u1B33\\u1B45-\\u1B4B\\u1B83-\\u1BA0\\u1BAE-\\u1BAF\\u1BBA-\\u1BE5\\u1C00-\\u1C23\\u1C4D-\\u1C4F\\u1C5A-\\u1C77\\u1CE9-\\u1CEC\\u1CEE-\\u1CF1\\u1CF5-\\u1CF6\\u2135-\\u2138\\u2D30-\\u2D67\\u2D80-\\u2D96\\u2DA0-\\u2DA6\\u2DA8-\\u2DAE\\u2DB0-\\u2DB6\\u2DB8-\\u2DBE\\u2DC0-\\u2DC6\\u2DC8-\\u2DCE\\u2DD0-\\u2DD6\\u2DD8-\\u2DDE\\u3006\\u303C\\u3041-\\u3096\\u309F\\u30A1-\\u30FA\\u30FF\\u3105-\\u312D\\u3131-\\u318E\\u31A0-\\u31BA\\u31F0-\\u31FF\\u3400-\\u4DB5\\u4E00-\\u9FD5\\uA000-\\uA014\\uA016-\\uA48C\\uA4D0-\\uA4F7\\uA500-\\uA60B\\uA610-\\uA61F\\uA62A-\\uA62B\\uA66E\\uA6A0-\\uA6E5\\uA78F\\uA7F7\\uA7FB-\\uA801\\uA803-\\uA805\\uA807-\\uA80A\\uA80C-\\uA822\\uA840-\\uA873\\uA882-\\uA8B3\\uA8F2-\\uA8F7\\uA8FB\\uA8FD\\uA90A-\\uA925\\uA930-\\uA946\\uA960-\\uA97C\\uA984-\\uA9B2\\uA9E0-\\uA9E4\\uA9E7-\\uA9EF\\uA9FA-\\uA9FE\\uAA00-\\uAA28\\uAA40-\\uAA42\\uAA44-\\uAA4B\\uAA60-\\uAA6F\\uAA71-\\uAA76\\uAA7A\\uAA7E-\\uAAAF\\uAAB1\\uAAB5-\\uAAB6\\uAAB9-\\uAABD\\uAAC0\\uAAC2\\uAADB-\\uAADC\\uAAE0-\\uAAEA\\uAAF2\\uAB01-\\uAB06\\uAB09-\\uAB0E\\uAB11-\\uAB16\\uAB20-\\uAB26\\uAB28-\\uAB2E\\uABC0-\\uABE2\\uAC00-\\uD7A3\\uD7B0-\\uD7C6\\uD7CB-\\uD7FB\\uF900-\\uFA6D\\uFA70-\\uFAD9\\uFB1D\\uFB1F-\\uFB28\\uFB2A-\\uFB36\\uFB38-\\uFB3C\\uFB3E\\uFB40-\\uFB41\\uFB43-\\uFB44\\uFB46-\\uFBB1\\uFBD3-\\uFD3D\\uFD50-\\uFD8F\\uFD92-\\uFDC7\\uFDF0-\\uFDFB\\uFE70-\\uFE74\\uFE76-\\uFEFC\\uFF66-\\uFF6F\\uFF71-\\uFF9D\\uFFA0-\\uFFBE\\uFFC2-\\uFFC7\\uFFCA-\\uFFCF\\uFFD2-\\uFFD7\\uFFDA-\\uFFDC]" }, + peg$c124 = /^[\u01C5\u01C8\u01CB\u01F2\u1F88-\u1F8F\u1F98-\u1F9F\u1FA8-\u1FAF\u1FBC\u1FCC\u1FFC]/, + peg$c125 = { type: "class", value: "[\\u01C5\\u01C8\\u01CB\\u01F2\\u1F88-\\u1F8F\\u1F98-\\u1F9F\\u1FA8-\\u1FAF\\u1FBC\\u1FCC\\u1FFC]", description: "[\\u01C5\\u01C8\\u01CB\\u01F2\\u1F88-\\u1F8F\\u1F98-\\u1F9F\\u1FA8-\\u1FAF\\u1FBC\\u1FCC\\u1FFC]" }, + peg$c126 = /^[A-Z\xC0-\xD6\xD8-\xDE\u0100\u0102\u0104\u0106\u0108\u010A\u010C\u010E\u0110\u0112\u0114\u0116\u0118\u011A\u011C\u011E\u0120\u0122\u0124\u0126\u0128\u012A\u012C\u012E\u0130\u0132\u0134\u0136\u0139\u013B\u013D\u013F\u0141\u0143\u0145\u0147\u014A\u014C\u014E\u0150\u0152\u0154\u0156\u0158\u015A\u015C\u015E\u0160\u0162\u0164\u0166\u0168\u016A\u016C\u016E\u0170\u0172\u0174\u0176\u0178-\u0179\u017B\u017D\u0181-\u0182\u0184\u0186-\u0187\u0189-\u018B\u018E-\u0191\u0193-\u0194\u0196-\u0198\u019C-\u019D\u019F-\u01A0\u01A2\u01A4\u01A6-\u01A7\u01A9\u01AC\u01AE-\u01AF\u01B1-\u01B3\u01B5\u01B7-\u01B8\u01BC\u01C4\u01C7\u01CA\u01CD\u01CF\u01D1\u01D3\u01D5\u01D7\u01D9\u01DB\u01DE\u01E0\u01E2\u01E4\u01E6\u01E8\u01EA\u01EC\u01EE\u01F1\u01F4\u01F6-\u01F8\u01FA\u01FC\u01FE\u0200\u0202\u0204\u0206\u0208\u020A\u020C\u020E\u0210\u0212\u0214\u0216\u0218\u021A\u021C\u021E\u0220\u0222\u0224\u0226\u0228\u022A\u022C\u022E\u0230\u0232\u023A-\u023B\u023D-\u023E\u0241\u0243-\u0246\u0248\u024A\u024C\u024E\u0370\u0372\u0376\u037F\u0386\u0388-\u038A\u038C\u038E-\u038F\u0391-\u03A1\u03A3-\u03AB\u03CF\u03D2-\u03D4\u03D8\u03DA\u03DC\u03DE\u03E0\u03E2\u03E4\u03E6\u03E8\u03EA\u03EC\u03EE\u03F4\u03F7\u03F9-\u03FA\u03FD-\u042F\u0460\u0462\u0464\u0466\u0468\u046A\u046C\u046E\u0470\u0472\u0474\u0476\u0478\u047A\u047C\u047E\u0480\u048A\u048C\u048E\u0490\u0492\u0494\u0496\u0498\u049A\u049C\u049E\u04A0\u04A2\u04A4\u04A6\u04A8\u04AA\u04AC\u04AE\u04B0\u04B2\u04B4\u04B6\u04B8\u04BA\u04BC\u04BE\u04C0-\u04C1\u04C3\u04C5\u04C7\u04C9\u04CB\u04CD\u04D0\u04D2\u04D4\u04D6\u04D8\u04DA\u04DC\u04DE\u04E0\u04E2\u04E4\u04E6\u04E8\u04EA\u04EC\u04EE\u04F0\u04F2\u04F4\u04F6\u04F8\u04FA\u04FC\u04FE\u0500\u0502\u0504\u0506\u0508\u050A\u050C\u050E\u0510\u0512\u0514\u0516\u0518\u051A\u051C\u051E\u0520\u0522\u0524\u0526\u0528\u052A\u052C\u052E\u0531-\u0556\u10A0-\u10C5\u10C7\u10CD\u13A0-\u13F5\u1E00\u1E02\u1E04\u1E06\u1E08\u1E0A\u1E0C\u1E0E\u1E10\u1E12\u1E14\u1E16\u1E18\u1E1A\u1E1C\u1E1E\u1E20\u1E22\u1E24\u1E26\u1E28\u1E2A\u1E2C\u1E2E\u1E30\u1E32\u1E34\u1E36\u1E38\u1E3A\u1E3C\u1E3E\u1E40\u1E42\u1E44\u1E46\u1E48\u1E4A\u1E4C\u1E4E\u1E50\u1E52\u1E54\u1E56\u1E58\u1E5A\u1E5C\u1E5E\u1E60\u1E62\u1E64\u1E66\u1E68\u1E6A\u1E6C\u1E6E\u1E70\u1E72\u1E74\u1E76\u1E78\u1E7A\u1E7C\u1E7E\u1E80\u1E82\u1E84\u1E86\u1E88\u1E8A\u1E8C\u1E8E\u1E90\u1E92\u1E94\u1E9E\u1EA0\u1EA2\u1EA4\u1EA6\u1EA8\u1EAA\u1EAC\u1EAE\u1EB0\u1EB2\u1EB4\u1EB6\u1EB8\u1EBA\u1EBC\u1EBE\u1EC0\u1EC2\u1EC4\u1EC6\u1EC8\u1ECA\u1ECC\u1ECE\u1ED0\u1ED2\u1ED4\u1ED6\u1ED8\u1EDA\u1EDC\u1EDE\u1EE0\u1EE2\u1EE4\u1EE6\u1EE8\u1EEA\u1EEC\u1EEE\u1EF0\u1EF2\u1EF4\u1EF6\u1EF8\u1EFA\u1EFC\u1EFE\u1F08-\u1F0F\u1F18-\u1F1D\u1F28-\u1F2F\u1F38-\u1F3F\u1F48-\u1F4D\u1F59\u1F5B\u1F5D\u1F5F\u1F68-\u1F6F\u1FB8-\u1FBB\u1FC8-\u1FCB\u1FD8-\u1FDB\u1FE8-\u1FEC\u1FF8-\u1FFB\u2102\u2107\u210B-\u210D\u2110-\u2112\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u2130-\u2133\u213E-\u213F\u2145\u2183\u2C00-\u2C2E\u2C60\u2C62-\u2C64\u2C67\u2C69\u2C6B\u2C6D-\u2C70\u2C72\u2C75\u2C7E-\u2C80\u2C82\u2C84\u2C86\u2C88\u2C8A\u2C8C\u2C8E\u2C90\u2C92\u2C94\u2C96\u2C98\u2C9A\u2C9C\u2C9E\u2CA0\u2CA2\u2CA4\u2CA6\u2CA8\u2CAA\u2CAC\u2CAE\u2CB0\u2CB2\u2CB4\u2CB6\u2CB8\u2CBA\u2CBC\u2CBE\u2CC0\u2CC2\u2CC4\u2CC6\u2CC8\u2CCA\u2CCC\u2CCE\u2CD0\u2CD2\u2CD4\u2CD6\u2CD8\u2CDA\u2CDC\u2CDE\u2CE0\u2CE2\u2CEB\u2CED\u2CF2\uA640\uA642\uA644\uA646\uA648\uA64A\uA64C\uA64E\uA650\uA652\uA654\uA656\uA658\uA65A\uA65C\uA65E\uA660\uA662\uA664\uA666\uA668\uA66A\uA66C\uA680\uA682\uA684\uA686\uA688\uA68A\uA68C\uA68E\uA690\uA692\uA694\uA696\uA698\uA69A\uA722\uA724\uA726\uA728\uA72A\uA72C\uA72E\uA732\uA734\uA736\uA738\uA73A\uA73C\uA73E\uA740\uA742\uA744\uA746\uA748\uA74A\uA74C\uA74E\uA750\uA752\uA754\uA756\uA758\uA75A\uA75C\uA75E\uA760\uA762\uA764\uA766\uA768\uA76A\uA76C\uA76E\uA779\uA77B\uA77D-\uA77E\uA780\uA782\uA784\uA786\uA78B\uA78D\uA790\uA792\uA796\uA798\uA79A\uA79C\uA79E\uA7A0\uA7A2\uA7A4\uA7A6\uA7A8\uA7AA-\uA7AD\uA7B0-\uA7B4\uA7B6\uFF21-\uFF3A]/, + peg$c127 = { type: "class", value: "[\\u0041-\\u005A\\u00C0-\\u00D6\\u00D8-\\u00DE\\u0100\\u0102\\u0104\\u0106\\u0108\\u010A\\u010C\\u010E\\u0110\\u0112\\u0114\\u0116\\u0118\\u011A\\u011C\\u011E\\u0120\\u0122\\u0124\\u0126\\u0128\\u012A\\u012C\\u012E\\u0130\\u0132\\u0134\\u0136\\u0139\\u013B\\u013D\\u013F\\u0141\\u0143\\u0145\\u0147\\u014A\\u014C\\u014E\\u0150\\u0152\\u0154\\u0156\\u0158\\u015A\\u015C\\u015E\\u0160\\u0162\\u0164\\u0166\\u0168\\u016A\\u016C\\u016E\\u0170\\u0172\\u0174\\u0176\\u0178-\\u0179\\u017B\\u017D\\u0181-\\u0182\\u0184\\u0186-\\u0187\\u0189-\\u018B\\u018E-\\u0191\\u0193-\\u0194\\u0196-\\u0198\\u019C-\\u019D\\u019F-\\u01A0\\u01A2\\u01A4\\u01A6-\\u01A7\\u01A9\\u01AC\\u01AE-\\u01AF\\u01B1-\\u01B3\\u01B5\\u01B7-\\u01B8\\u01BC\\u01C4\\u01C7\\u01CA\\u01CD\\u01CF\\u01D1\\u01D3\\u01D5\\u01D7\\u01D9\\u01DB\\u01DE\\u01E0\\u01E2\\u01E4\\u01E6\\u01E8\\u01EA\\u01EC\\u01EE\\u01F1\\u01F4\\u01F6-\\u01F8\\u01FA\\u01FC\\u01FE\\u0200\\u0202\\u0204\\u0206\\u0208\\u020A\\u020C\\u020E\\u0210\\u0212\\u0214\\u0216\\u0218\\u021A\\u021C\\u021E\\u0220\\u0222\\u0224\\u0226\\u0228\\u022A\\u022C\\u022E\\u0230\\u0232\\u023A-\\u023B\\u023D-\\u023E\\u0241\\u0243-\\u0246\\u0248\\u024A\\u024C\\u024E\\u0370\\u0372\\u0376\\u037F\\u0386\\u0388-\\u038A\\u038C\\u038E-\\u038F\\u0391-\\u03A1\\u03A3-\\u03AB\\u03CF\\u03D2-\\u03D4\\u03D8\\u03DA\\u03DC\\u03DE\\u03E0\\u03E2\\u03E4\\u03E6\\u03E8\\u03EA\\u03EC\\u03EE\\u03F4\\u03F7\\u03F9-\\u03FA\\u03FD-\\u042F\\u0460\\u0462\\u0464\\u0466\\u0468\\u046A\\u046C\\u046E\\u0470\\u0472\\u0474\\u0476\\u0478\\u047A\\u047C\\u047E\\u0480\\u048A\\u048C\\u048E\\u0490\\u0492\\u0494\\u0496\\u0498\\u049A\\u049C\\u049E\\u04A0\\u04A2\\u04A4\\u04A6\\u04A8\\u04AA\\u04AC\\u04AE\\u04B0\\u04B2\\u04B4\\u04B6\\u04B8\\u04BA\\u04BC\\u04BE\\u04C0-\\u04C1\\u04C3\\u04C5\\u04C7\\u04C9\\u04CB\\u04CD\\u04D0\\u04D2\\u04D4\\u04D6\\u04D8\\u04DA\\u04DC\\u04DE\\u04E0\\u04E2\\u04E4\\u04E6\\u04E8\\u04EA\\u04EC\\u04EE\\u04F0\\u04F2\\u04F4\\u04F6\\u04F8\\u04FA\\u04FC\\u04FE\\u0500\\u0502\\u0504\\u0506\\u0508\\u050A\\u050C\\u050E\\u0510\\u0512\\u0514\\u0516\\u0518\\u051A\\u051C\\u051E\\u0520\\u0522\\u0524\\u0526\\u0528\\u052A\\u052C\\u052E\\u0531-\\u0556\\u10A0-\\u10C5\\u10C7\\u10CD\\u13A0-\\u13F5\\u1E00\\u1E02\\u1E04\\u1E06\\u1E08\\u1E0A\\u1E0C\\u1E0E\\u1E10\\u1E12\\u1E14\\u1E16\\u1E18\\u1E1A\\u1E1C\\u1E1E\\u1E20\\u1E22\\u1E24\\u1E26\\u1E28\\u1E2A\\u1E2C\\u1E2E\\u1E30\\u1E32\\u1E34\\u1E36\\u1E38\\u1E3A\\u1E3C\\u1E3E\\u1E40\\u1E42\\u1E44\\u1E46\\u1E48\\u1E4A\\u1E4C\\u1E4E\\u1E50\\u1E52\\u1E54\\u1E56\\u1E58\\u1E5A\\u1E5C\\u1E5E\\u1E60\\u1E62\\u1E64\\u1E66\\u1E68\\u1E6A\\u1E6C\\u1E6E\\u1E70\\u1E72\\u1E74\\u1E76\\u1E78\\u1E7A\\u1E7C\\u1E7E\\u1E80\\u1E82\\u1E84\\u1E86\\u1E88\\u1E8A\\u1E8C\\u1E8E\\u1E90\\u1E92\\u1E94\\u1E9E\\u1EA0\\u1EA2\\u1EA4\\u1EA6\\u1EA8\\u1EAA\\u1EAC\\u1EAE\\u1EB0\\u1EB2\\u1EB4\\u1EB6\\u1EB8\\u1EBA\\u1EBC\\u1EBE\\u1EC0\\u1EC2\\u1EC4\\u1EC6\\u1EC8\\u1ECA\\u1ECC\\u1ECE\\u1ED0\\u1ED2\\u1ED4\\u1ED6\\u1ED8\\u1EDA\\u1EDC\\u1EDE\\u1EE0\\u1EE2\\u1EE4\\u1EE6\\u1EE8\\u1EEA\\u1EEC\\u1EEE\\u1EF0\\u1EF2\\u1EF4\\u1EF6\\u1EF8\\u1EFA\\u1EFC\\u1EFE\\u1F08-\\u1F0F\\u1F18-\\u1F1D\\u1F28-\\u1F2F\\u1F38-\\u1F3F\\u1F48-\\u1F4D\\u1F59\\u1F5B\\u1F5D\\u1F5F\\u1F68-\\u1F6F\\u1FB8-\\u1FBB\\u1FC8-\\u1FCB\\u1FD8-\\u1FDB\\u1FE8-\\u1FEC\\u1FF8-\\u1FFB\\u2102\\u2107\\u210B-\\u210D\\u2110-\\u2112\\u2115\\u2119-\\u211D\\u2124\\u2126\\u2128\\u212A-\\u212D\\u2130-\\u2133\\u213E-\\u213F\\u2145\\u2183\\u2C00-\\u2C2E\\u2C60\\u2C62-\\u2C64\\u2C67\\u2C69\\u2C6B\\u2C6D-\\u2C70\\u2C72\\u2C75\\u2C7E-\\u2C80\\u2C82\\u2C84\\u2C86\\u2C88\\u2C8A\\u2C8C\\u2C8E\\u2C90\\u2C92\\u2C94\\u2C96\\u2C98\\u2C9A\\u2C9C\\u2C9E\\u2CA0\\u2CA2\\u2CA4\\u2CA6\\u2CA8\\u2CAA\\u2CAC\\u2CAE\\u2CB0\\u2CB2\\u2CB4\\u2CB6\\u2CB8\\u2CBA\\u2CBC\\u2CBE\\u2CC0\\u2CC2\\u2CC4\\u2CC6\\u2CC8\\u2CCA\\u2CCC\\u2CCE\\u2CD0\\u2CD2\\u2CD4\\u2CD6\\u2CD8\\u2CDA\\u2CDC\\u2CDE\\u2CE0\\u2CE2\\u2CEB\\u2CED\\u2CF2\\uA640\\uA642\\uA644\\uA646\\uA648\\uA64A\\uA64C\\uA64E\\uA650\\uA652\\uA654\\uA656\\uA658\\uA65A\\uA65C\\uA65E\\uA660\\uA662\\uA664\\uA666\\uA668\\uA66A\\uA66C\\uA680\\uA682\\uA684\\uA686\\uA688\\uA68A\\uA68C\\uA68E\\uA690\\uA692\\uA694\\uA696\\uA698\\uA69A\\uA722\\uA724\\uA726\\uA728\\uA72A\\uA72C\\uA72E\\uA732\\uA734\\uA736\\uA738\\uA73A\\uA73C\\uA73E\\uA740\\uA742\\uA744\\uA746\\uA748\\uA74A\\uA74C\\uA74E\\uA750\\uA752\\uA754\\uA756\\uA758\\uA75A\\uA75C\\uA75E\\uA760\\uA762\\uA764\\uA766\\uA768\\uA76A\\uA76C\\uA76E\\uA779\\uA77B\\uA77D-\\uA77E\\uA780\\uA782\\uA784\\uA786\\uA78B\\uA78D\\uA790\\uA792\\uA796\\uA798\\uA79A\\uA79C\\uA79E\\uA7A0\\uA7A2\\uA7A4\\uA7A6\\uA7A8\\uA7AA-\\uA7AD\\uA7B0-\\uA7B4\\uA7B6\\uFF21-\\uFF3A]", description: "[\\u0041-\\u005A\\u00C0-\\u00D6\\u00D8-\\u00DE\\u0100\\u0102\\u0104\\u0106\\u0108\\u010A\\u010C\\u010E\\u0110\\u0112\\u0114\\u0116\\u0118\\u011A\\u011C\\u011E\\u0120\\u0122\\u0124\\u0126\\u0128\\u012A\\u012C\\u012E\\u0130\\u0132\\u0134\\u0136\\u0139\\u013B\\u013D\\u013F\\u0141\\u0143\\u0145\\u0147\\u014A\\u014C\\u014E\\u0150\\u0152\\u0154\\u0156\\u0158\\u015A\\u015C\\u015E\\u0160\\u0162\\u0164\\u0166\\u0168\\u016A\\u016C\\u016E\\u0170\\u0172\\u0174\\u0176\\u0178-\\u0179\\u017B\\u017D\\u0181-\\u0182\\u0184\\u0186-\\u0187\\u0189-\\u018B\\u018E-\\u0191\\u0193-\\u0194\\u0196-\\u0198\\u019C-\\u019D\\u019F-\\u01A0\\u01A2\\u01A4\\u01A6-\\u01A7\\u01A9\\u01AC\\u01AE-\\u01AF\\u01B1-\\u01B3\\u01B5\\u01B7-\\u01B8\\u01BC\\u01C4\\u01C7\\u01CA\\u01CD\\u01CF\\u01D1\\u01D3\\u01D5\\u01D7\\u01D9\\u01DB\\u01DE\\u01E0\\u01E2\\u01E4\\u01E6\\u01E8\\u01EA\\u01EC\\u01EE\\u01F1\\u01F4\\u01F6-\\u01F8\\u01FA\\u01FC\\u01FE\\u0200\\u0202\\u0204\\u0206\\u0208\\u020A\\u020C\\u020E\\u0210\\u0212\\u0214\\u0216\\u0218\\u021A\\u021C\\u021E\\u0220\\u0222\\u0224\\u0226\\u0228\\u022A\\u022C\\u022E\\u0230\\u0232\\u023A-\\u023B\\u023D-\\u023E\\u0241\\u0243-\\u0246\\u0248\\u024A\\u024C\\u024E\\u0370\\u0372\\u0376\\u037F\\u0386\\u0388-\\u038A\\u038C\\u038E-\\u038F\\u0391-\\u03A1\\u03A3-\\u03AB\\u03CF\\u03D2-\\u03D4\\u03D8\\u03DA\\u03DC\\u03DE\\u03E0\\u03E2\\u03E4\\u03E6\\u03E8\\u03EA\\u03EC\\u03EE\\u03F4\\u03F7\\u03F9-\\u03FA\\u03FD-\\u042F\\u0460\\u0462\\u0464\\u0466\\u0468\\u046A\\u046C\\u046E\\u0470\\u0472\\u0474\\u0476\\u0478\\u047A\\u047C\\u047E\\u0480\\u048A\\u048C\\u048E\\u0490\\u0492\\u0494\\u0496\\u0498\\u049A\\u049C\\u049E\\u04A0\\u04A2\\u04A4\\u04A6\\u04A8\\u04AA\\u04AC\\u04AE\\u04B0\\u04B2\\u04B4\\u04B6\\u04B8\\u04BA\\u04BC\\u04BE\\u04C0-\\u04C1\\u04C3\\u04C5\\u04C7\\u04C9\\u04CB\\u04CD\\u04D0\\u04D2\\u04D4\\u04D6\\u04D8\\u04DA\\u04DC\\u04DE\\u04E0\\u04E2\\u04E4\\u04E6\\u04E8\\u04EA\\u04EC\\u04EE\\u04F0\\u04F2\\u04F4\\u04F6\\u04F8\\u04FA\\u04FC\\u04FE\\u0500\\u0502\\u0504\\u0506\\u0508\\u050A\\u050C\\u050E\\u0510\\u0512\\u0514\\u0516\\u0518\\u051A\\u051C\\u051E\\u0520\\u0522\\u0524\\u0526\\u0528\\u052A\\u052C\\u052E\\u0531-\\u0556\\u10A0-\\u10C5\\u10C7\\u10CD\\u13A0-\\u13F5\\u1E00\\u1E02\\u1E04\\u1E06\\u1E08\\u1E0A\\u1E0C\\u1E0E\\u1E10\\u1E12\\u1E14\\u1E16\\u1E18\\u1E1A\\u1E1C\\u1E1E\\u1E20\\u1E22\\u1E24\\u1E26\\u1E28\\u1E2A\\u1E2C\\u1E2E\\u1E30\\u1E32\\u1E34\\u1E36\\u1E38\\u1E3A\\u1E3C\\u1E3E\\u1E40\\u1E42\\u1E44\\u1E46\\u1E48\\u1E4A\\u1E4C\\u1E4E\\u1E50\\u1E52\\u1E54\\u1E56\\u1E58\\u1E5A\\u1E5C\\u1E5E\\u1E60\\u1E62\\u1E64\\u1E66\\u1E68\\u1E6A\\u1E6C\\u1E6E\\u1E70\\u1E72\\u1E74\\u1E76\\u1E78\\u1E7A\\u1E7C\\u1E7E\\u1E80\\u1E82\\u1E84\\u1E86\\u1E88\\u1E8A\\u1E8C\\u1E8E\\u1E90\\u1E92\\u1E94\\u1E9E\\u1EA0\\u1EA2\\u1EA4\\u1EA6\\u1EA8\\u1EAA\\u1EAC\\u1EAE\\u1EB0\\u1EB2\\u1EB4\\u1EB6\\u1EB8\\u1EBA\\u1EBC\\u1EBE\\u1EC0\\u1EC2\\u1EC4\\u1EC6\\u1EC8\\u1ECA\\u1ECC\\u1ECE\\u1ED0\\u1ED2\\u1ED4\\u1ED6\\u1ED8\\u1EDA\\u1EDC\\u1EDE\\u1EE0\\u1EE2\\u1EE4\\u1EE6\\u1EE8\\u1EEA\\u1EEC\\u1EEE\\u1EF0\\u1EF2\\u1EF4\\u1EF6\\u1EF8\\u1EFA\\u1EFC\\u1EFE\\u1F08-\\u1F0F\\u1F18-\\u1F1D\\u1F28-\\u1F2F\\u1F38-\\u1F3F\\u1F48-\\u1F4D\\u1F59\\u1F5B\\u1F5D\\u1F5F\\u1F68-\\u1F6F\\u1FB8-\\u1FBB\\u1FC8-\\u1FCB\\u1FD8-\\u1FDB\\u1FE8-\\u1FEC\\u1FF8-\\u1FFB\\u2102\\u2107\\u210B-\\u210D\\u2110-\\u2112\\u2115\\u2119-\\u211D\\u2124\\u2126\\u2128\\u212A-\\u212D\\u2130-\\u2133\\u213E-\\u213F\\u2145\\u2183\\u2C00-\\u2C2E\\u2C60\\u2C62-\\u2C64\\u2C67\\u2C69\\u2C6B\\u2C6D-\\u2C70\\u2C72\\u2C75\\u2C7E-\\u2C80\\u2C82\\u2C84\\u2C86\\u2C88\\u2C8A\\u2C8C\\u2C8E\\u2C90\\u2C92\\u2C94\\u2C96\\u2C98\\u2C9A\\u2C9C\\u2C9E\\u2CA0\\u2CA2\\u2CA4\\u2CA6\\u2CA8\\u2CAA\\u2CAC\\u2CAE\\u2CB0\\u2CB2\\u2CB4\\u2CB6\\u2CB8\\u2CBA\\u2CBC\\u2CBE\\u2CC0\\u2CC2\\u2CC4\\u2CC6\\u2CC8\\u2CCA\\u2CCC\\u2CCE\\u2CD0\\u2CD2\\u2CD4\\u2CD6\\u2CD8\\u2CDA\\u2CDC\\u2CDE\\u2CE0\\u2CE2\\u2CEB\\u2CED\\u2CF2\\uA640\\uA642\\uA644\\uA646\\uA648\\uA64A\\uA64C\\uA64E\\uA650\\uA652\\uA654\\uA656\\uA658\\uA65A\\uA65C\\uA65E\\uA660\\uA662\\uA664\\uA666\\uA668\\uA66A\\uA66C\\uA680\\uA682\\uA684\\uA686\\uA688\\uA68A\\uA68C\\uA68E\\uA690\\uA692\\uA694\\uA696\\uA698\\uA69A\\uA722\\uA724\\uA726\\uA728\\uA72A\\uA72C\\uA72E\\uA732\\uA734\\uA736\\uA738\\uA73A\\uA73C\\uA73E\\uA740\\uA742\\uA744\\uA746\\uA748\\uA74A\\uA74C\\uA74E\\uA750\\uA752\\uA754\\uA756\\uA758\\uA75A\\uA75C\\uA75E\\uA760\\uA762\\uA764\\uA766\\uA768\\uA76A\\uA76C\\uA76E\\uA779\\uA77B\\uA77D-\\uA77E\\uA780\\uA782\\uA784\\uA786\\uA78B\\uA78D\\uA790\\uA792\\uA796\\uA798\\uA79A\\uA79C\\uA79E\\uA7A0\\uA7A2\\uA7A4\\uA7A6\\uA7A8\\uA7AA-\\uA7AD\\uA7B0-\\uA7B4\\uA7B6\\uFF21-\\uFF3A]" }, + peg$c128 = /^[\u0903\u093B\u093E-\u0940\u0949-\u094C\u094E-\u094F\u0982-\u0983\u09BE-\u09C0\u09C7-\u09C8\u09CB-\u09CC\u09D7\u0A03\u0A3E-\u0A40\u0A83\u0ABE-\u0AC0\u0AC9\u0ACB-\u0ACC\u0B02-\u0B03\u0B3E\u0B40\u0B47-\u0B48\u0B4B-\u0B4C\u0B57\u0BBE-\u0BBF\u0BC1-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCC\u0BD7\u0C01-\u0C03\u0C41-\u0C44\u0C82-\u0C83\u0CBE\u0CC0-\u0CC4\u0CC7-\u0CC8\u0CCA-\u0CCB\u0CD5-\u0CD6\u0D02-\u0D03\u0D3E-\u0D40\u0D46-\u0D48\u0D4A-\u0D4C\u0D57\u0D82-\u0D83\u0DCF-\u0DD1\u0DD8-\u0DDF\u0DF2-\u0DF3\u0F3E-\u0F3F\u0F7F\u102B-\u102C\u1031\u1038\u103B-\u103C\u1056-\u1057\u1062-\u1064\u1067-\u106D\u1083-\u1084\u1087-\u108C\u108F\u109A-\u109C\u17B6\u17BE-\u17C5\u17C7-\u17C8\u1923-\u1926\u1929-\u192B\u1930-\u1931\u1933-\u1938\u1A19-\u1A1A\u1A55\u1A57\u1A61\u1A63-\u1A64\u1A6D-\u1A72\u1B04\u1B35\u1B3B\u1B3D-\u1B41\u1B43-\u1B44\u1B82\u1BA1\u1BA6-\u1BA7\u1BAA\u1BE7\u1BEA-\u1BEC\u1BEE\u1BF2-\u1BF3\u1C24-\u1C2B\u1C34-\u1C35\u1CE1\u1CF2-\u1CF3\u302E-\u302F\uA823-\uA824\uA827\uA880-\uA881\uA8B4-\uA8C3\uA952-\uA953\uA983\uA9B4-\uA9B5\uA9BA-\uA9BB\uA9BD-\uA9C0\uAA2F-\uAA30\uAA33-\uAA34\uAA4D\uAA7B\uAA7D\uAAEB\uAAEE-\uAAEF\uAAF5\uABE3-\uABE4\uABE6-\uABE7\uABE9-\uABEA\uABEC]/, + peg$c129 = { type: "class", value: "[\\u0903\\u093B\\u093E-\\u0940\\u0949-\\u094C\\u094E-\\u094F\\u0982-\\u0983\\u09BE-\\u09C0\\u09C7-\\u09C8\\u09CB-\\u09CC\\u09D7\\u0A03\\u0A3E-\\u0A40\\u0A83\\u0ABE-\\u0AC0\\u0AC9\\u0ACB-\\u0ACC\\u0B02-\\u0B03\\u0B3E\\u0B40\\u0B47-\\u0B48\\u0B4B-\\u0B4C\\u0B57\\u0BBE-\\u0BBF\\u0BC1-\\u0BC2\\u0BC6-\\u0BC8\\u0BCA-\\u0BCC\\u0BD7\\u0C01-\\u0C03\\u0C41-\\u0C44\\u0C82-\\u0C83\\u0CBE\\u0CC0-\\u0CC4\\u0CC7-\\u0CC8\\u0CCA-\\u0CCB\\u0CD5-\\u0CD6\\u0D02-\\u0D03\\u0D3E-\\u0D40\\u0D46-\\u0D48\\u0D4A-\\u0D4C\\u0D57\\u0D82-\\u0D83\\u0DCF-\\u0DD1\\u0DD8-\\u0DDF\\u0DF2-\\u0DF3\\u0F3E-\\u0F3F\\u0F7F\\u102B-\\u102C\\u1031\\u1038\\u103B-\\u103C\\u1056-\\u1057\\u1062-\\u1064\\u1067-\\u106D\\u1083-\\u1084\\u1087-\\u108C\\u108F\\u109A-\\u109C\\u17B6\\u17BE-\\u17C5\\u17C7-\\u17C8\\u1923-\\u1926\\u1929-\\u192B\\u1930-\\u1931\\u1933-\\u1938\\u1A19-\\u1A1A\\u1A55\\u1A57\\u1A61\\u1A63-\\u1A64\\u1A6D-\\u1A72\\u1B04\\u1B35\\u1B3B\\u1B3D-\\u1B41\\u1B43-\\u1B44\\u1B82\\u1BA1\\u1BA6-\\u1BA7\\u1BAA\\u1BE7\\u1BEA-\\u1BEC\\u1BEE\\u1BF2-\\u1BF3\\u1C24-\\u1C2B\\u1C34-\\u1C35\\u1CE1\\u1CF2-\\u1CF3\\u302E-\\u302F\\uA823-\\uA824\\uA827\\uA880-\\uA881\\uA8B4-\\uA8C3\\uA952-\\uA953\\uA983\\uA9B4-\\uA9B5\\uA9BA-\\uA9BB\\uA9BD-\\uA9C0\\uAA2F-\\uAA30\\uAA33-\\uAA34\\uAA4D\\uAA7B\\uAA7D\\uAAEB\\uAAEE-\\uAAEF\\uAAF5\\uABE3-\\uABE4\\uABE6-\\uABE7\\uABE9-\\uABEA\\uABEC]", description: "[\\u0903\\u093B\\u093E-\\u0940\\u0949-\\u094C\\u094E-\\u094F\\u0982-\\u0983\\u09BE-\\u09C0\\u09C7-\\u09C8\\u09CB-\\u09CC\\u09D7\\u0A03\\u0A3E-\\u0A40\\u0A83\\u0ABE-\\u0AC0\\u0AC9\\u0ACB-\\u0ACC\\u0B02-\\u0B03\\u0B3E\\u0B40\\u0B47-\\u0B48\\u0B4B-\\u0B4C\\u0B57\\u0BBE-\\u0BBF\\u0BC1-\\u0BC2\\u0BC6-\\u0BC8\\u0BCA-\\u0BCC\\u0BD7\\u0C01-\\u0C03\\u0C41-\\u0C44\\u0C82-\\u0C83\\u0CBE\\u0CC0-\\u0CC4\\u0CC7-\\u0CC8\\u0CCA-\\u0CCB\\u0CD5-\\u0CD6\\u0D02-\\u0D03\\u0D3E-\\u0D40\\u0D46-\\u0D48\\u0D4A-\\u0D4C\\u0D57\\u0D82-\\u0D83\\u0DCF-\\u0DD1\\u0DD8-\\u0DDF\\u0DF2-\\u0DF3\\u0F3E-\\u0F3F\\u0F7F\\u102B-\\u102C\\u1031\\u1038\\u103B-\\u103C\\u1056-\\u1057\\u1062-\\u1064\\u1067-\\u106D\\u1083-\\u1084\\u1087-\\u108C\\u108F\\u109A-\\u109C\\u17B6\\u17BE-\\u17C5\\u17C7-\\u17C8\\u1923-\\u1926\\u1929-\\u192B\\u1930-\\u1931\\u1933-\\u1938\\u1A19-\\u1A1A\\u1A55\\u1A57\\u1A61\\u1A63-\\u1A64\\u1A6D-\\u1A72\\u1B04\\u1B35\\u1B3B\\u1B3D-\\u1B41\\u1B43-\\u1B44\\u1B82\\u1BA1\\u1BA6-\\u1BA7\\u1BAA\\u1BE7\\u1BEA-\\u1BEC\\u1BEE\\u1BF2-\\u1BF3\\u1C24-\\u1C2B\\u1C34-\\u1C35\\u1CE1\\u1CF2-\\u1CF3\\u302E-\\u302F\\uA823-\\uA824\\uA827\\uA880-\\uA881\\uA8B4-\\uA8C3\\uA952-\\uA953\\uA983\\uA9B4-\\uA9B5\\uA9BA-\\uA9BB\\uA9BD-\\uA9C0\\uAA2F-\\uAA30\\uAA33-\\uAA34\\uAA4D\\uAA7B\\uAA7D\\uAAEB\\uAAEE-\\uAAEF\\uAAF5\\uABE3-\\uABE4\\uABE6-\\uABE7\\uABE9-\\uABEA\\uABEC]" }, + peg$c130 = /^[\u0300-\u036F\u0483-\u0487\u0591-\u05BD\u05BF\u05C1-\u05C2\u05C4-\u05C5\u05C7\u0610-\u061A\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7-\u06E8\u06EA-\u06ED\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u08E3-\u0902\u093A\u093C\u0941-\u0948\u094D\u0951-\u0957\u0962-\u0963\u0981\u09BC\u09C1-\u09C4\u09CD\u09E2-\u09E3\u0A01-\u0A02\u0A3C\u0A41-\u0A42\u0A47-\u0A48\u0A4B-\u0A4D\u0A51\u0A70-\u0A71\u0A75\u0A81-\u0A82\u0ABC\u0AC1-\u0AC5\u0AC7-\u0AC8\u0ACD\u0AE2-\u0AE3\u0B01\u0B3C\u0B3F\u0B41-\u0B44\u0B4D\u0B56\u0B62-\u0B63\u0B82\u0BC0\u0BCD\u0C00\u0C3E-\u0C40\u0C46-\u0C48\u0C4A-\u0C4D\u0C55-\u0C56\u0C62-\u0C63\u0C81\u0CBC\u0CBF\u0CC6\u0CCC-\u0CCD\u0CE2-\u0CE3\u0D01\u0D41-\u0D44\u0D4D\u0D62-\u0D63\u0DCA\u0DD2-\u0DD4\u0DD6\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EB9\u0EBB-\u0EBC\u0EC8-\u0ECD\u0F18-\u0F19\u0F35\u0F37\u0F39\u0F71-\u0F7E\u0F80-\u0F84\u0F86-\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102D-\u1030\u1032-\u1037\u1039-\u103A\u103D-\u103E\u1058-\u1059\u105E-\u1060\u1071-\u1074\u1082\u1085-\u1086\u108D\u109D\u135D-\u135F\u1712-\u1714\u1732-\u1734\u1752-\u1753\u1772-\u1773\u17B4-\u17B5\u17B7-\u17BD\u17C6\u17C9-\u17D3\u17DD\u180B-\u180D\u18A9\u1920-\u1922\u1927-\u1928\u1932\u1939-\u193B\u1A17-\u1A18\u1A1B\u1A56\u1A58-\u1A5E\u1A60\u1A62\u1A65-\u1A6C\u1A73-\u1A7C\u1A7F\u1AB0-\u1ABD\u1B00-\u1B03\u1B34\u1B36-\u1B3A\u1B3C\u1B42\u1B6B-\u1B73\u1B80-\u1B81\u1BA2-\u1BA5\u1BA8-\u1BA9\u1BAB-\u1BAD\u1BE6\u1BE8-\u1BE9\u1BED\u1BEF-\u1BF1\u1C2C-\u1C33\u1C36-\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE0\u1CE2-\u1CE8\u1CED\u1CF4\u1CF8-\u1CF9\u1DC0-\u1DF5\u1DFC-\u1DFF\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302D\u3099-\u309A\uA66F\uA674-\uA67D\uA69E-\uA69F\uA6F0-\uA6F1\uA802\uA806\uA80B\uA825-\uA826\uA8C4\uA8E0-\uA8F1\uA926-\uA92D\uA947-\uA951\uA980-\uA982\uA9B3\uA9B6-\uA9B9\uA9BC\uA9E5\uAA29-\uAA2E\uAA31-\uAA32\uAA35-\uAA36\uAA43\uAA4C\uAA7C\uAAB0\uAAB2-\uAAB4\uAAB7-\uAAB8\uAABE-\uAABF\uAAC1\uAAEC-\uAAED\uAAF6\uABE5\uABE8\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F]/, + peg$c131 = { type: "class", value: "[\\u0300-\\u036F\\u0483-\\u0487\\u0591-\\u05BD\\u05BF\\u05C1-\\u05C2\\u05C4-\\u05C5\\u05C7\\u0610-\\u061A\\u064B-\\u065F\\u0670\\u06D6-\\u06DC\\u06DF-\\u06E4\\u06E7-\\u06E8\\u06EA-\\u06ED\\u0711\\u0730-\\u074A\\u07A6-\\u07B0\\u07EB-\\u07F3\\u0816-\\u0819\\u081B-\\u0823\\u0825-\\u0827\\u0829-\\u082D\\u0859-\\u085B\\u08E3-\\u0902\\u093A\\u093C\\u0941-\\u0948\\u094D\\u0951-\\u0957\\u0962-\\u0963\\u0981\\u09BC\\u09C1-\\u09C4\\u09CD\\u09E2-\\u09E3\\u0A01-\\u0A02\\u0A3C\\u0A41-\\u0A42\\u0A47-\\u0A48\\u0A4B-\\u0A4D\\u0A51\\u0A70-\\u0A71\\u0A75\\u0A81-\\u0A82\\u0ABC\\u0AC1-\\u0AC5\\u0AC7-\\u0AC8\\u0ACD\\u0AE2-\\u0AE3\\u0B01\\u0B3C\\u0B3F\\u0B41-\\u0B44\\u0B4D\\u0B56\\u0B62-\\u0B63\\u0B82\\u0BC0\\u0BCD\\u0C00\\u0C3E-\\u0C40\\u0C46-\\u0C48\\u0C4A-\\u0C4D\\u0C55-\\u0C56\\u0C62-\\u0C63\\u0C81\\u0CBC\\u0CBF\\u0CC6\\u0CCC-\\u0CCD\\u0CE2-\\u0CE3\\u0D01\\u0D41-\\u0D44\\u0D4D\\u0D62-\\u0D63\\u0DCA\\u0DD2-\\u0DD4\\u0DD6\\u0E31\\u0E34-\\u0E3A\\u0E47-\\u0E4E\\u0EB1\\u0EB4-\\u0EB9\\u0EBB-\\u0EBC\\u0EC8-\\u0ECD\\u0F18-\\u0F19\\u0F35\\u0F37\\u0F39\\u0F71-\\u0F7E\\u0F80-\\u0F84\\u0F86-\\u0F87\\u0F8D-\\u0F97\\u0F99-\\u0FBC\\u0FC6\\u102D-\\u1030\\u1032-\\u1037\\u1039-\\u103A\\u103D-\\u103E\\u1058-\\u1059\\u105E-\\u1060\\u1071-\\u1074\\u1082\\u1085-\\u1086\\u108D\\u109D\\u135D-\\u135F\\u1712-\\u1714\\u1732-\\u1734\\u1752-\\u1753\\u1772-\\u1773\\u17B4-\\u17B5\\u17B7-\\u17BD\\u17C6\\u17C9-\\u17D3\\u17DD\\u180B-\\u180D\\u18A9\\u1920-\\u1922\\u1927-\\u1928\\u1932\\u1939-\\u193B\\u1A17-\\u1A18\\u1A1B\\u1A56\\u1A58-\\u1A5E\\u1A60\\u1A62\\u1A65-\\u1A6C\\u1A73-\\u1A7C\\u1A7F\\u1AB0-\\u1ABD\\u1B00-\\u1B03\\u1B34\\u1B36-\\u1B3A\\u1B3C\\u1B42\\u1B6B-\\u1B73\\u1B80-\\u1B81\\u1BA2-\\u1BA5\\u1BA8-\\u1BA9\\u1BAB-\\u1BAD\\u1BE6\\u1BE8-\\u1BE9\\u1BED\\u1BEF-\\u1BF1\\u1C2C-\\u1C33\\u1C36-\\u1C37\\u1CD0-\\u1CD2\\u1CD4-\\u1CE0\\u1CE2-\\u1CE8\\u1CED\\u1CF4\\u1CF8-\\u1CF9\\u1DC0-\\u1DF5\\u1DFC-\\u1DFF\\u20D0-\\u20DC\\u20E1\\u20E5-\\u20F0\\u2CEF-\\u2CF1\\u2D7F\\u2DE0-\\u2DFF\\u302A-\\u302D\\u3099-\\u309A\\uA66F\\uA674-\\uA67D\\uA69E-\\uA69F\\uA6F0-\\uA6F1\\uA802\\uA806\\uA80B\\uA825-\\uA826\\uA8C4\\uA8E0-\\uA8F1\\uA926-\\uA92D\\uA947-\\uA951\\uA980-\\uA982\\uA9B3\\uA9B6-\\uA9B9\\uA9BC\\uA9E5\\uAA29-\\uAA2E\\uAA31-\\uAA32\\uAA35-\\uAA36\\uAA43\\uAA4C\\uAA7C\\uAAB0\\uAAB2-\\uAAB4\\uAAB7-\\uAAB8\\uAABE-\\uAABF\\uAAC1\\uAAEC-\\uAAED\\uAAF6\\uABE5\\uABE8\\uABED\\uFB1E\\uFE00-\\uFE0F\\uFE20-\\uFE2F]", description: "[\\u0300-\\u036F\\u0483-\\u0487\\u0591-\\u05BD\\u05BF\\u05C1-\\u05C2\\u05C4-\\u05C5\\u05C7\\u0610-\\u061A\\u064B-\\u065F\\u0670\\u06D6-\\u06DC\\u06DF-\\u06E4\\u06E7-\\u06E8\\u06EA-\\u06ED\\u0711\\u0730-\\u074A\\u07A6-\\u07B0\\u07EB-\\u07F3\\u0816-\\u0819\\u081B-\\u0823\\u0825-\\u0827\\u0829-\\u082D\\u0859-\\u085B\\u08E3-\\u0902\\u093A\\u093C\\u0941-\\u0948\\u094D\\u0951-\\u0957\\u0962-\\u0963\\u0981\\u09BC\\u09C1-\\u09C4\\u09CD\\u09E2-\\u09E3\\u0A01-\\u0A02\\u0A3C\\u0A41-\\u0A42\\u0A47-\\u0A48\\u0A4B-\\u0A4D\\u0A51\\u0A70-\\u0A71\\u0A75\\u0A81-\\u0A82\\u0ABC\\u0AC1-\\u0AC5\\u0AC7-\\u0AC8\\u0ACD\\u0AE2-\\u0AE3\\u0B01\\u0B3C\\u0B3F\\u0B41-\\u0B44\\u0B4D\\u0B56\\u0B62-\\u0B63\\u0B82\\u0BC0\\u0BCD\\u0C00\\u0C3E-\\u0C40\\u0C46-\\u0C48\\u0C4A-\\u0C4D\\u0C55-\\u0C56\\u0C62-\\u0C63\\u0C81\\u0CBC\\u0CBF\\u0CC6\\u0CCC-\\u0CCD\\u0CE2-\\u0CE3\\u0D01\\u0D41-\\u0D44\\u0D4D\\u0D62-\\u0D63\\u0DCA\\u0DD2-\\u0DD4\\u0DD6\\u0E31\\u0E34-\\u0E3A\\u0E47-\\u0E4E\\u0EB1\\u0EB4-\\u0EB9\\u0EBB-\\u0EBC\\u0EC8-\\u0ECD\\u0F18-\\u0F19\\u0F35\\u0F37\\u0F39\\u0F71-\\u0F7E\\u0F80-\\u0F84\\u0F86-\\u0F87\\u0F8D-\\u0F97\\u0F99-\\u0FBC\\u0FC6\\u102D-\\u1030\\u1032-\\u1037\\u1039-\\u103A\\u103D-\\u103E\\u1058-\\u1059\\u105E-\\u1060\\u1071-\\u1074\\u1082\\u1085-\\u1086\\u108D\\u109D\\u135D-\\u135F\\u1712-\\u1714\\u1732-\\u1734\\u1752-\\u1753\\u1772-\\u1773\\u17B4-\\u17B5\\u17B7-\\u17BD\\u17C6\\u17C9-\\u17D3\\u17DD\\u180B-\\u180D\\u18A9\\u1920-\\u1922\\u1927-\\u1928\\u1932\\u1939-\\u193B\\u1A17-\\u1A18\\u1A1B\\u1A56\\u1A58-\\u1A5E\\u1A60\\u1A62\\u1A65-\\u1A6C\\u1A73-\\u1A7C\\u1A7F\\u1AB0-\\u1ABD\\u1B00-\\u1B03\\u1B34\\u1B36-\\u1B3A\\u1B3C\\u1B42\\u1B6B-\\u1B73\\u1B80-\\u1B81\\u1BA2-\\u1BA5\\u1BA8-\\u1BA9\\u1BAB-\\u1BAD\\u1BE6\\u1BE8-\\u1BE9\\u1BED\\u1BEF-\\u1BF1\\u1C2C-\\u1C33\\u1C36-\\u1C37\\u1CD0-\\u1CD2\\u1CD4-\\u1CE0\\u1CE2-\\u1CE8\\u1CED\\u1CF4\\u1CF8-\\u1CF9\\u1DC0-\\u1DF5\\u1DFC-\\u1DFF\\u20D0-\\u20DC\\u20E1\\u20E5-\\u20F0\\u2CEF-\\u2CF1\\u2D7F\\u2DE0-\\u2DFF\\u302A-\\u302D\\u3099-\\u309A\\uA66F\\uA674-\\uA67D\\uA69E-\\uA69F\\uA6F0-\\uA6F1\\uA802\\uA806\\uA80B\\uA825-\\uA826\\uA8C4\\uA8E0-\\uA8F1\\uA926-\\uA92D\\uA947-\\uA951\\uA980-\\uA982\\uA9B3\\uA9B6-\\uA9B9\\uA9BC\\uA9E5\\uAA29-\\uAA2E\\uAA31-\\uAA32\\uAA35-\\uAA36\\uAA43\\uAA4C\\uAA7C\\uAAB0\\uAAB2-\\uAAB4\\uAAB7-\\uAAB8\\uAABE-\\uAABF\\uAAC1\\uAAEC-\\uAAED\\uAAF6\\uABE5\\uABE8\\uABED\\uFB1E\\uFE00-\\uFE0F\\uFE20-\\uFE2F]" }, + peg$c132 = /^[0-9\u0660-\u0669\u06F0-\u06F9\u07C0-\u07C9\u0966-\u096F\u09E6-\u09EF\u0A66-\u0A6F\u0AE6-\u0AEF\u0B66-\u0B6F\u0BE6-\u0BEF\u0C66-\u0C6F\u0CE6-\u0CEF\u0D66-\u0D6F\u0DE6-\u0DEF\u0E50-\u0E59\u0ED0-\u0ED9\u0F20-\u0F29\u1040-\u1049\u1090-\u1099\u17E0-\u17E9\u1810-\u1819\u1946-\u194F\u19D0-\u19D9\u1A80-\u1A89\u1A90-\u1A99\u1B50-\u1B59\u1BB0-\u1BB9\u1C40-\u1C49\u1C50-\u1C59\uA620-\uA629\uA8D0-\uA8D9\uA900-\uA909\uA9D0-\uA9D9\uA9F0-\uA9F9\uAA50-\uAA59\uABF0-\uABF9\uFF10-\uFF19]/, + peg$c133 = { type: "class", value: "[\\u0030-\\u0039\\u0660-\\u0669\\u06F0-\\u06F9\\u07C0-\\u07C9\\u0966-\\u096F\\u09E6-\\u09EF\\u0A66-\\u0A6F\\u0AE6-\\u0AEF\\u0B66-\\u0B6F\\u0BE6-\\u0BEF\\u0C66-\\u0C6F\\u0CE6-\\u0CEF\\u0D66-\\u0D6F\\u0DE6-\\u0DEF\\u0E50-\\u0E59\\u0ED0-\\u0ED9\\u0F20-\\u0F29\\u1040-\\u1049\\u1090-\\u1099\\u17E0-\\u17E9\\u1810-\\u1819\\u1946-\\u194F\\u19D0-\\u19D9\\u1A80-\\u1A89\\u1A90-\\u1A99\\u1B50-\\u1B59\\u1BB0-\\u1BB9\\u1C40-\\u1C49\\u1C50-\\u1C59\\uA620-\\uA629\\uA8D0-\\uA8D9\\uA900-\\uA909\\uA9D0-\\uA9D9\\uA9F0-\\uA9F9\\uAA50-\\uAA59\\uABF0-\\uABF9\\uFF10-\\uFF19]", description: "[\\u0030-\\u0039\\u0660-\\u0669\\u06F0-\\u06F9\\u07C0-\\u07C9\\u0966-\\u096F\\u09E6-\\u09EF\\u0A66-\\u0A6F\\u0AE6-\\u0AEF\\u0B66-\\u0B6F\\u0BE6-\\u0BEF\\u0C66-\\u0C6F\\u0CE6-\\u0CEF\\u0D66-\\u0D6F\\u0DE6-\\u0DEF\\u0E50-\\u0E59\\u0ED0-\\u0ED9\\u0F20-\\u0F29\\u1040-\\u1049\\u1090-\\u1099\\u17E0-\\u17E9\\u1810-\\u1819\\u1946-\\u194F\\u19D0-\\u19D9\\u1A80-\\u1A89\\u1A90-\\u1A99\\u1B50-\\u1B59\\u1BB0-\\u1BB9\\u1C40-\\u1C49\\u1C50-\\u1C59\\uA620-\\uA629\\uA8D0-\\uA8D9\\uA900-\\uA909\\uA9D0-\\uA9D9\\uA9F0-\\uA9F9\\uAA50-\\uAA59\\uABF0-\\uABF9\\uFF10-\\uFF19]" }, + peg$c134 = /^[\u16EE-\u16F0\u2160-\u2182\u2185-\u2188\u3007\u3021-\u3029\u3038-\u303A\uA6E6-\uA6EF]/, + peg$c135 = { type: "class", value: "[\\u16EE-\\u16F0\\u2160-\\u2182\\u2185-\\u2188\\u3007\\u3021-\\u3029\\u3038-\\u303A\\uA6E6-\\uA6EF]", description: "[\\u16EE-\\u16F0\\u2160-\\u2182\\u2185-\\u2188\\u3007\\u3021-\\u3029\\u3038-\\u303A\\uA6E6-\\uA6EF]" }, + peg$c136 = /^[_\u203F-\u2040\u2054\uFE33-\uFE34\uFE4D-\uFE4F\uFF3F]/, + peg$c137 = { type: "class", value: "[\\u005F\\u203F-\\u2040\\u2054\\uFE33-\\uFE34\\uFE4D-\\uFE4F\\uFF3F]", description: "[\\u005F\\u203F-\\u2040\\u2054\\uFE33-\\uFE34\\uFE4D-\\uFE4F\\uFF3F]" }, + peg$c138 = /^[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, + peg$c139 = { type: "class", value: "[\\u0020\\u00A0\\u1680\\u2000-\\u200A\\u202F\\u205F\\u3000]", description: "[\\u0020\\u00A0\\u1680\\u2000-\\u200A\\u202F\\u205F\\u3000]" }, + peg$c140 = "break", + peg$c141 = { type: "literal", value: "break", description: "\"break\"" }, + peg$c142 = "case", + peg$c143 = { type: "literal", value: "case", description: "\"case\"" }, + peg$c144 = "catch", + peg$c145 = { type: "literal", value: "catch", description: "\"catch\"" }, + peg$c146 = "class", + peg$c147 = { type: "literal", value: "class", description: "\"class\"" }, + peg$c148 = "asset", + peg$c149 = { type: "literal", value: "asset", description: "\"asset\"" }, + peg$c150 = "transaction", + peg$c151 = { type: "literal", value: "transaction", description: "\"transaction\"" }, + peg$c152 = "participant", + peg$c153 = { type: "literal", value: "participant", description: "\"participant\"" }, + peg$c154 = "const", + peg$c155 = { type: "literal", value: "const", description: "\"const\"" }, + peg$c156 = "continue", + peg$c157 = { type: "literal", value: "continue", description: "\"continue\"" }, + peg$c158 = "debugger", + peg$c159 = { type: "literal", value: "debugger", description: "\"debugger\"" }, + peg$c160 = "default", + peg$c161 = { type: "literal", value: "default", description: "\"default\"" }, + peg$c162 = "delete", + peg$c163 = { type: "literal", value: "delete", description: "\"delete\"" }, + peg$c164 = "do", + peg$c165 = { type: "literal", value: "do", description: "\"do\"" }, + peg$c166 = "else", + peg$c167 = { type: "literal", value: "else", description: "\"else\"" }, + peg$c168 = "enum", + peg$c169 = { type: "literal", value: "enum", description: "\"enum\"" }, + peg$c170 = "export", + peg$c171 = { type: "literal", value: "export", description: "\"export\"" }, + peg$c172 = "extends", + peg$c173 = { type: "literal", value: "extends", description: "\"extends\"" }, + peg$c174 = "false", + peg$c175 = { type: "literal", value: "false", description: "\"false\"" }, + peg$c176 = "finally", + peg$c177 = { type: "literal", value: "finally", description: "\"finally\"" }, + peg$c178 = "for", + peg$c179 = { type: "literal", value: "for", description: "\"for\"" }, + peg$c180 = "function", + peg$c181 = { type: "literal", value: "function", description: "\"function\"" }, + peg$c182 = "get", + peg$c183 = { type: "literal", value: "get", description: "\"get\"" }, + peg$c184 = "if", + peg$c185 = { type: "literal", value: "if", description: "\"if\"" }, + peg$c186 = "import", + peg$c187 = { type: "literal", value: "import", description: "\"import\"" }, + peg$c188 = "instanceof", + peg$c189 = { type: "literal", value: "instanceof", description: "\"instanceof\"" }, + peg$c190 = "in", + peg$c191 = { type: "literal", value: "in", description: "\"in\"" }, + peg$c192 = "new", + peg$c193 = { type: "literal", value: "new", description: "\"new\"" }, + peg$c194 = "null", + peg$c195 = { type: "literal", value: "null", description: "\"null\"" }, + peg$c196 = "return", + peg$c197 = { type: "literal", value: "return", description: "\"return\"" }, + peg$c198 = "set", + peg$c199 = { type: "literal", value: "set", description: "\"set\"" }, + peg$c200 = "super", + peg$c201 = { type: "literal", value: "super", description: "\"super\"" }, + peg$c202 = "switch", + peg$c203 = { type: "literal", value: "switch", description: "\"switch\"" }, + peg$c204 = "this", + peg$c205 = { type: "literal", value: "this", description: "\"this\"" }, + peg$c206 = "throw", + peg$c207 = { type: "literal", value: "throw", description: "\"throw\"" }, + peg$c208 = "true", + peg$c209 = { type: "literal", value: "true", description: "\"true\"" }, + peg$c210 = "try", + peg$c211 = { type: "literal", value: "try", description: "\"try\"" }, + peg$c212 = "typeof", + peg$c213 = { type: "literal", value: "typeof", description: "\"typeof\"" }, + peg$c214 = "var", + peg$c215 = { type: "literal", value: "var", description: "\"var\"" }, + peg$c216 = "void", + peg$c217 = { type: "literal", value: "void", description: "\"void\"" }, + peg$c218 = "while", + peg$c219 = { type: "literal", value: "while", description: "\"while\"" }, + peg$c220 = "with", + peg$c221 = { type: "literal", value: "with", description: "\"with\"" }, + peg$c222 = "namespace", + peg$c223 = { type: "literal", value: "namespace", description: "\"namespace\"" }, + peg$c224 = "abstract", + peg$c225 = { type: "literal", value: "abstract", description: "\"abstract\"" }, + peg$c226 = ";", + peg$c227 = { type: "literal", value: ";", description: "\";\"" }, + peg$c228 = "}", + peg$c229 = { type: "literal", value: "}", description: "\"}\"" }, + peg$c230 = function() { return { type: "ThisExpression" }; }, + peg$c231 = "(", + peg$c232 = { type: "literal", value: "(", description: "\"(\"" }, + peg$c233 = ")", + peg$c234 = { type: "literal", value: ")", description: "\")\"" }, + peg$c235 = function(expression) { return expression; }, + peg$c236 = function(elision) { + return { + type: "ArrayExpression", + elements: optionalList(extractOptional(elision, 0)) + }; + }, + peg$c237 = function(elements) { + return { + type: "ArrayExpression", + elements: elements + }; + }, + peg$c238 = ",", + peg$c239 = { type: "literal", value: ",", description: "\",\"" }, + peg$c240 = function(elements, elision) { + return { + type: "ArrayExpression", + elements: elements.concat(optionalList(extractOptional(elision, 0))) + }; + }, + peg$c241 = function(elision, element) { + return optionalList(extractOptional(elision, 0)).concat(element); + }, + peg$c242 = function(first, elision, element) { + return optionalList(extractOptional(elision, 0)).concat(element); + }, + peg$c243 = function(first, rest) { return Array.prototype.concat.apply(first, rest); }, + peg$c244 = function(commas) { return filledArray(commas.length + 1, null); }, + peg$c245 = "{", + peg$c246 = { type: "literal", value: "{", description: "\"{\"" }, + peg$c247 = function() { return { type: "ObjectExpression", properties: [] }; }, + peg$c248 = function(properties) { + return { type: "ObjectExpression", properties: properties }; + }, + peg$c249 = function(first, rest) { + return buildList(first, rest, 3); + }, + peg$c250 = ":", + peg$c251 = { type: "literal", value: ":", description: "\":\"" }, + peg$c252 = function(key, value) { + return { key: key, value: value, kind: "init" }; + }, + peg$c253 = function(key, body) { + return { + key: key, + value: { + type: "FunctionExpression", + id: null, + params: [], + body: body + }, + kind: "get" + }; + }, + peg$c254 = function(key, params, body) { + return { + key: key, + value: { + type: "FunctionExpression", + id: null, + params: params, + body: body + }, + kind: "set" + }; + }, + peg$c255 = function(id) { return [id]; }, + peg$c256 = function(callee, args) { + return { type: "NewExpression", callee: callee, arguments: args }; + }, + peg$c257 = function(first, property) { + return { property: property, computed: true }; + }, + peg$c258 = function(first, property) { + return { property: property, computed: false }; + }, + peg$c259 = function(first, rest) { + return buildTree(first, rest, function(result, element) { + return { + type: "MemberExpression", + object: result, + property: element.property, + computed: element.computed + }; + }); + }, + peg$c260 = function(callee) { + return { type: "NewExpression", callee: callee, arguments: [] }; + }, + peg$c261 = function(callee, args) { + return { type: "CallExpression", callee: callee, arguments: args }; + }, + peg$c262 = function(first, args) { + return { type: "CallExpression", arguments: args }; + }, + peg$c263 = function(first, property) { + return { + type: "MemberExpression", + property: property, + computed: true + }; + }, + peg$c264 = function(first, property) { + return { + type: "MemberExpression", + property: property, + computed: false + }; + }, + peg$c265 = function(first, rest) { + return buildTree(first, rest, function(result, element) { + element[TYPES_TO_PROPERTY_NAMES[element.type]] = result; + + return element; + }); + }, + peg$c266 = function(args) { + return optionalList(extractOptional(args, 0)); + }, + peg$c267 = function(operator, argument) { + return { + type: "UnaryExpression", + operator: operator, + argument: argument, + prefix: true + }; + }, + peg$c268 = "!", + peg$c269 = { type: "literal", value: "!", description: "\"!\"" }, + peg$c270 = function(first, rest) { return buildBinaryExpression(first, rest); }, + peg$c271 = "*", + peg$c272 = { type: "literal", value: "*", description: "\"*\"" }, + peg$c273 = "=", + peg$c274 = { type: "literal", value: "=", description: "\"=\"" }, + peg$c275 = "%", + peg$c276 = { type: "literal", value: "%", description: "\"%\"" }, + peg$c277 = "+", + peg$c278 = { type: "literal", value: "+", description: "\"+\"" }, + peg$c279 = /^[+=]/, + peg$c280 = { type: "class", value: "[+=]", description: "[+=]" }, + peg$c281 = "-", + peg$c282 = { type: "literal", value: "-", description: "\"-\"" }, + peg$c283 = /^[\-=]/, + peg$c284 = { type: "class", value: "[-=]", description: "[-=]" }, + peg$c285 = "<<", + peg$c286 = { type: "literal", value: "<<", description: "\"<<\"" }, + peg$c287 = ">>>", + peg$c288 = { type: "literal", value: ">>>", description: "\">>>\"" }, + peg$c289 = ">>", + peg$c290 = { type: "literal", value: ">>", description: "\">>\"" }, + peg$c291 = "<=", + peg$c292 = { type: "literal", value: "<=", description: "\"<=\"" }, + peg$c293 = ">=", + peg$c294 = { type: "literal", value: ">=", description: "\">=\"" }, + peg$c295 = "<", + peg$c296 = { type: "literal", value: "<", description: "\"<\"" }, + peg$c297 = ">", + peg$c298 = { type: "literal", value: ">", description: "\">\"" }, + peg$c299 = "==", + peg$c300 = { type: "literal", value: "==", description: "\"==\"" }, + peg$c301 = "!=", + peg$c302 = { type: "literal", value: "!=", description: "\"!=\"" }, + peg$c303 = "&", + peg$c304 = { type: "literal", value: "&", description: "\"&\"" }, + peg$c305 = /^[&=]/, + peg$c306 = { type: "class", value: "[&=]", description: "[&=]" }, + peg$c307 = "^", + peg$c308 = { type: "literal", value: "^", description: "\"^\"" }, + peg$c309 = "|", + peg$c310 = { type: "literal", value: "|", description: "\"|\"" }, + peg$c311 = /^[|=]/, + peg$c312 = { type: "class", value: "[|=]", description: "[|=]" }, + peg$c313 = "AND", + peg$c314 = { type: "literal", value: "AND", description: "\"AND\"" }, + peg$c315 = "OR", + peg$c316 = { type: "literal", value: "OR", description: "\"OR\"" }, + peg$c317 = "?", + peg$c318 = { type: "literal", value: "?", description: "\"?\"" }, + peg$c319 = function(test, consequent, alternate) { + return { + type: "ConditionalExpression", + test: test, + consequent: consequent, + alternate: alternate + }; + }, + peg$c320 = function(left, right) { + return { + type: "AssignmentExpression", + operator: "=", + left: left, + right: right + }; + }, + peg$c321 = function(left, operator, right) { + return { + type: "AssignmentExpression", + operator: operator, + left: left, + right: right + }; + }, + peg$c322 = "*=", + peg$c323 = { type: "literal", value: "*=", description: "\"*=\"" }, + peg$c324 = "/=", + peg$c325 = { type: "literal", value: "/=", description: "\"/=\"" }, + peg$c326 = "%=", + peg$c327 = { type: "literal", value: "%=", description: "\"%=\"" }, + peg$c328 = "+=", + peg$c329 = { type: "literal", value: "+=", description: "\"+=\"" }, + peg$c330 = "-=", + peg$c331 = { type: "literal", value: "-=", description: "\"-=\"" }, + peg$c332 = "<<=", + peg$c333 = { type: "literal", value: "<<=", description: "\"<<=\"" }, + peg$c334 = ">>=", + peg$c335 = { type: "literal", value: ">>=", description: "\">>=\"" }, + peg$c336 = ">>>=", + peg$c337 = { type: "literal", value: ">>>=", description: "\">>>=\"" }, + peg$c338 = "&=", + peg$c339 = { type: "literal", value: "&=", description: "\"&=\"" }, + peg$c340 = "^=", + peg$c341 = { type: "literal", value: "^=", description: "\"^=\"" }, + peg$c342 = "|=", + peg$c343 = { type: "literal", value: "|=", description: "\"|=\"" }, + peg$c344 = function(first, rest) { + return rest.length > 0 + ? { type: "SequenceExpression", expressions: buildList(first, rest, 3) } + : first; + }, + peg$c345 = function(body) { + return { + type: "BlockStatement", + body: optionalList(extractOptional(body, 0)) + }; + }, + peg$c346 = function(first, rest) { return buildList(first, rest, 1); }, + peg$c347 = function(declarations) { + return { + type: "VariableDeclaration", + declarations: declarations + }; + }, + peg$c348 = function(id, init) { + return { + type: "VariableDeclarator", + id: id, + init: extractOptional(init, 1) + }; + }, + peg$c349 = function() { return { type: "EmptyStatement" }; }, + peg$c350 = function(expression) { + return { + type: "ExpressionStatement", + expression: expression + }; + }, + peg$c351 = function(test, consequent, alternate) { + return { + type: "IfStatement", + test: test, + consequent: consequent, + alternate: alternate + }; + }, + peg$c352 = function(test, consequent) { + return { + type: "IfStatement", + test: test, + consequent: consequent, + alternate: null + }; + }, + peg$c353 = function(body, test) { return { type: "DoWhileStatement", body: body, test: test }; }, + peg$c354 = function(test, body) { return { type: "WhileStatement", test: test, body: body }; }, + peg$c355 = function(init, test, update, body) { + return { + type: "ForStatement", + init: extractOptional(init, 0), + test: extractOptional(test, 0), + update: extractOptional(update, 0), + body: body + }; + }, + peg$c356 = function(declarations, test, update, body) { + return { + type: "ForStatement", + init: { + type: "VariableDeclaration", + declarations: declarations + }, + test: extractOptional(test, 0), + update: extractOptional(update, 0), + body: body + }; + }, + peg$c357 = function(left, right, body) { + return { + type: "ForInStatement", + left: left, + right: right, + body: body + }; + }, + peg$c358 = function(declarations, right, body) { + return { + type: "ForInStatement", + left: { + type: "VariableDeclaration", + declarations: declarations + }, + right: right, + body: body + }; + }, + peg$c359 = function() { + return { type: "ContinueStatement", label: null }; + }, + peg$c360 = function(label) { + return { type: "ContinueStatement", label: label }; + }, + peg$c361 = function() { + return { type: "BreakStatement", label: null }; + }, + peg$c362 = function(label) { + return { type: "BreakStatement", label: label }; + }, + peg$c363 = function() { + return { type: "ReturnStatement", argument: null }; + }, + peg$c364 = function(argument) { + return { type: "ReturnStatement", argument: argument }; + }, + peg$c365 = function(object, body) { return { type: "WithStatement", object: object, body: body }; }, + peg$c366 = function(discriminant, cases) { + return { + type: "SwitchStatement", + discriminant: discriminant, + cases: cases + }; + }, + peg$c367 = function(clauses) { + return optionalList(extractOptional(clauses, 0)); + }, + peg$c368 = function(before, default_, after) { + return optionalList(extractOptional(before, 0)) + .concat(default_) + .concat(optionalList(extractOptional(after, 0))); + }, + peg$c369 = function(test, consequent) { + return { + type: "SwitchCase", + test: test, + consequent: optionalList(extractOptional(consequent, 1)) + }; + }, + peg$c370 = function(consequent) { + return { + type: "SwitchCase", + test: null, + consequent: optionalList(extractOptional(consequent, 1)) + }; + }, + peg$c371 = function(label, body) { + return { type: "LabeledStatement", label: label, body: body }; + }, + peg$c372 = function(argument) { + return { type: "ThrowStatement", argument: argument }; + }, + peg$c373 = function(block, handler, finalizer) { + return { + type: "TryStatement", + block: block, + handler: handler, + finalizer: finalizer + }; + }, + peg$c374 = function(block, handler) { + return { + type: "TryStatement", + block: block, + handler: handler, + finalizer: null + }; + }, + peg$c375 = function(block, finalizer) { + return { + type: "TryStatement", + block: block, + handler: null, + finalizer: finalizer + }; + }, + peg$c376 = function(param, body) { + return { + type: "CatchClause", + param: param, + body: body + }; + }, + peg$c377 = function(block) { return block; }, + peg$c378 = function() { return { type: "DebuggerStatement" }; }, + peg$c379 = function(id, params, body) { + return { + type: "FunctionDeclaration", + id: id, + params: optionalList(extractOptional(params, 0)), + body: body + }; + }, + peg$c380 = function(id, params, body) { + return { + type: "FunctionExpression", + id: extractOptional(id, 0), + params: optionalList(extractOptional(params, 0)), + body: body + }; + }, + peg$c381 = function(statementList) { + return { + type: "FunctionBody", + statementList: statementList + }; + }, + peg$c382 = "validator", + peg$c383 = { type: "literal", value: "validator", description: "\"validator\"" }, + peg$c384 = function(validator) { + return { + type: "Validator", + text: validator + }; + }, + peg$c385 = "optional", + peg$c386 = { type: "literal", value: "optional", description: "\"optional\"" }, + peg$c387 = function() { + return { + type: "Optional" + }; + }, + peg$c388 = function(def) { + return { + type: "Default", + text: def + }; + }, + peg$c389 = function(first, rest) { + return first.concat(JSON.stringify(rest).replace(/['"]+/g, '')); + }, + peg$c390 = "query", + peg$c391 = { type: "literal", value: "query", description: "\"query\"" }, + peg$c392 = "SELECT", + peg$c393 = { type: "literal", value: "SELECT", description: "\"SELECT\"" }, + peg$c394 = "FROM", + peg$c395 = { type: "literal", value: "FROM", description: "\"FROM\"" }, + peg$c396 = "WHERE", + peg$c397 = { type: "literal", value: "WHERE", description: "\"WHERE\"" }, + peg$c398 = "ORDER BY", + peg$c399 = { type: "literal", value: "ORDER BY", description: "\"ORDER BY\"" }, + peg$c400 = "SKIP", + peg$c401 = { type: "literal", value: "SKIP", description: "\"SKIP\"" }, + peg$c402 = "LIMIT", + peg$c403 = { type: "literal", value: "LIMIT", description: "\"LIMIT\"" }, + peg$c404 = "ASC", + peg$c405 = { type: "literal", value: "ASC", description: "\"ASC\"" }, + peg$c406 = "DESC", + peg$c407 = { type: "literal", value: "DESC", description: "\"DESC\"" }, + peg$c408 = function(queries) { + return { + type: "Queries", + queries: queries + }; + }, + peg$c409 = "description:", + peg$c410 = { type: "literal", value: "description:", description: "\"description:\"" }, + peg$c411 = "statement:", + peg$c412 = { type: "literal", value: "statement:", description: "\"statement:\"" }, + peg$c413 = function(id, description, select) { + return { + type: "Query", + identifier: id, + description: description, + select: select, + location: location() + }; + }, + peg$c414 = function(resource, from, registry, where, orderBy, limit, skip) { + return { + type: "SELECT FROM", + resource: resource, + registry: registry, + where: where, + limit: limit, + skip: skip, + orderBy: orderBy, + location: location() + }; + }, + peg$c415 = function(resource, where, orderBy, limit, skip) { + return { + type: "SELECT", + resource: resource, + where: where, + limit: limit, + skip: skip, + orderBy: orderBy, + location: location() + }; + }, + peg$c416 = function(limit) { + return { + limit: limit + }; + }, + peg$c417 = function(skip) { + return { + skip: skip + }; + }, + peg$c418 = function() { return "ASC"; }, + peg$c419 = function() { return "DESC"; }, + peg$c420 = function(sort) { + return { + sort: sort, + }; + }, + peg$c421 = function(first, rest) { + return [first].concat(rest); + }, + peg$c422 = function(item) { + return item; + }, + peg$c423 = function(fieldName, direction) { + return { + fieldName: fieldName, + direction: direction + }; + }, + peg$c424 = function(test) { + return test; + }, + peg$c425 = function() { return "OR"; }, + peg$c426 = function() { return "AND"; }, + peg$c427 = function() { return "!="; }, + peg$c428 = function() { return "="; }, + peg$c429 = function() { return "<"; }, + peg$c430 = function() { return "<="; }, + peg$c431 = function() { return ">"; }, + peg$c432 = function() { return ">="; }, + peg$c433 = "_$", + peg$c434 = { type: "literal", value: "_$", description: "\"_$\"" }, + peg$c435 = function(name) { + return { + type: "Placeholder", + index: name, + location: location() + }; + }, + peg$c436 = function(chars) { + return chars.join(""); + }, + + peg$currPos = 0, + peg$savedPos = 0, + peg$posDetailsCache = [{ line: 1, column: 1, seenCR: false }], + peg$maxFailPos = 0, + peg$maxFailExpected = [], + peg$silentFails = 0, + + peg$result; + + if ("startRule" in options) { + if (!(options.startRule in peg$startRuleFunctions)) { + throw new Error("Can't start parsing from rule \"" + options.startRule + "\"."); + } + + peg$startRuleFunction = peg$startRuleFunctions[options.startRule]; + } + + function text() { + return input.substring(peg$savedPos, peg$currPos); + } + + function location() { + return peg$computeLocation(peg$savedPos, peg$currPos); + } + + function expected(description) { + throw peg$buildException( + null, + [{ type: "other", description: description }], + input.substring(peg$savedPos, peg$currPos), + peg$computeLocation(peg$savedPos, peg$currPos) + ); + } + + function error(message) { + throw peg$buildException( + message, + null, + input.substring(peg$savedPos, peg$currPos), + peg$computeLocation(peg$savedPos, peg$currPos) + ); + } + + function peg$computePosDetails(pos) { + var details = peg$posDetailsCache[pos], + p, ch; + + if (details) { + return details; + } else { + p = pos - 1; + while (!peg$posDetailsCache[p]) { + p--; + } + + details = peg$posDetailsCache[p]; + details = { + line: details.line, + column: details.column, + seenCR: details.seenCR + }; + + while (p < pos) { + ch = input.charAt(p); + if (ch === "\n") { + if (!details.seenCR) { details.line++; } + details.column = 1; + details.seenCR = false; + } else if (ch === "\r" || ch === "\u2028" || ch === "\u2029") { + details.line++; + details.column = 1; + details.seenCR = true; + } else { + details.column++; + details.seenCR = false; + } + + p++; + } + + peg$posDetailsCache[pos] = details; + return details; + } + } + + function peg$computeLocation(startPos, endPos) { + var startPosDetails = peg$computePosDetails(startPos), + endPosDetails = peg$computePosDetails(endPos); + + return { + start: { + offset: startPos, + line: startPosDetails.line, + column: startPosDetails.column + }, + end: { + offset: endPos, + line: endPosDetails.line, + column: endPosDetails.column + } + }; + } + + function peg$fail(expected) { + if (peg$currPos < peg$maxFailPos) { return; } + + if (peg$currPos > peg$maxFailPos) { + peg$maxFailPos = peg$currPos; + peg$maxFailExpected = []; + } + + peg$maxFailExpected.push(expected); + } + + function peg$buildException(message, expected, found, location) { + function cleanupExpected(expected) { + var i = 1; + + expected.sort(function(a, b) { + if (a.description < b.description) { + return -1; + } else if (a.description > b.description) { + return 1; + } else { + return 0; + } + }); + + while (i < expected.length) { + if (expected[i - 1] === expected[i]) { + expected.splice(i, 1); + } else { + i++; + } + } + } + + function buildMessage(expected, found) { + function stringEscape(s) { + function hex(ch) { return ch.charCodeAt(0).toString(16).toUpperCase(); } + + return s + .replace(/\\/g, '\\\\') + .replace(/"/g, '\\"') + .replace(/\x08/g, '\\b') + .replace(/\t/g, '\\t') + .replace(/\n/g, '\\n') + .replace(/\f/g, '\\f') + .replace(/\r/g, '\\r') + .replace(/[\x00-\x07\x0B\x0E\x0F]/g, function(ch) { return '\\x0' + hex(ch); }) + .replace(/[\x10-\x1F\x80-\xFF]/g, function(ch) { return '\\x' + hex(ch); }) + .replace(/[\u0100-\u0FFF]/g, function(ch) { return '\\u0' + hex(ch); }) + .replace(/[\u1000-\uFFFF]/g, function(ch) { return '\\u' + hex(ch); }); + } + + var expectedDescs = new Array(expected.length), + expectedDesc, foundDesc, i; + + for (i = 0; i < expected.length; i++) { + expectedDescs[i] = expected[i].description; + } + + expectedDesc = expected.length > 1 + ? expectedDescs.slice(0, -1).join(", ") + + " or " + + expectedDescs[expected.length - 1] + : expectedDescs[0]; + + foundDesc = found ? "\"" + stringEscape(found) + "\"" : "end of input"; + + return "Expected " + expectedDesc + " but " + foundDesc + " found."; + } + + if (expected !== null) { + cleanupExpected(expected); + } + + return new peg$SyntaxError( + message !== null ? message : buildMessage(expected, found), + expected, + found, + location + ); + } + + function peg$parseStart() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + s1 = peg$parse__(); + if (s1 !== peg$FAILED) { + s2 = peg$parseProgram(); + if (s2 !== peg$FAILED) { + s3 = peg$parse__(); + if (s3 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c0(s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseSourceCharacter() { + var s0; + + if (input.length > peg$currPos) { + s0 = input.charAt(peg$currPos); + peg$currPos++; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c1); } + } + + return s0; + } + + function peg$parseWhiteSpace() { + var s0, s1; + + peg$silentFails++; + if (input.charCodeAt(peg$currPos) === 9) { + s0 = peg$c3; + peg$currPos++; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c4); } + } + if (s0 === peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 11) { + s0 = peg$c5; + peg$currPos++; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c6); } + } + if (s0 === peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 12) { + s0 = peg$c7; + peg$currPos++; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c8); } + } + if (s0 === peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 32) { + s0 = peg$c9; + peg$currPos++; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c10); } + } + if (s0 === peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 160) { + s0 = peg$c11; + peg$currPos++; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c12); } + } + if (s0 === peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 65279) { + s0 = peg$c13; + peg$currPos++; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c14); } + } + if (s0 === peg$FAILED) { + s0 = peg$parseZs(); + } + } + } + } + } + } + peg$silentFails--; + if (s0 === peg$FAILED) { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c2); } + } + + return s0; + } + + function peg$parseLineTerminator() { + var s0; + + if (peg$c15.test(input.charAt(peg$currPos))) { + s0 = input.charAt(peg$currPos); + peg$currPos++; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c16); } + } + + return s0; + } + + function peg$parseLineTerminatorSequence() { + var s0, s1; + + peg$silentFails++; + if (input.charCodeAt(peg$currPos) === 10) { + s0 = peg$c18; + peg$currPos++; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c19); } + } + if (s0 === peg$FAILED) { + if (input.substr(peg$currPos, 2) === peg$c20) { + s0 = peg$c20; + peg$currPos += 2; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c21); } + } + if (s0 === peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 13) { + s0 = peg$c22; + peg$currPos++; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c23); } + } + if (s0 === peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 8232) { + s0 = peg$c24; + peg$currPos++; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c25); } + } + if (s0 === peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 8233) { + s0 = peg$c26; + peg$currPos++; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c27); } + } + } + } + } + } + peg$silentFails--; + if (s0 === peg$FAILED) { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c17); } + } + + return s0; + } + + function peg$parseComment() { + var s0, s1; + + peg$silentFails++; + s0 = peg$parseMultiLineComment(); + if (s0 === peg$FAILED) { + s0 = peg$parseSingleLineComment(); + } + peg$silentFails--; + if (s0 === peg$FAILED) { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c28); } + } + + return s0; + } + + function peg$parseMultiLineComment() { + var s0, s1, s2, s3, s4, s5; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 2) === peg$c29) { + s1 = peg$c29; + peg$currPos += 2; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c30); } + } + if (s1 !== peg$FAILED) { + s2 = []; + s3 = peg$currPos; + s4 = peg$currPos; + peg$silentFails++; + if (input.substr(peg$currPos, 2) === peg$c31) { + s5 = peg$c31; + peg$currPos += 2; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c32); } + } + peg$silentFails--; + if (s5 === peg$FAILED) { + s4 = void 0; + } else { + peg$currPos = s4; + s4 = peg$FAILED; + } + if (s4 !== peg$FAILED) { + s5 = peg$parseSourceCharacter(); + if (s5 !== peg$FAILED) { + s4 = [s4, s5]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + while (s3 !== peg$FAILED) { + s2.push(s3); + s3 = peg$currPos; + s4 = peg$currPos; + peg$silentFails++; + if (input.substr(peg$currPos, 2) === peg$c31) { + s5 = peg$c31; + peg$currPos += 2; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c32); } + } + peg$silentFails--; + if (s5 === peg$FAILED) { + s4 = void 0; + } else { + peg$currPos = s4; + s4 = peg$FAILED; + } + if (s4 !== peg$FAILED) { + s5 = peg$parseSourceCharacter(); + if (s5 !== peg$FAILED) { + s4 = [s4, s5]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } + if (s2 !== peg$FAILED) { + if (input.substr(peg$currPos, 2) === peg$c31) { + s3 = peg$c31; + peg$currPos += 2; + } else { + s3 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c32); } + } + if (s3 !== peg$FAILED) { + s1 = [s1, s2, s3]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseMultiLineCommentNoLineTerminator() { + var s0, s1, s2, s3, s4, s5; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 2) === peg$c29) { + s1 = peg$c29; + peg$currPos += 2; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c30); } + } + if (s1 !== peg$FAILED) { + s2 = []; + s3 = peg$currPos; + s4 = peg$currPos; + peg$silentFails++; + if (input.substr(peg$currPos, 2) === peg$c31) { + s5 = peg$c31; + peg$currPos += 2; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c32); } + } + if (s5 === peg$FAILED) { + s5 = peg$parseLineTerminator(); + } + peg$silentFails--; + if (s5 === peg$FAILED) { + s4 = void 0; + } else { + peg$currPos = s4; + s4 = peg$FAILED; + } + if (s4 !== peg$FAILED) { + s5 = peg$parseSourceCharacter(); + if (s5 !== peg$FAILED) { + s4 = [s4, s5]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + while (s3 !== peg$FAILED) { + s2.push(s3); + s3 = peg$currPos; + s4 = peg$currPos; + peg$silentFails++; + if (input.substr(peg$currPos, 2) === peg$c31) { + s5 = peg$c31; + peg$currPos += 2; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c32); } + } + if (s5 === peg$FAILED) { + s5 = peg$parseLineTerminator(); + } + peg$silentFails--; + if (s5 === peg$FAILED) { + s4 = void 0; + } else { + peg$currPos = s4; + s4 = peg$FAILED; + } + if (s4 !== peg$FAILED) { + s5 = peg$parseSourceCharacter(); + if (s5 !== peg$FAILED) { + s4 = [s4, s5]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } + if (s2 !== peg$FAILED) { + if (input.substr(peg$currPos, 2) === peg$c31) { + s3 = peg$c31; + peg$currPos += 2; + } else { + s3 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c32); } + } + if (s3 !== peg$FAILED) { + s1 = [s1, s2, s3]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseSingleLineComment() { + var s0, s1, s2, s3, s4, s5; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 2) === peg$c33) { + s1 = peg$c33; + peg$currPos += 2; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c34); } + } + if (s1 !== peg$FAILED) { + s2 = []; + s3 = peg$currPos; + s4 = peg$currPos; + peg$silentFails++; + s5 = peg$parseLineTerminator(); + peg$silentFails--; + if (s5 === peg$FAILED) { + s4 = void 0; + } else { + peg$currPos = s4; + s4 = peg$FAILED; + } + if (s4 !== peg$FAILED) { + s5 = peg$parseSourceCharacter(); + if (s5 !== peg$FAILED) { + s4 = [s4, s5]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + while (s3 !== peg$FAILED) { + s2.push(s3); + s3 = peg$currPos; + s4 = peg$currPos; + peg$silentFails++; + s5 = peg$parseLineTerminator(); + peg$silentFails--; + if (s5 === peg$FAILED) { + s4 = void 0; + } else { + peg$currPos = s4; + s4 = peg$FAILED; + } + if (s4 !== peg$FAILED) { + s5 = peg$parseSourceCharacter(); + if (s5 !== peg$FAILED) { + s4 = [s4, s5]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseIdentifier() { + var s0, s1, s2; + + s0 = peg$currPos; + s1 = peg$currPos; + peg$silentFails++; + s2 = peg$parseReservedWord(); + peg$silentFails--; + if (s2 === peg$FAILED) { + s1 = void 0; + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + if (s1 !== peg$FAILED) { + s2 = peg$parseIdentifierName(); + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c35(s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseIdentifierName() { + var s0, s1, s2, s3; + + peg$silentFails++; + s0 = peg$currPos; + s1 = peg$parseIdentifierStart(); + if (s1 !== peg$FAILED) { + s2 = []; + s3 = peg$parseIdentifierPart(); + while (s3 !== peg$FAILED) { + s2.push(s3); + s3 = peg$parseIdentifierPart(); + } + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c37(s1, s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + peg$silentFails--; + if (s0 === peg$FAILED) { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c36); } + } + + return s0; + } + + function peg$parseIdentifierStart() { + var s0, s1, s2; + + s0 = peg$parseUnicodeLetter(); + if (s0 === peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 36) { + s0 = peg$c38; + peg$currPos++; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c39); } + } + if (s0 === peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 95) { + s0 = peg$c40; + peg$currPos++; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c41); } + } + if (s0 === peg$FAILED) { + s0 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 92) { + s1 = peg$c42; + peg$currPos++; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c43); } + } + if (s1 !== peg$FAILED) { + s2 = peg$parseUnicodeEscapeSequence(); + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c44(s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } + } + } + + return s0; + } + + function peg$parseIdentifierPart() { + var s0; + + s0 = peg$parseIdentifierStart(); + if (s0 === peg$FAILED) { + s0 = peg$parseUnicodeCombiningMark(); + if (s0 === peg$FAILED) { + s0 = peg$parseNd(); + if (s0 === peg$FAILED) { + s0 = peg$parsePc(); + if (s0 === peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 8204) { + s0 = peg$c45; + peg$currPos++; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c46); } + } + if (s0 === peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 8205) { + s0 = peg$c47; + peg$currPos++; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c48); } + } + } + } + } + } + } + + return s0; + } + + function peg$parseUnicodeLetter() { + var s0; + + s0 = peg$parseLu(); + if (s0 === peg$FAILED) { + s0 = peg$parseLl(); + if (s0 === peg$FAILED) { + s0 = peg$parseLt(); + if (s0 === peg$FAILED) { + s0 = peg$parseLm(); + if (s0 === peg$FAILED) { + s0 = peg$parseLo(); + if (s0 === peg$FAILED) { + s0 = peg$parseNl(); + } + } + } + } + } + + return s0; + } + + function peg$parseUnicodeCombiningMark() { + var s0; + + s0 = peg$parseMn(); + if (s0 === peg$FAILED) { + s0 = peg$parseMc(); + } + + return s0; + } + + function peg$parseReservedWord() { + var s0; + + s0 = peg$parseKeyword(); + if (s0 === peg$FAILED) { + s0 = peg$parseFutureReservedWord(); + if (s0 === peg$FAILED) { + s0 = peg$parseNullLiteral(); + if (s0 === peg$FAILED) { + s0 = peg$parseBooleanLiteral(); + } + } + } + + return s0; + } + + function peg$parseKeyword() { + var s0; + + s0 = peg$parseBreakToken(); + if (s0 === peg$FAILED) { + s0 = peg$parseCaseToken(); + if (s0 === peg$FAILED) { + s0 = peg$parseCatchToken(); + if (s0 === peg$FAILED) { + s0 = peg$parseContinueToken(); + if (s0 === peg$FAILED) { + s0 = peg$parseDebuggerToken(); + if (s0 === peg$FAILED) { + s0 = peg$parseDefaultToken(); + if (s0 === peg$FAILED) { + s0 = peg$parseDeleteToken(); + if (s0 === peg$FAILED) { + s0 = peg$parseDoToken(); + if (s0 === peg$FAILED) { + s0 = peg$parseElseToken(); + if (s0 === peg$FAILED) { + s0 = peg$parseFinallyToken(); + if (s0 === peg$FAILED) { + s0 = peg$parseForToken(); + if (s0 === peg$FAILED) { + s0 = peg$parseFunctionToken(); + if (s0 === peg$FAILED) { + s0 = peg$parseIfToken(); + if (s0 === peg$FAILED) { + s0 = peg$parseInstanceofToken(); + if (s0 === peg$FAILED) { + s0 = peg$parseInToken(); + if (s0 === peg$FAILED) { + s0 = peg$parseNewToken(); + if (s0 === peg$FAILED) { + s0 = peg$parseReturnToken(); + if (s0 === peg$FAILED) { + s0 = peg$parseSwitchToken(); + if (s0 === peg$FAILED) { + s0 = peg$parseThisToken(); + if (s0 === peg$FAILED) { + s0 = peg$parseThrowToken(); + if (s0 === peg$FAILED) { + s0 = peg$parseTryToken(); + if (s0 === peg$FAILED) { + s0 = peg$parseTypeofToken(); + if (s0 === peg$FAILED) { + s0 = peg$parseVarToken(); + if (s0 === peg$FAILED) { + s0 = peg$parseVoidToken(); + if (s0 === peg$FAILED) { + s0 = peg$parseWhileToken(); + if (s0 === peg$FAILED) { + s0 = peg$parseWithToken(); + } + } + } + } + } + } + } + } + } + } + } + } + } + } + } + } + } + } + } + } + } + } + } + } + } + + return s0; + } + + function peg$parseFutureReservedWord() { + var s0; + + s0 = peg$parseClassToken(); + if (s0 === peg$FAILED) { + s0 = peg$parseConstToken(); + if (s0 === peg$FAILED) { + s0 = peg$parseEnumToken(); + if (s0 === peg$FAILED) { + s0 = peg$parseExportToken(); + if (s0 === peg$FAILED) { + s0 = peg$parseExtendsToken(); + if (s0 === peg$FAILED) { + s0 = peg$parseImportToken(); + if (s0 === peg$FAILED) { + s0 = peg$parseSuperToken(); + } + } + } + } + } + } + + return s0; + } + + function peg$parseLiteral() { + var s0; + + s0 = peg$parseNullLiteral(); + if (s0 === peg$FAILED) { + s0 = peg$parseBooleanLiteral(); + if (s0 === peg$FAILED) { + s0 = peg$parseNumericLiteral(); + if (s0 === peg$FAILED) { + s0 = peg$parseStringLiteral(); + if (s0 === peg$FAILED) { + s0 = peg$parseRegularExpressionLiteral(); + } + } + } + } + + return s0; + } + + function peg$parseNullLiteral() { + var s0, s1; + + s0 = peg$currPos; + s1 = peg$parseNullToken(); + if (s1 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c49(); + } + s0 = s1; + + return s0; + } + + function peg$parseBooleanLiteral() { + var s0, s1; + + s0 = peg$currPos; + s1 = peg$parseTrueToken(); + if (s1 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c50(); + } + s0 = s1; + if (s0 === peg$FAILED) { + s0 = peg$currPos; + s1 = peg$parseFalseToken(); + if (s1 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c51(); + } + s0 = s1; + } + + return s0; + } + + function peg$parseNumericLiteral() { + var s0, s1, s2, s3; + + peg$silentFails++; + s0 = peg$currPos; + s1 = peg$parseHexIntegerLiteral(); + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierStart(); + if (s3 === peg$FAILED) { + s3 = peg$parseDecimalDigit(); + } + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c53(s1); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + if (s0 === peg$FAILED) { + s0 = peg$currPos; + s1 = peg$parseDecimalLiteral(); + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierStart(); + if (s3 === peg$FAILED) { + s3 = peg$parseDecimalDigit(); + } + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c53(s1); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } + peg$silentFails--; + if (s0 === peg$FAILED) { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c52); } + } + + return s0; + } + + function peg$parseDecimalLiteral() { + var s0, s1, s2, s3, s4; + + s0 = peg$currPos; + s1 = peg$parseDecimalIntegerLiteral(); + if (s1 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 46) { + s2 = peg$c54; + peg$currPos++; + } else { + s2 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c55); } + } + if (s2 !== peg$FAILED) { + s3 = []; + s4 = peg$parseDecimalDigit(); + while (s4 !== peg$FAILED) { + s3.push(s4); + s4 = peg$parseDecimalDigit(); + } + if (s3 !== peg$FAILED) { + s4 = peg$parseExponentPart(); + if (s4 === peg$FAILED) { + s4 = null; + } + if (s4 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c56(); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + if (s0 === peg$FAILED) { + s0 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 46) { + s1 = peg$c54; + peg$currPos++; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c55); } + } + if (s1 !== peg$FAILED) { + s2 = []; + s3 = peg$parseDecimalDigit(); + if (s3 !== peg$FAILED) { + while (s3 !== peg$FAILED) { + s2.push(s3); + s3 = peg$parseDecimalDigit(); + } + } else { + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s3 = peg$parseExponentPart(); + if (s3 === peg$FAILED) { + s3 = null; + } + if (s3 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c56(); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + if (s0 === peg$FAILED) { + s0 = peg$currPos; + s1 = peg$parseDecimalIntegerLiteral(); + if (s1 !== peg$FAILED) { + s2 = peg$parseExponentPart(); + if (s2 === peg$FAILED) { + s2 = null; + } + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c56(); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } + } + + return s0; + } + + function peg$parseDecimalIntegerLiteral() { + var s0, s1, s2, s3; + + if (input.charCodeAt(peg$currPos) === 48) { + s0 = peg$c57; + peg$currPos++; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c58); } + } + if (s0 === peg$FAILED) { + s0 = peg$currPos; + s1 = peg$parseNonZeroDigit(); + if (s1 !== peg$FAILED) { + s2 = []; + s3 = peg$parseDecimalDigit(); + while (s3 !== peg$FAILED) { + s2.push(s3); + s3 = peg$parseDecimalDigit(); + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } + + return s0; + } + + function peg$parseDecimalDigit() { + var s0; + + if (peg$c59.test(input.charAt(peg$currPos))) { + s0 = input.charAt(peg$currPos); + peg$currPos++; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c60); } + } + + return s0; + } + + function peg$parseNonZeroDigit() { + var s0; + + if (peg$c61.test(input.charAt(peg$currPos))) { + s0 = input.charAt(peg$currPos); + peg$currPos++; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c62); } + } + + return s0; + } + + function peg$parseExponentPart() { + var s0, s1, s2; + + s0 = peg$currPos; + s1 = peg$parseExponentIndicator(); + if (s1 !== peg$FAILED) { + s2 = peg$parseSignedInteger(); + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseExponentIndicator() { + var s0; + + if (input.substr(peg$currPos, 1).toLowerCase() === peg$c63) { + s0 = input.charAt(peg$currPos); + peg$currPos++; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c64); } + } + + return s0; + } + + function peg$parseSignedInteger() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (peg$c65.test(input.charAt(peg$currPos))) { + s1 = input.charAt(peg$currPos); + peg$currPos++; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c66); } + } + if (s1 === peg$FAILED) { + s1 = null; + } + if (s1 !== peg$FAILED) { + s2 = []; + s3 = peg$parseDecimalDigit(); + if (s3 !== peg$FAILED) { + while (s3 !== peg$FAILED) { + s2.push(s3); + s3 = peg$parseDecimalDigit(); + } + } else { + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseHexIntegerLiteral() { + var s0, s1, s2, s3, s4; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 2).toLowerCase() === peg$c67) { + s1 = input.substr(peg$currPos, 2); + peg$currPos += 2; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c68); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + s3 = []; + s4 = peg$parseHexDigit(); + if (s4 !== peg$FAILED) { + while (s4 !== peg$FAILED) { + s3.push(s4); + s4 = peg$parseHexDigit(); + } + } else { + s3 = peg$FAILED; + } + if (s3 !== peg$FAILED) { + s2 = input.substring(s2, peg$currPos); + } else { + s2 = s3; + } + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c69(s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseHexDigit() { + var s0; + + if (peg$c70.test(input.charAt(peg$currPos))) { + s0 = input.charAt(peg$currPos); + peg$currPos++; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c71); } + } + + return s0; + } + + function peg$parseStringLiteral() { + var s0, s1, s2, s3; + + peg$silentFails++; + s0 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 34) { + s1 = peg$c73; + peg$currPos++; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c74); } + } + if (s1 !== peg$FAILED) { + s2 = []; + s3 = peg$parseDoubleStringCharacter(); + while (s3 !== peg$FAILED) { + s2.push(s3); + s3 = peg$parseDoubleStringCharacter(); + } + if (s2 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 34) { + s3 = peg$c73; + peg$currPos++; + } else { + s3 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c74); } + } + if (s3 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c75(s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + if (s0 === peg$FAILED) { + s0 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 39) { + s1 = peg$c76; + peg$currPos++; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c77); } + } + if (s1 !== peg$FAILED) { + s2 = []; + s3 = peg$parseSingleStringCharacter(); + while (s3 !== peg$FAILED) { + s2.push(s3); + s3 = peg$parseSingleStringCharacter(); + } + if (s2 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 39) { + s3 = peg$c76; + peg$currPos++; + } else { + s3 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c77); } + } + if (s3 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c75(s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } + peg$silentFails--; + if (s0 === peg$FAILED) { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c72); } + } + + return s0; + } + + function peg$parseDoubleStringCharacter() { + var s0, s1, s2; + + s0 = peg$currPos; + s1 = peg$currPos; + peg$silentFails++; + if (input.charCodeAt(peg$currPos) === 34) { + s2 = peg$c73; + peg$currPos++; + } else { + s2 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c74); } + } + if (s2 === peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 92) { + s2 = peg$c42; + peg$currPos++; + } else { + s2 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c43); } + } + if (s2 === peg$FAILED) { + s2 = peg$parseLineTerminator(); + } + } + peg$silentFails--; + if (s2 === peg$FAILED) { + s1 = void 0; + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + if (s1 !== peg$FAILED) { + s2 = peg$parseSourceCharacter(); + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c78(); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + if (s0 === peg$FAILED) { + s0 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 92) { + s1 = peg$c42; + peg$currPos++; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c43); } + } + if (s1 !== peg$FAILED) { + s2 = peg$parseEscapeSequence(); + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c44(s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + if (s0 === peg$FAILED) { + s0 = peg$parseLineContinuation(); + } + } + + return s0; + } + + function peg$parseSingleStringCharacter() { + var s0, s1, s2; + + s0 = peg$currPos; + s1 = peg$currPos; + peg$silentFails++; + if (input.charCodeAt(peg$currPos) === 39) { + s2 = peg$c76; + peg$currPos++; + } else { + s2 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c77); } + } + if (s2 === peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 92) { + s2 = peg$c42; + peg$currPos++; + } else { + s2 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c43); } + } + if (s2 === peg$FAILED) { + s2 = peg$parseLineTerminator(); + } + } + peg$silentFails--; + if (s2 === peg$FAILED) { + s1 = void 0; + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + if (s1 !== peg$FAILED) { + s2 = peg$parseSourceCharacter(); + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c78(); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + if (s0 === peg$FAILED) { + s0 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 92) { + s1 = peg$c42; + peg$currPos++; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c43); } + } + if (s1 !== peg$FAILED) { + s2 = peg$parseEscapeSequence(); + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c44(s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + if (s0 === peg$FAILED) { + s0 = peg$parseLineContinuation(); + } + } + + return s0; + } + + function peg$parseLineContinuation() { + var s0, s1, s2; + + s0 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 92) { + s1 = peg$c42; + peg$currPos++; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c43); } + } + if (s1 !== peg$FAILED) { + s2 = peg$parseLineTerminatorSequence(); + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c79(); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseEscapeSequence() { + var s0, s1, s2, s3; + + s0 = peg$parseCharacterEscapeSequence(); + if (s0 === peg$FAILED) { + s0 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 48) { + s1 = peg$c57; + peg$currPos++; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c58); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseDecimalDigit(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c80(); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + if (s0 === peg$FAILED) { + s0 = peg$parseHexEscapeSequence(); + if (s0 === peg$FAILED) { + s0 = peg$parseUnicodeEscapeSequence(); + } + } + } + + return s0; + } + + function peg$parseCharacterEscapeSequence() { + var s0; + + s0 = peg$parseSingleEscapeCharacter(); + if (s0 === peg$FAILED) { + s0 = peg$parseNonEscapeCharacter(); + } + + return s0; + } + + function peg$parseSingleEscapeCharacter() { + var s0, s1; + + if (input.charCodeAt(peg$currPos) === 39) { + s0 = peg$c76; + peg$currPos++; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c77); } + } + if (s0 === peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 34) { + s0 = peg$c73; + peg$currPos++; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c74); } + } + if (s0 === peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 92) { + s0 = peg$c42; + peg$currPos++; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c43); } + } + if (s0 === peg$FAILED) { + s0 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 98) { + s1 = peg$c81; + peg$currPos++; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c82); } + } + if (s1 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c83(); + } + s0 = s1; + if (s0 === peg$FAILED) { + s0 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 102) { + s1 = peg$c84; + peg$currPos++; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c85); } + } + if (s1 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c86(); + } + s0 = s1; + if (s0 === peg$FAILED) { + s0 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 110) { + s1 = peg$c87; + peg$currPos++; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c88); } + } + if (s1 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c89(); + } + s0 = s1; + if (s0 === peg$FAILED) { + s0 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 114) { + s1 = peg$c90; + peg$currPos++; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c91); } + } + if (s1 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c92(); + } + s0 = s1; + if (s0 === peg$FAILED) { + s0 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 116) { + s1 = peg$c93; + peg$currPos++; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c94); } + } + if (s1 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c95(); + } + s0 = s1; + if (s0 === peg$FAILED) { + s0 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 118) { + s1 = peg$c96; + peg$currPos++; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c97); } + } + if (s1 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c98(); + } + s0 = s1; + } + } + } + } + } + } + } + } + + return s0; + } + + function peg$parseNonEscapeCharacter() { + var s0, s1, s2; + + s0 = peg$currPos; + s1 = peg$currPos; + peg$silentFails++; + s2 = peg$parseEscapeCharacter(); + if (s2 === peg$FAILED) { + s2 = peg$parseLineTerminator(); + } + peg$silentFails--; + if (s2 === peg$FAILED) { + s1 = void 0; + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + if (s1 !== peg$FAILED) { + s2 = peg$parseSourceCharacter(); + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c78(); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseEscapeCharacter() { + var s0; + + s0 = peg$parseSingleEscapeCharacter(); + if (s0 === peg$FAILED) { + s0 = peg$parseDecimalDigit(); + if (s0 === peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 120) { + s0 = peg$c99; + peg$currPos++; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c100); } + } + if (s0 === peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 117) { + s0 = peg$c101; + peg$currPos++; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c102); } + } + } + } + } + + return s0; + } + + function peg$parseHexEscapeSequence() { + var s0, s1, s2, s3, s4, s5; + + s0 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 120) { + s1 = peg$c99; + peg$currPos++; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c100); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + s3 = peg$currPos; + s4 = peg$parseHexDigit(); + if (s4 !== peg$FAILED) { + s5 = peg$parseHexDigit(); + if (s5 !== peg$FAILED) { + s4 = [s4, s5]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + if (s3 !== peg$FAILED) { + s2 = input.substring(s2, peg$currPos); + } else { + s2 = s3; + } + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c103(s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseUnicodeEscapeSequence() { + var s0, s1, s2, s3, s4, s5, s6, s7; + + s0 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 117) { + s1 = peg$c101; + peg$currPos++; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c102); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + s3 = peg$currPos; + s4 = peg$parseHexDigit(); + if (s4 !== peg$FAILED) { + s5 = peg$parseHexDigit(); + if (s5 !== peg$FAILED) { + s6 = peg$parseHexDigit(); + if (s6 !== peg$FAILED) { + s7 = peg$parseHexDigit(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + if (s3 !== peg$FAILED) { + s2 = input.substring(s2, peg$currPos); + } else { + s2 = s3; + } + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c103(s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseRegularExpressionLiteral() { + var s0, s1, s2, s3, s4, s5; + + peg$silentFails++; + s0 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 47) { + s1 = peg$c105; + peg$currPos++; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c106); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + s3 = peg$parseRegularExpressionBody(); + if (s3 !== peg$FAILED) { + s2 = input.substring(s2, peg$currPos); + } else { + s2 = s3; + } + if (s2 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 47) { + s3 = peg$c105; + peg$currPos++; + } else { + s3 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c106); } + } + if (s3 !== peg$FAILED) { + s4 = peg$currPos; + s5 = peg$parseRegularExpressionFlags(); + if (s5 !== peg$FAILED) { + s4 = input.substring(s4, peg$currPos); + } else { + s4 = s5; + } + if (s4 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c107(s2, s4); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + peg$silentFails--; + if (s0 === peg$FAILED) { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c104); } + } + + return s0; + } + + function peg$parseRegularExpressionBody() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + s1 = peg$parseRegularExpressionFirstChar(); + if (s1 !== peg$FAILED) { + s2 = []; + s3 = peg$parseRegularExpressionChar(); + while (s3 !== peg$FAILED) { + s2.push(s3); + s3 = peg$parseRegularExpressionChar(); + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseRegularExpressionFirstChar() { + var s0, s1, s2; + + s0 = peg$currPos; + s1 = peg$currPos; + peg$silentFails++; + if (peg$c108.test(input.charAt(peg$currPos))) { + s2 = input.charAt(peg$currPos); + peg$currPos++; + } else { + s2 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c109); } + } + peg$silentFails--; + if (s2 === peg$FAILED) { + s1 = void 0; + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + if (s1 !== peg$FAILED) { + s2 = peg$parseRegularExpressionNonTerminator(); + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + if (s0 === peg$FAILED) { + s0 = peg$parseRegularExpressionBackslashSequence(); + if (s0 === peg$FAILED) { + s0 = peg$parseRegularExpressionClass(); + } + } + + return s0; + } + + function peg$parseRegularExpressionChar() { + var s0, s1, s2; + + s0 = peg$currPos; + s1 = peg$currPos; + peg$silentFails++; + if (peg$c110.test(input.charAt(peg$currPos))) { + s2 = input.charAt(peg$currPos); + peg$currPos++; + } else { + s2 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c111); } + } + peg$silentFails--; + if (s2 === peg$FAILED) { + s1 = void 0; + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + if (s1 !== peg$FAILED) { + s2 = peg$parseRegularExpressionNonTerminator(); + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + if (s0 === peg$FAILED) { + s0 = peg$parseRegularExpressionBackslashSequence(); + if (s0 === peg$FAILED) { + s0 = peg$parseRegularExpressionClass(); + } + } + + return s0; + } + + function peg$parseRegularExpressionBackslashSequence() { + var s0, s1, s2; + + s0 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 92) { + s1 = peg$c42; + peg$currPos++; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c43); } + } + if (s1 !== peg$FAILED) { + s2 = peg$parseRegularExpressionNonTerminator(); + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseRegularExpressionNonTerminator() { + var s0, s1, s2; + + s0 = peg$currPos; + s1 = peg$currPos; + peg$silentFails++; + s2 = peg$parseLineTerminator(); + peg$silentFails--; + if (s2 === peg$FAILED) { + s1 = void 0; + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + if (s1 !== peg$FAILED) { + s2 = peg$parseSourceCharacter(); + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseRegularExpressionClass() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 91) { + s1 = peg$c112; + peg$currPos++; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c113); } + } + if (s1 !== peg$FAILED) { + s2 = []; + s3 = peg$parseRegularExpressionClassChar(); + while (s3 !== peg$FAILED) { + s2.push(s3); + s3 = peg$parseRegularExpressionClassChar(); + } + if (s2 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 93) { + s3 = peg$c114; + peg$currPos++; + } else { + s3 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c115); } + } + if (s3 !== peg$FAILED) { + s1 = [s1, s2, s3]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseRegularExpressionClassChar() { + var s0, s1, s2; + + s0 = peg$currPos; + s1 = peg$currPos; + peg$silentFails++; + if (peg$c116.test(input.charAt(peg$currPos))) { + s2 = input.charAt(peg$currPos); + peg$currPos++; + } else { + s2 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c117); } + } + peg$silentFails--; + if (s2 === peg$FAILED) { + s1 = void 0; + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + if (s1 !== peg$FAILED) { + s2 = peg$parseRegularExpressionNonTerminator(); + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + if (s0 === peg$FAILED) { + s0 = peg$parseRegularExpressionBackslashSequence(); + } + + return s0; + } + + function peg$parseRegularExpressionFlags() { + var s0, s1; + + s0 = []; + s1 = peg$parseIdentifierPart(); + while (s1 !== peg$FAILED) { + s0.push(s1); + s1 = peg$parseIdentifierPart(); + } + + return s0; + } + + function peg$parseLl() { + var s0; + + if (peg$c118.test(input.charAt(peg$currPos))) { + s0 = input.charAt(peg$currPos); + peg$currPos++; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c119); } + } + + return s0; + } + + function peg$parseLm() { + var s0; + + if (peg$c120.test(input.charAt(peg$currPos))) { + s0 = input.charAt(peg$currPos); + peg$currPos++; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c121); } + } + + return s0; + } + + function peg$parseLo() { + var s0; + + if (peg$c122.test(input.charAt(peg$currPos))) { + s0 = input.charAt(peg$currPos); + peg$currPos++; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c123); } + } + + return s0; + } + + function peg$parseLt() { + var s0; + + if (peg$c124.test(input.charAt(peg$currPos))) { + s0 = input.charAt(peg$currPos); + peg$currPos++; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c125); } + } + + return s0; + } + + function peg$parseLu() { + var s0; + + if (peg$c126.test(input.charAt(peg$currPos))) { + s0 = input.charAt(peg$currPos); + peg$currPos++; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c127); } + } + + return s0; + } + + function peg$parseMc() { + var s0; + + if (peg$c128.test(input.charAt(peg$currPos))) { + s0 = input.charAt(peg$currPos); + peg$currPos++; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c129); } + } + + return s0; + } + + function peg$parseMn() { + var s0; + + if (peg$c130.test(input.charAt(peg$currPos))) { + s0 = input.charAt(peg$currPos); + peg$currPos++; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c131); } + } + + return s0; + } + + function peg$parseNd() { + var s0; + + if (peg$c132.test(input.charAt(peg$currPos))) { + s0 = input.charAt(peg$currPos); + peg$currPos++; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c133); } + } + + return s0; + } + + function peg$parseNl() { + var s0; + + if (peg$c134.test(input.charAt(peg$currPos))) { + s0 = input.charAt(peg$currPos); + peg$currPos++; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c135); } + } + + return s0; + } + + function peg$parsePc() { + var s0; + + if (peg$c136.test(input.charAt(peg$currPos))) { + s0 = input.charAt(peg$currPos); + peg$currPos++; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c137); } + } + + return s0; + } + + function peg$parseZs() { + var s0; + + if (peg$c138.test(input.charAt(peg$currPos))) { + s0 = input.charAt(peg$currPos); + peg$currPos++; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c139); } + } + + return s0; + } + + function peg$parseBreakToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 5) === peg$c140) { + s1 = peg$c140; + peg$currPos += 5; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c141); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseCaseToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 4) === peg$c142) { + s1 = peg$c142; + peg$currPos += 4; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c143); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseCatchToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 5) === peg$c144) { + s1 = peg$c144; + peg$currPos += 5; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c145); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseClassToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 5) === peg$c146) { + s1 = peg$c146; + peg$currPos += 5; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c147); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseAssetToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 5) === peg$c148) { + s1 = peg$c148; + peg$currPos += 5; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c149); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseTransactionToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 11) === peg$c150) { + s1 = peg$c150; + peg$currPos += 11; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c151); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseParticipantToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 11) === peg$c152) { + s1 = peg$c152; + peg$currPos += 11; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c153); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseConstToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 5) === peg$c154) { + s1 = peg$c154; + peg$currPos += 5; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c155); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseContinueToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 8) === peg$c156) { + s1 = peg$c156; + peg$currPos += 8; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c157); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseDebuggerToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 8) === peg$c158) { + s1 = peg$c158; + peg$currPos += 8; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c159); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseDefaultToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 7) === peg$c160) { + s1 = peg$c160; + peg$currPos += 7; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c161); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseDeleteToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 6) === peg$c162) { + s1 = peg$c162; + peg$currPos += 6; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c163); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseDoToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 2) === peg$c164) { + s1 = peg$c164; + peg$currPos += 2; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c165); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseElseToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 4) === peg$c166) { + s1 = peg$c166; + peg$currPos += 4; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c167); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseEnumToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 4) === peg$c168) { + s1 = peg$c168; + peg$currPos += 4; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c169); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseExportToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 6) === peg$c170) { + s1 = peg$c170; + peg$currPos += 6; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c171); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseExtendsToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 7) === peg$c172) { + s1 = peg$c172; + peg$currPos += 7; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c173); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseFalseToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 5) === peg$c174) { + s1 = peg$c174; + peg$currPos += 5; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c175); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseFinallyToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 7) === peg$c176) { + s1 = peg$c176; + peg$currPos += 7; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c177); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseForToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 3) === peg$c178) { + s1 = peg$c178; + peg$currPos += 3; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c179); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseFunctionToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 8) === peg$c180) { + s1 = peg$c180; + peg$currPos += 8; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c181); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseGetToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 3) === peg$c182) { + s1 = peg$c182; + peg$currPos += 3; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c183); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseIfToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 2) === peg$c184) { + s1 = peg$c184; + peg$currPos += 2; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c185); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseImportToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 6) === peg$c186) { + s1 = peg$c186; + peg$currPos += 6; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c187); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseInstanceofToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 10) === peg$c188) { + s1 = peg$c188; + peg$currPos += 10; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c189); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseInToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 2) === peg$c190) { + s1 = peg$c190; + peg$currPos += 2; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c191); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseNewToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 3) === peg$c192) { + s1 = peg$c192; + peg$currPos += 3; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c193); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseNullToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 4) === peg$c194) { + s1 = peg$c194; + peg$currPos += 4; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c195); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseReturnToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 6) === peg$c196) { + s1 = peg$c196; + peg$currPos += 6; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c197); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseSetToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 3) === peg$c198) { + s1 = peg$c198; + peg$currPos += 3; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c199); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseSuperToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 5) === peg$c200) { + s1 = peg$c200; + peg$currPos += 5; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c201); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseSwitchToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 6) === peg$c202) { + s1 = peg$c202; + peg$currPos += 6; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c203); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseThisToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 4) === peg$c204) { + s1 = peg$c204; + peg$currPos += 4; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c205); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseThrowToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 5) === peg$c206) { + s1 = peg$c206; + peg$currPos += 5; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c207); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseTrueToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 4) === peg$c208) { + s1 = peg$c208; + peg$currPos += 4; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c209); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseTryToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 3) === peg$c210) { + s1 = peg$c210; + peg$currPos += 3; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c211); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseTypeofToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 6) === peg$c212) { + s1 = peg$c212; + peg$currPos += 6; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c213); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseVarToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 3) === peg$c214) { + s1 = peg$c214; + peg$currPos += 3; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c215); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseVoidToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 4) === peg$c216) { + s1 = peg$c216; + peg$currPos += 4; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c217); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseWhileToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 5) === peg$c218) { + s1 = peg$c218; + peg$currPos += 5; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c219); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseWithToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 4) === peg$c220) { + s1 = peg$c220; + peg$currPos += 4; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c221); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseNamespaceToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 9) === peg$c222) { + s1 = peg$c222; + peg$currPos += 9; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c223); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseAbstractToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 8) === peg$c224) { + s1 = peg$c224; + peg$currPos += 8; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c225); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parse__() { + var s0, s1; + + s0 = []; + s1 = peg$parseWhiteSpace(); + if (s1 === peg$FAILED) { + s1 = peg$parseLineTerminatorSequence(); + if (s1 === peg$FAILED) { + s1 = peg$parseComment(); + } + } + while (s1 !== peg$FAILED) { + s0.push(s1); + s1 = peg$parseWhiteSpace(); + if (s1 === peg$FAILED) { + s1 = peg$parseLineTerminatorSequence(); + if (s1 === peg$FAILED) { + s1 = peg$parseComment(); + } + } + } + + return s0; + } + + function peg$parse_() { + var s0, s1; + + s0 = []; + s1 = peg$parseWhiteSpace(); + if (s1 === peg$FAILED) { + s1 = peg$parseMultiLineCommentNoLineTerminator(); + } + while (s1 !== peg$FAILED) { + s0.push(s1); + s1 = peg$parseWhiteSpace(); + if (s1 === peg$FAILED) { + s1 = peg$parseMultiLineCommentNoLineTerminator(); + } + } + + return s0; + } + + function peg$parseEOS() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + s1 = peg$parse__(); + if (s1 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 59) { + s2 = peg$c226; + peg$currPos++; + } else { + s2 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c227); } + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + if (s0 === peg$FAILED) { + s0 = peg$currPos; + s1 = peg$parse_(); + if (s1 !== peg$FAILED) { + s2 = peg$parseSingleLineComment(); + if (s2 === peg$FAILED) { + s2 = null; + } + if (s2 !== peg$FAILED) { + s3 = peg$parseLineTerminatorSequence(); + if (s3 !== peg$FAILED) { + s1 = [s1, s2, s3]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + if (s0 === peg$FAILED) { + s0 = peg$currPos; + s1 = peg$parse_(); + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + if (input.charCodeAt(peg$currPos) === 125) { + s3 = peg$c228; + peg$currPos++; + } else { + s3 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c229); } + } + peg$silentFails--; + if (s3 !== peg$FAILED) { + peg$currPos = s2; + s2 = void 0; + } else { + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + if (s0 === peg$FAILED) { + s0 = peg$currPos; + s1 = peg$parse__(); + if (s1 !== peg$FAILED) { + s2 = peg$parseEOF(); + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } + } + } + + return s0; + } + + function peg$parseEOF() { + var s0, s1; + + s0 = peg$currPos; + peg$silentFails++; + if (input.length > peg$currPos) { + s1 = input.charAt(peg$currPos); + peg$currPos++; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c1); } + } + peg$silentFails--; + if (s1 === peg$FAILED) { + s0 = void 0; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parsePrimaryExpression() { + var s0, s1, s2, s3, s4, s5; + + s0 = peg$currPos; + s1 = peg$parseThisToken(); + if (s1 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c230(); + } + s0 = s1; + if (s0 === peg$FAILED) { + s0 = peg$parseIdentifier(); + if (s0 === peg$FAILED) { + s0 = peg$parseLiteral(); + if (s0 === peg$FAILED) { + s0 = peg$parseArrayLiteral(); + if (s0 === peg$FAILED) { + s0 = peg$parseObjectLiteral(); + if (s0 === peg$FAILED) { + s0 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 40) { + s1 = peg$c231; + peg$currPos++; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c232); } + } + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + s3 = peg$parseExpression(); + if (s3 !== peg$FAILED) { + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 41) { + s5 = peg$c233; + peg$currPos++; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c234); } + } + if (s5 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c235(s3); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } + } + } + } + } + + return s0; + } + + function peg$parseArrayLiteral() { + var s0, s1, s2, s3, s4, s5, s6, s7, s8, s9; + + s0 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 91) { + s1 = peg$c112; + peg$currPos++; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c113); } + } + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + s3 = peg$currPos; + s4 = peg$parseElision(); + if (s4 !== peg$FAILED) { + s5 = peg$parse__(); + if (s5 !== peg$FAILED) { + s4 = [s4, s5]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + if (s3 === peg$FAILED) { + s3 = null; + } + if (s3 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 93) { + s4 = peg$c114; + peg$currPos++; + } else { + s4 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c115); } + } + if (s4 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c236(s3); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + if (s0 === peg$FAILED) { + s0 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 91) { + s1 = peg$c112; + peg$currPos++; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c113); } + } + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + s3 = peg$parseElementList(); + if (s3 !== peg$FAILED) { + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 93) { + s5 = peg$c114; + peg$currPos++; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c115); } + } + if (s5 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c237(s3); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + if (s0 === peg$FAILED) { + s0 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 91) { + s1 = peg$c112; + peg$currPos++; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c113); } + } + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + s3 = peg$parseElementList(); + if (s3 !== peg$FAILED) { + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 44) { + s5 = peg$c238; + peg$currPos++; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c239); } + } + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$currPos; + s8 = peg$parseElision(); + if (s8 !== peg$FAILED) { + s9 = peg$parse__(); + if (s9 !== peg$FAILED) { + s8 = [s8, s9]; + s7 = s8; + } else { + peg$currPos = s7; + s7 = peg$FAILED; + } + } else { + peg$currPos = s7; + s7 = peg$FAILED; + } + if (s7 === peg$FAILED) { + s7 = null; + } + if (s7 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 93) { + s8 = peg$c114; + peg$currPos++; + } else { + s8 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c115); } + } + if (s8 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c240(s3, s7); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } + } + + return s0; + } + + function peg$parseElementList() { + var s0, s1, s2, s3, s4, s5, s6, s7, s8, s9; + + s0 = peg$currPos; + s1 = peg$currPos; + s2 = peg$currPos; + s3 = peg$parseElision(); + if (s3 !== peg$FAILED) { + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s3 = [s3, s4]; + s2 = s3; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 === peg$FAILED) { + s2 = null; + } + if (s2 !== peg$FAILED) { + s3 = peg$parseAssignmentExpression(); + if (s3 !== peg$FAILED) { + peg$savedPos = s1; + s2 = peg$c241(s2, s3); + s1 = s2; + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + if (s1 !== peg$FAILED) { + s2 = []; + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 44) { + s5 = peg$c238; + peg$currPos++; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c239); } + } + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$currPos; + s8 = peg$parseElision(); + if (s8 !== peg$FAILED) { + s9 = peg$parse__(); + if (s9 !== peg$FAILED) { + s8 = [s8, s9]; + s7 = s8; + } else { + peg$currPos = s7; + s7 = peg$FAILED; + } + } else { + peg$currPos = s7; + s7 = peg$FAILED; + } + if (s7 === peg$FAILED) { + s7 = null; + } + if (s7 !== peg$FAILED) { + s8 = peg$parseAssignmentExpression(); + if (s8 !== peg$FAILED) { + peg$savedPos = s3; + s4 = peg$c242(s1, s7, s8); + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + while (s3 !== peg$FAILED) { + s2.push(s3); + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 44) { + s5 = peg$c238; + peg$currPos++; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c239); } + } + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$currPos; + s8 = peg$parseElision(); + if (s8 !== peg$FAILED) { + s9 = peg$parse__(); + if (s9 !== peg$FAILED) { + s8 = [s8, s9]; + s7 = s8; + } else { + peg$currPos = s7; + s7 = peg$FAILED; + } + } else { + peg$currPos = s7; + s7 = peg$FAILED; + } + if (s7 === peg$FAILED) { + s7 = null; + } + if (s7 !== peg$FAILED) { + s8 = peg$parseAssignmentExpression(); + if (s8 !== peg$FAILED) { + peg$savedPos = s3; + s4 = peg$c242(s1, s7, s8); + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c243(s1, s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseElision() { + var s0, s1, s2, s3, s4, s5; + + s0 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 44) { + s1 = peg$c238; + peg$currPos++; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c239); } + } + if (s1 !== peg$FAILED) { + s2 = []; + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 44) { + s5 = peg$c238; + peg$currPos++; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c239); } + } + if (s5 !== peg$FAILED) { + s4 = [s4, s5]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + while (s3 !== peg$FAILED) { + s2.push(s3); + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 44) { + s5 = peg$c238; + peg$currPos++; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c239); } + } + if (s5 !== peg$FAILED) { + s4 = [s4, s5]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c244(s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseObjectLiteral() { + var s0, s1, s2, s3, s4, s5, s6, s7; + + s0 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 123) { + s1 = peg$c245; + peg$currPos++; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c246); } + } + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 125) { + s3 = peg$c228; + peg$currPos++; + } else { + s3 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c229); } + } + if (s3 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c247(); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + if (s0 === peg$FAILED) { + s0 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 123) { + s1 = peg$c245; + peg$currPos++; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c246); } + } + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + s3 = peg$parsePropertyNameAndValueList(); + if (s3 !== peg$FAILED) { + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 125) { + s5 = peg$c228; + peg$currPos++; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c229); } + } + if (s5 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c248(s3); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + if (s0 === peg$FAILED) { + s0 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 123) { + s1 = peg$c245; + peg$currPos++; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c246); } + } + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + s3 = peg$parsePropertyNameAndValueList(); + if (s3 !== peg$FAILED) { + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 44) { + s5 = peg$c238; + peg$currPos++; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c239); } + } + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 125) { + s7 = peg$c228; + peg$currPos++; + } else { + s7 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c229); } + } + if (s7 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c248(s3); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } + } + + return s0; + } + + function peg$parsePropertyNameAndValueList() { + var s0, s1, s2, s3, s4, s5, s6, s7; + + s0 = peg$currPos; + s1 = peg$parsePropertyAssignment(); + if (s1 !== peg$FAILED) { + s2 = []; + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 44) { + s5 = peg$c238; + peg$currPos++; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c239); } + } + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parsePropertyAssignment(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + while (s3 !== peg$FAILED) { + s2.push(s3); + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 44) { + s5 = peg$c238; + peg$currPos++; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c239); } + } + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parsePropertyAssignment(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c249(s1, s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parsePropertyAssignment() { + var s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; + + s0 = peg$currPos; + s1 = peg$parsePropertyName(); + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 58) { + s3 = peg$c250; + peg$currPos++; + } else { + s3 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c251); } + } + if (s3 !== peg$FAILED) { + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseAssignmentExpression(); + if (s5 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c252(s1, s5); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + if (s0 === peg$FAILED) { + s0 = peg$currPos; + s1 = peg$parseGetToken(); + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + s3 = peg$parsePropertyName(); + if (s3 !== peg$FAILED) { + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 40) { + s5 = peg$c231; + peg$currPos++; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c232); } + } + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 41) { + s7 = peg$c233; + peg$currPos++; + } else { + s7 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c234); } + } + if (s7 !== peg$FAILED) { + s8 = peg$parse__(); + if (s8 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 123) { + s9 = peg$c245; + peg$currPos++; + } else { + s9 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c246); } + } + if (s9 !== peg$FAILED) { + s10 = peg$parse__(); + if (s10 !== peg$FAILED) { + s11 = peg$parseFunctionBody(); + if (s11 !== peg$FAILED) { + s12 = peg$parse__(); + if (s12 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 125) { + s13 = peg$c228; + peg$currPos++; + } else { + s13 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c229); } + } + if (s13 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c253(s3, s11); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + if (s0 === peg$FAILED) { + s0 = peg$currPos; + s1 = peg$parseSetToken(); + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + s3 = peg$parsePropertyName(); + if (s3 !== peg$FAILED) { + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 40) { + s5 = peg$c231; + peg$currPos++; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c232); } + } + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parsePropertySetParameterList(); + if (s7 !== peg$FAILED) { + s8 = peg$parse__(); + if (s8 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 41) { + s9 = peg$c233; + peg$currPos++; + } else { + s9 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c234); } + } + if (s9 !== peg$FAILED) { + s10 = peg$parse__(); + if (s10 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 123) { + s11 = peg$c245; + peg$currPos++; + } else { + s11 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c246); } + } + if (s11 !== peg$FAILED) { + s12 = peg$parse__(); + if (s12 !== peg$FAILED) { + s13 = peg$parseFunctionBody(); + if (s13 !== peg$FAILED) { + s14 = peg$parse__(); + if (s14 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 125) { + s15 = peg$c228; + peg$currPos++; + } else { + s15 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c229); } + } + if (s15 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c254(s3, s7, s13); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } + } + + return s0; + } + + function peg$parsePropertyName() { + var s0; + + s0 = peg$parseIdentifierName(); + if (s0 === peg$FAILED) { + s0 = peg$parseStringLiteral(); + if (s0 === peg$FAILED) { + s0 = peg$parseNumericLiteral(); + } + } + + return s0; + } + + function peg$parsePropertySetParameterList() { + var s0, s1; + + s0 = peg$currPos; + s1 = peg$parseIdentifier(); + if (s1 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c255(s1); + } + s0 = s1; + + return s0; + } + + function peg$parseMemberExpression() { + var s0, s1, s2, s3, s4, s5, s6, s7, s8, s9; + + s0 = peg$currPos; + s1 = peg$parsePrimaryExpression(); + if (s1 === peg$FAILED) { + s1 = peg$parseFunctionExpression(); + if (s1 === peg$FAILED) { + s1 = peg$currPos; + s2 = peg$parseNewToken(); + if (s2 !== peg$FAILED) { + s3 = peg$parse__(); + if (s3 !== peg$FAILED) { + s4 = peg$parseMemberExpression(); + if (s4 !== peg$FAILED) { + s5 = peg$parse__(); + if (s5 !== peg$FAILED) { + s6 = peg$parseArguments(); + if (s6 !== peg$FAILED) { + peg$savedPos = s1; + s2 = peg$c256(s4, s6); + s1 = s2; + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + } + } + if (s1 !== peg$FAILED) { + s2 = []; + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 91) { + s5 = peg$c112; + peg$currPos++; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c113); } + } + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseExpression(); + if (s7 !== peg$FAILED) { + s8 = peg$parse__(); + if (s8 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 93) { + s9 = peg$c114; + peg$currPos++; + } else { + s9 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c115); } + } + if (s9 !== peg$FAILED) { + peg$savedPos = s3; + s4 = peg$c257(s1, s7); + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + if (s3 === peg$FAILED) { + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 46) { + s5 = peg$c54; + peg$currPos++; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c55); } + } + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseIdentifierName(); + if (s7 !== peg$FAILED) { + peg$savedPos = s3; + s4 = peg$c258(s1, s7); + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } + while (s3 !== peg$FAILED) { + s2.push(s3); + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 91) { + s5 = peg$c112; + peg$currPos++; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c113); } + } + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseExpression(); + if (s7 !== peg$FAILED) { + s8 = peg$parse__(); + if (s8 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 93) { + s9 = peg$c114; + peg$currPos++; + } else { + s9 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c115); } + } + if (s9 !== peg$FAILED) { + peg$savedPos = s3; + s4 = peg$c257(s1, s7); + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + if (s3 === peg$FAILED) { + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 46) { + s5 = peg$c54; + peg$currPos++; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c55); } + } + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseIdentifierName(); + if (s7 !== peg$FAILED) { + peg$savedPos = s3; + s4 = peg$c258(s1, s7); + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } + } + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c259(s1, s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseNewExpression() { + var s0, s1, s2, s3; + + s0 = peg$parseMemberExpression(); + if (s0 === peg$FAILED) { + s0 = peg$currPos; + s1 = peg$parseNewToken(); + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + s3 = peg$parseNewExpression(); + if (s3 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c260(s3); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } + + return s0; + } + + function peg$parseCallExpression() { + var s0, s1, s2, s3, s4, s5, s6, s7, s8, s9; + + s0 = peg$currPos; + s1 = peg$currPos; + s2 = peg$parseMemberExpression(); + if (s2 !== peg$FAILED) { + s3 = peg$parse__(); + if (s3 !== peg$FAILED) { + s4 = peg$parseArguments(); + if (s4 !== peg$FAILED) { + peg$savedPos = s1; + s2 = peg$c261(s2, s4); + s1 = s2; + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + if (s1 !== peg$FAILED) { + s2 = []; + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseArguments(); + if (s5 !== peg$FAILED) { + peg$savedPos = s3; + s4 = peg$c262(s1, s5); + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + if (s3 === peg$FAILED) { + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 91) { + s5 = peg$c112; + peg$currPos++; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c113); } + } + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseExpression(); + if (s7 !== peg$FAILED) { + s8 = peg$parse__(); + if (s8 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 93) { + s9 = peg$c114; + peg$currPos++; + } else { + s9 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c115); } + } + if (s9 !== peg$FAILED) { + peg$savedPos = s3; + s4 = peg$c263(s1, s7); + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + if (s3 === peg$FAILED) { + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 46) { + s5 = peg$c54; + peg$currPos++; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c55); } + } + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseIdentifierName(); + if (s7 !== peg$FAILED) { + peg$savedPos = s3; + s4 = peg$c264(s1, s7); + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } + } + while (s3 !== peg$FAILED) { + s2.push(s3); + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseArguments(); + if (s5 !== peg$FAILED) { + peg$savedPos = s3; + s4 = peg$c262(s1, s5); + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + if (s3 === peg$FAILED) { + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 91) { + s5 = peg$c112; + peg$currPos++; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c113); } + } + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseExpression(); + if (s7 !== peg$FAILED) { + s8 = peg$parse__(); + if (s8 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 93) { + s9 = peg$c114; + peg$currPos++; + } else { + s9 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c115); } + } + if (s9 !== peg$FAILED) { + peg$savedPos = s3; + s4 = peg$c263(s1, s7); + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + if (s3 === peg$FAILED) { + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 46) { + s5 = peg$c54; + peg$currPos++; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c55); } + } + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseIdentifierName(); + if (s7 !== peg$FAILED) { + peg$savedPos = s3; + s4 = peg$c264(s1, s7); + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } + } + } + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c265(s1, s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseArguments() { + var s0, s1, s2, s3, s4, s5; + + s0 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 40) { + s1 = peg$c231; + peg$currPos++; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c232); } + } + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + s3 = peg$currPos; + s4 = peg$parseArgumentList(); + if (s4 !== peg$FAILED) { + s5 = peg$parse__(); + if (s5 !== peg$FAILED) { + s4 = [s4, s5]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + if (s3 === peg$FAILED) { + s3 = null; + } + if (s3 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 41) { + s4 = peg$c233; + peg$currPos++; + } else { + s4 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c234); } + } + if (s4 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c266(s3); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseArgumentList() { + var s0, s1, s2, s3, s4, s5, s6, s7; + + s0 = peg$currPos; + s1 = peg$parseAssignmentExpression(); + if (s1 !== peg$FAILED) { + s2 = []; + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 44) { + s5 = peg$c238; + peg$currPos++; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c239); } + } + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseAssignmentExpression(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + while (s3 !== peg$FAILED) { + s2.push(s3); + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 44) { + s5 = peg$c238; + peg$currPos++; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c239); } + } + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseAssignmentExpression(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c249(s1, s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseUnaryExpression() { + var s0, s1, s2, s3; + + s0 = peg$parseMemberExpression(); + if (s0 === peg$FAILED) { + s0 = peg$currPos; + s1 = peg$parseUnaryOperator(); + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + s3 = peg$parseUnaryExpression(); + if (s3 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c267(s1, s3); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } + + return s0; + } + + function peg$parseUnaryOperator() { + var s0; + + if (input.charCodeAt(peg$currPos) === 33) { + s0 = peg$c268; + peg$currPos++; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c269); } + } + + return s0; + } + + function peg$parseMultiplicativeExpression() { + var s0, s1, s2, s3, s4, s5, s6, s7; + + s0 = peg$currPos; + s1 = peg$parseUnaryExpression(); + if (s1 !== peg$FAILED) { + s2 = []; + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseMultiplicativeOperator(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseUnaryExpression(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + while (s3 !== peg$FAILED) { + s2.push(s3); + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseMultiplicativeOperator(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseUnaryExpression(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c270(s1, s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseMultiplicativeOperator() { + var s0, s1, s2, s3, s4; + + s0 = peg$currPos; + s1 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 42) { + s2 = peg$c271; + peg$currPos++; + } else { + s2 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c272); } + } + if (s2 !== peg$FAILED) { + s3 = peg$currPos; + peg$silentFails++; + if (input.charCodeAt(peg$currPos) === 61) { + s4 = peg$c273; + peg$currPos++; + } else { + s4 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c274); } + } + peg$silentFails--; + if (s4 === peg$FAILED) { + s3 = void 0; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + if (s3 !== peg$FAILED) { + s2 = [s2, s3]; + s1 = s2; + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + if (s1 !== peg$FAILED) { + s0 = input.substring(s0, peg$currPos); + } else { + s0 = s1; + } + if (s0 === peg$FAILED) { + s0 = peg$currPos; + s1 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 47) { + s2 = peg$c105; + peg$currPos++; + } else { + s2 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c106); } + } + if (s2 !== peg$FAILED) { + s3 = peg$currPos; + peg$silentFails++; + if (input.charCodeAt(peg$currPos) === 61) { + s4 = peg$c273; + peg$currPos++; + } else { + s4 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c274); } + } + peg$silentFails--; + if (s4 === peg$FAILED) { + s3 = void 0; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + if (s3 !== peg$FAILED) { + s2 = [s2, s3]; + s1 = s2; + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + if (s1 !== peg$FAILED) { + s0 = input.substring(s0, peg$currPos); + } else { + s0 = s1; + } + if (s0 === peg$FAILED) { + s0 = peg$currPos; + s1 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 37) { + s2 = peg$c275; + peg$currPos++; + } else { + s2 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c276); } + } + if (s2 !== peg$FAILED) { + s3 = peg$currPos; + peg$silentFails++; + if (input.charCodeAt(peg$currPos) === 61) { + s4 = peg$c273; + peg$currPos++; + } else { + s4 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c274); } + } + peg$silentFails--; + if (s4 === peg$FAILED) { + s3 = void 0; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + if (s3 !== peg$FAILED) { + s2 = [s2, s3]; + s1 = s2; + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + if (s1 !== peg$FAILED) { + s0 = input.substring(s0, peg$currPos); + } else { + s0 = s1; + } + } + } + + return s0; + } + + function peg$parseAdditiveExpression() { + var s0, s1, s2, s3, s4, s5, s6, s7; + + s0 = peg$currPos; + s1 = peg$parseMultiplicativeExpression(); + if (s1 !== peg$FAILED) { + s2 = []; + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseAdditiveOperator(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseMultiplicativeExpression(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + while (s3 !== peg$FAILED) { + s2.push(s3); + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseAdditiveOperator(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseMultiplicativeExpression(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c270(s1, s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseAdditiveOperator() { + var s0, s1, s2, s3, s4; + + s0 = peg$currPos; + s1 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 43) { + s2 = peg$c277; + peg$currPos++; + } else { + s2 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c278); } + } + if (s2 !== peg$FAILED) { + s3 = peg$currPos; + peg$silentFails++; + if (peg$c279.test(input.charAt(peg$currPos))) { + s4 = input.charAt(peg$currPos); + peg$currPos++; + } else { + s4 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c280); } + } + peg$silentFails--; + if (s4 === peg$FAILED) { + s3 = void 0; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + if (s3 !== peg$FAILED) { + s2 = [s2, s3]; + s1 = s2; + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + if (s1 !== peg$FAILED) { + s0 = input.substring(s0, peg$currPos); + } else { + s0 = s1; + } + if (s0 === peg$FAILED) { + s0 = peg$currPos; + s1 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 45) { + s2 = peg$c281; + peg$currPos++; + } else { + s2 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c282); } + } + if (s2 !== peg$FAILED) { + s3 = peg$currPos; + peg$silentFails++; + if (peg$c283.test(input.charAt(peg$currPos))) { + s4 = input.charAt(peg$currPos); + peg$currPos++; + } else { + s4 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c284); } + } + peg$silentFails--; + if (s4 === peg$FAILED) { + s3 = void 0; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + if (s3 !== peg$FAILED) { + s2 = [s2, s3]; + s1 = s2; + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + if (s1 !== peg$FAILED) { + s0 = input.substring(s0, peg$currPos); + } else { + s0 = s1; + } + } + + return s0; + } + + function peg$parseShiftExpression() { + var s0, s1, s2, s3, s4, s5, s6, s7; + + s0 = peg$currPos; + s1 = peg$parseUnaryExpression(); + if (s1 !== peg$FAILED) { + s2 = []; + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseShiftOperator(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseUnaryExpression(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + while (s3 !== peg$FAILED) { + s2.push(s3); + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseShiftOperator(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseUnaryExpression(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c270(s1, s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseShiftOperator() { + var s0, s1, s2, s3, s4; + + s0 = peg$currPos; + s1 = peg$currPos; + if (input.substr(peg$currPos, 2) === peg$c285) { + s2 = peg$c285; + peg$currPos += 2; + } else { + s2 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c286); } + } + if (s2 !== peg$FAILED) { + s3 = peg$currPos; + peg$silentFails++; + if (input.charCodeAt(peg$currPos) === 61) { + s4 = peg$c273; + peg$currPos++; + } else { + s4 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c274); } + } + peg$silentFails--; + if (s4 === peg$FAILED) { + s3 = void 0; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + if (s3 !== peg$FAILED) { + s2 = [s2, s3]; + s1 = s2; + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + if (s1 !== peg$FAILED) { + s0 = input.substring(s0, peg$currPos); + } else { + s0 = s1; + } + if (s0 === peg$FAILED) { + s0 = peg$currPos; + s1 = peg$currPos; + if (input.substr(peg$currPos, 3) === peg$c287) { + s2 = peg$c287; + peg$currPos += 3; + } else { + s2 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c288); } + } + if (s2 !== peg$FAILED) { + s3 = peg$currPos; + peg$silentFails++; + if (input.charCodeAt(peg$currPos) === 61) { + s4 = peg$c273; + peg$currPos++; + } else { + s4 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c274); } + } + peg$silentFails--; + if (s4 === peg$FAILED) { + s3 = void 0; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + if (s3 !== peg$FAILED) { + s2 = [s2, s3]; + s1 = s2; + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + if (s1 !== peg$FAILED) { + s0 = input.substring(s0, peg$currPos); + } else { + s0 = s1; + } + if (s0 === peg$FAILED) { + s0 = peg$currPos; + s1 = peg$currPos; + if (input.substr(peg$currPos, 2) === peg$c289) { + s2 = peg$c289; + peg$currPos += 2; + } else { + s2 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c290); } + } + if (s2 !== peg$FAILED) { + s3 = peg$currPos; + peg$silentFails++; + if (input.charCodeAt(peg$currPos) === 61) { + s4 = peg$c273; + peg$currPos++; + } else { + s4 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c274); } + } + peg$silentFails--; + if (s4 === peg$FAILED) { + s3 = void 0; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + if (s3 !== peg$FAILED) { + s2 = [s2, s3]; + s1 = s2; + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + if (s1 !== peg$FAILED) { + s0 = input.substring(s0, peg$currPos); + } else { + s0 = s1; + } + } + } + + return s0; + } + + function peg$parseRelationalExpression() { + var s0, s1, s2, s3, s4, s5, s6, s7; + + s0 = peg$currPos; + s1 = peg$parseShiftExpression(); + if (s1 !== peg$FAILED) { + s2 = []; + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseRelationalOperator(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseShiftExpression(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + while (s3 !== peg$FAILED) { + s2.push(s3); + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseRelationalOperator(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseShiftExpression(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c270(s1, s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseRelationalOperator() { + var s0, s1, s2, s3, s4; + + if (input.substr(peg$currPos, 2) === peg$c291) { + s0 = peg$c291; + peg$currPos += 2; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c292); } + } + if (s0 === peg$FAILED) { + if (input.substr(peg$currPos, 2) === peg$c293) { + s0 = peg$c293; + peg$currPos += 2; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c294); } + } + if (s0 === peg$FAILED) { + s0 = peg$currPos; + s1 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 60) { + s2 = peg$c295; + peg$currPos++; + } else { + s2 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c296); } + } + if (s2 !== peg$FAILED) { + s3 = peg$currPos; + peg$silentFails++; + if (input.charCodeAt(peg$currPos) === 60) { + s4 = peg$c295; + peg$currPos++; + } else { + s4 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c296); } + } + peg$silentFails--; + if (s4 === peg$FAILED) { + s3 = void 0; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + if (s3 !== peg$FAILED) { + s2 = [s2, s3]; + s1 = s2; + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + if (s1 !== peg$FAILED) { + s0 = input.substring(s0, peg$currPos); + } else { + s0 = s1; + } + if (s0 === peg$FAILED) { + s0 = peg$currPos; + s1 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 62) { + s2 = peg$c297; + peg$currPos++; + } else { + s2 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c298); } + } + if (s2 !== peg$FAILED) { + s3 = peg$currPos; + peg$silentFails++; + if (input.charCodeAt(peg$currPos) === 62) { + s4 = peg$c297; + peg$currPos++; + } else { + s4 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c298); } + } + peg$silentFails--; + if (s4 === peg$FAILED) { + s3 = void 0; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + if (s3 !== peg$FAILED) { + s2 = [s2, s3]; + s1 = s2; + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + if (s1 !== peg$FAILED) { + s0 = input.substring(s0, peg$currPos); + } else { + s0 = s1; + } + } + } + } + + return s0; + } + + function peg$parseRelationalExpressionNoIn() { + var s0, s1, s2, s3, s4, s5, s6, s7; + + s0 = peg$currPos; + s1 = peg$parseShiftExpression(); + if (s1 !== peg$FAILED) { + s2 = []; + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseRelationalOperatorNoIn(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseShiftExpression(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + while (s3 !== peg$FAILED) { + s2.push(s3); + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseRelationalOperatorNoIn(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseShiftExpression(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c270(s1, s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseRelationalOperatorNoIn() { + var s0, s1, s2, s3, s4; + + if (input.substr(peg$currPos, 2) === peg$c291) { + s0 = peg$c291; + peg$currPos += 2; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c292); } + } + if (s0 === peg$FAILED) { + if (input.substr(peg$currPos, 2) === peg$c293) { + s0 = peg$c293; + peg$currPos += 2; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c294); } + } + if (s0 === peg$FAILED) { + s0 = peg$currPos; + s1 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 60) { + s2 = peg$c295; + peg$currPos++; + } else { + s2 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c296); } + } + if (s2 !== peg$FAILED) { + s3 = peg$currPos; + peg$silentFails++; + if (input.charCodeAt(peg$currPos) === 60) { + s4 = peg$c295; + peg$currPos++; + } else { + s4 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c296); } + } + peg$silentFails--; + if (s4 === peg$FAILED) { + s3 = void 0; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + if (s3 !== peg$FAILED) { + s2 = [s2, s3]; + s1 = s2; + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + if (s1 !== peg$FAILED) { + s0 = input.substring(s0, peg$currPos); + } else { + s0 = s1; + } + if (s0 === peg$FAILED) { + s0 = peg$currPos; + s1 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 62) { + s2 = peg$c297; + peg$currPos++; + } else { + s2 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c298); } + } + if (s2 !== peg$FAILED) { + s3 = peg$currPos; + peg$silentFails++; + if (input.charCodeAt(peg$currPos) === 62) { + s4 = peg$c297; + peg$currPos++; + } else { + s4 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c298); } + } + peg$silentFails--; + if (s4 === peg$FAILED) { + s3 = void 0; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + if (s3 !== peg$FAILED) { + s2 = [s2, s3]; + s1 = s2; + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + if (s1 !== peg$FAILED) { + s0 = input.substring(s0, peg$currPos); + } else { + s0 = s1; + } + } + } + } + + return s0; + } + + function peg$parseEqualityExpression() { + var s0, s1, s2, s3, s4, s5, s6, s7; + + s0 = peg$currPos; + s1 = peg$parseRelationalExpression(); + if (s1 !== peg$FAILED) { + s2 = []; + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseEqualityOperator(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseRelationalExpression(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + while (s3 !== peg$FAILED) { + s2.push(s3); + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseEqualityOperator(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseRelationalExpression(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c270(s1, s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseEqualityExpressionNoIn() { + var s0, s1, s2, s3, s4, s5, s6, s7; + + s0 = peg$currPos; + s1 = peg$parseRelationalExpressionNoIn(); + if (s1 !== peg$FAILED) { + s2 = []; + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseEqualityOperator(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseRelationalExpressionNoIn(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + while (s3 !== peg$FAILED) { + s2.push(s3); + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseEqualityOperator(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseRelationalExpressionNoIn(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c270(s1, s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseEqualityOperator() { + var s0; + + if (input.substr(peg$currPos, 2) === peg$c299) { + s0 = peg$c299; + peg$currPos += 2; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c300); } + } + if (s0 === peg$FAILED) { + if (input.substr(peg$currPos, 2) === peg$c301) { + s0 = peg$c301; + peg$currPos += 2; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c302); } + } + } + + return s0; + } + + function peg$parseBitwiseANDExpression() { + var s0, s1, s2, s3, s4, s5, s6, s7; + + s0 = peg$currPos; + s1 = peg$parseEqualityExpression(); + if (s1 !== peg$FAILED) { + s2 = []; + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseBitwiseANDOperator(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseEqualityExpression(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + while (s3 !== peg$FAILED) { + s2.push(s3); + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseBitwiseANDOperator(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseEqualityExpression(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c270(s1, s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseBitwiseANDExpressionNoIn() { + var s0, s1, s2, s3, s4, s5, s6, s7; + + s0 = peg$currPos; + s1 = peg$parseEqualityExpressionNoIn(); + if (s1 !== peg$FAILED) { + s2 = []; + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseBitwiseANDOperator(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseEqualityExpressionNoIn(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + while (s3 !== peg$FAILED) { + s2.push(s3); + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseBitwiseANDOperator(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseEqualityExpressionNoIn(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c270(s1, s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseBitwiseANDOperator() { + var s0, s1, s2, s3, s4; + + s0 = peg$currPos; + s1 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 38) { + s2 = peg$c303; + peg$currPos++; + } else { + s2 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c304); } + } + if (s2 !== peg$FAILED) { + s3 = peg$currPos; + peg$silentFails++; + if (peg$c305.test(input.charAt(peg$currPos))) { + s4 = input.charAt(peg$currPos); + peg$currPos++; + } else { + s4 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c306); } + } + peg$silentFails--; + if (s4 === peg$FAILED) { + s3 = void 0; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + if (s3 !== peg$FAILED) { + s2 = [s2, s3]; + s1 = s2; + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + if (s1 !== peg$FAILED) { + s0 = input.substring(s0, peg$currPos); + } else { + s0 = s1; + } + + return s0; + } + + function peg$parseBitwiseXORExpression() { + var s0, s1, s2, s3, s4, s5, s6, s7; + + s0 = peg$currPos; + s1 = peg$parseBitwiseANDExpression(); + if (s1 !== peg$FAILED) { + s2 = []; + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseBitwiseXOROperator(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseBitwiseANDExpression(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + while (s3 !== peg$FAILED) { + s2.push(s3); + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseBitwiseXOROperator(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseBitwiseANDExpression(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c270(s1, s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseBitwiseXORExpressionNoIn() { + var s0, s1, s2, s3, s4, s5, s6, s7; + + s0 = peg$currPos; + s1 = peg$parseBitwiseANDExpressionNoIn(); + if (s1 !== peg$FAILED) { + s2 = []; + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseBitwiseXOROperator(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseBitwiseANDExpressionNoIn(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + while (s3 !== peg$FAILED) { + s2.push(s3); + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseBitwiseXOROperator(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseBitwiseANDExpressionNoIn(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c270(s1, s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseBitwiseXOROperator() { + var s0, s1, s2, s3, s4; + + s0 = peg$currPos; + s1 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 94) { + s2 = peg$c307; + peg$currPos++; + } else { + s2 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c308); } + } + if (s2 !== peg$FAILED) { + s3 = peg$currPos; + peg$silentFails++; + if (input.charCodeAt(peg$currPos) === 61) { + s4 = peg$c273; + peg$currPos++; + } else { + s4 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c274); } + } + peg$silentFails--; + if (s4 === peg$FAILED) { + s3 = void 0; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + if (s3 !== peg$FAILED) { + s2 = [s2, s3]; + s1 = s2; + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + if (s1 !== peg$FAILED) { + s0 = input.substring(s0, peg$currPos); + } else { + s0 = s1; + } + + return s0; + } + + function peg$parseBitwiseORExpression() { + var s0, s1, s2, s3, s4, s5, s6, s7; + + s0 = peg$currPos; + s1 = peg$parseBitwiseXORExpression(); + if (s1 !== peg$FAILED) { + s2 = []; + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseBitwiseOROperator(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseBitwiseXORExpression(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + while (s3 !== peg$FAILED) { + s2.push(s3); + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseBitwiseOROperator(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseBitwiseXORExpression(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c270(s1, s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseBitwiseORExpressionNoIn() { + var s0, s1, s2, s3, s4, s5, s6, s7; + + s0 = peg$currPos; + s1 = peg$parseBitwiseXORExpressionNoIn(); + if (s1 !== peg$FAILED) { + s2 = []; + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseBitwiseOROperator(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseBitwiseXORExpressionNoIn(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + while (s3 !== peg$FAILED) { + s2.push(s3); + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseBitwiseOROperator(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseBitwiseXORExpressionNoIn(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c270(s1, s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseBitwiseOROperator() { + var s0, s1, s2, s3, s4; + + s0 = peg$currPos; + s1 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 124) { + s2 = peg$c309; + peg$currPos++; + } else { + s2 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c310); } + } + if (s2 !== peg$FAILED) { + s3 = peg$currPos; + peg$silentFails++; + if (peg$c311.test(input.charAt(peg$currPos))) { + s4 = input.charAt(peg$currPos); + peg$currPos++; + } else { + s4 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c312); } + } + peg$silentFails--; + if (s4 === peg$FAILED) { + s3 = void 0; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + if (s3 !== peg$FAILED) { + s2 = [s2, s3]; + s1 = s2; + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + if (s1 !== peg$FAILED) { + s0 = input.substring(s0, peg$currPos); + } else { + s0 = s1; + } + + return s0; + } + + function peg$parseLogicalANDExpression() { + var s0, s1, s2, s3, s4, s5, s6, s7; + + s0 = peg$currPos; + s1 = peg$parseBitwiseORExpression(); + if (s1 !== peg$FAILED) { + s2 = []; + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseLogicalANDOperator(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseBitwiseORExpression(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + while (s3 !== peg$FAILED) { + s2.push(s3); + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseLogicalANDOperator(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseBitwiseORExpression(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c270(s1, s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseLogicalANDExpressionNoIn() { + var s0, s1, s2, s3, s4, s5, s6, s7; + + s0 = peg$currPos; + s1 = peg$parseBitwiseORExpressionNoIn(); + if (s1 !== peg$FAILED) { + s2 = []; + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseLogicalANDOperator(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseBitwiseORExpressionNoIn(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + while (s3 !== peg$FAILED) { + s2.push(s3); + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseLogicalANDOperator(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseBitwiseORExpressionNoIn(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c270(s1, s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseLogicalANDOperator() { + var s0; + + if (input.substr(peg$currPos, 3) === peg$c313) { + s0 = peg$c313; + peg$currPos += 3; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c314); } + } + + return s0; + } + + function peg$parseLogicalORExpression() { + var s0, s1, s2, s3, s4, s5, s6, s7; + + s0 = peg$currPos; + s1 = peg$parseLogicalANDExpression(); + if (s1 !== peg$FAILED) { + s2 = []; + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseLogicalOROperator(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseLogicalANDExpression(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + while (s3 !== peg$FAILED) { + s2.push(s3); + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseLogicalOROperator(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseLogicalANDExpression(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c270(s1, s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseLogicalORExpressionNoIn() { + var s0, s1, s2, s3, s4, s5, s6, s7; + + s0 = peg$currPos; + s1 = peg$parseLogicalANDExpressionNoIn(); + if (s1 !== peg$FAILED) { + s2 = []; + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseLogicalOROperator(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseLogicalANDExpressionNoIn(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + while (s3 !== peg$FAILED) { + s2.push(s3); + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseLogicalOROperator(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseLogicalANDExpressionNoIn(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c270(s1, s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseLogicalOROperator() { + var s0; + + if (input.substr(peg$currPos, 2) === peg$c315) { + s0 = peg$c315; + peg$currPos += 2; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c316); } + } + + return s0; + } + + function peg$parseConditionalExpression() { + var s0, s1, s2, s3, s4, s5, s6, s7, s8, s9; + + s0 = peg$currPos; + s1 = peg$parseLogicalORExpression(); + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 63) { + s3 = peg$c317; + peg$currPos++; + } else { + s3 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c318); } + } + if (s3 !== peg$FAILED) { + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseAssignmentExpression(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 58) { + s7 = peg$c250; + peg$currPos++; + } else { + s7 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c251); } + } + if (s7 !== peg$FAILED) { + s8 = peg$parse__(); + if (s8 !== peg$FAILED) { + s9 = peg$parseAssignmentExpression(); + if (s9 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c319(s1, s5, s9); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + if (s0 === peg$FAILED) { + s0 = peg$parseLogicalORExpression(); + } + + return s0; + } + + function peg$parseConditionalExpressionNoIn() { + var s0, s1, s2, s3, s4, s5, s6, s7, s8, s9; + + s0 = peg$currPos; + s1 = peg$parseLogicalORExpressionNoIn(); + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 63) { + s3 = peg$c317; + peg$currPos++; + } else { + s3 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c318); } + } + if (s3 !== peg$FAILED) { + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseAssignmentExpression(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 58) { + s7 = peg$c250; + peg$currPos++; + } else { + s7 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c251); } + } + if (s7 !== peg$FAILED) { + s8 = peg$parse__(); + if (s8 !== peg$FAILED) { + s9 = peg$parseAssignmentExpressionNoIn(); + if (s9 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c319(s1, s5, s9); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + if (s0 === peg$FAILED) { + s0 = peg$parseLogicalORExpressionNoIn(); + } + + return s0; + } + + function peg$parseAssignmentExpression() { + var s0, s1, s2, s3, s4, s5, s6; + + s0 = peg$currPos; + s1 = peg$parseMemberExpression(); + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 61) { + s3 = peg$c273; + peg$currPos++; + } else { + s3 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c274); } + } + if (s3 !== peg$FAILED) { + s4 = peg$currPos; + peg$silentFails++; + if (input.charCodeAt(peg$currPos) === 61) { + s5 = peg$c273; + peg$currPos++; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c274); } + } + peg$silentFails--; + if (s5 === peg$FAILED) { + s4 = void 0; + } else { + peg$currPos = s4; + s4 = peg$FAILED; + } + if (s4 !== peg$FAILED) { + s5 = peg$parse__(); + if (s5 !== peg$FAILED) { + s6 = peg$parseAssignmentExpression(); + if (s6 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c320(s1, s6); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + if (s0 === peg$FAILED) { + s0 = peg$currPos; + s1 = peg$parseMemberExpression(); + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + s3 = peg$parseAssignmentOperator(); + if (s3 !== peg$FAILED) { + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseAssignmentExpression(); + if (s5 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c321(s1, s3, s5); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + if (s0 === peg$FAILED) { + s0 = peg$parseConditionalExpression(); + } + } + + return s0; + } + + function peg$parseAssignmentExpressionNoIn() { + var s0, s1, s2, s3, s4, s5, s6; + + s0 = peg$currPos; + s1 = peg$parseMemberExpression(); + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 61) { + s3 = peg$c273; + peg$currPos++; + } else { + s3 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c274); } + } + if (s3 !== peg$FAILED) { + s4 = peg$currPos; + peg$silentFails++; + if (input.charCodeAt(peg$currPos) === 61) { + s5 = peg$c273; + peg$currPos++; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c274); } + } + peg$silentFails--; + if (s5 === peg$FAILED) { + s4 = void 0; + } else { + peg$currPos = s4; + s4 = peg$FAILED; + } + if (s4 !== peg$FAILED) { + s5 = peg$parse__(); + if (s5 !== peg$FAILED) { + s6 = peg$parseAssignmentExpressionNoIn(); + if (s6 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c320(s1, s6); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + if (s0 === peg$FAILED) { + s0 = peg$currPos; + s1 = peg$parseMemberExpression(); + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + s3 = peg$parseAssignmentOperator(); + if (s3 !== peg$FAILED) { + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseAssignmentExpressionNoIn(); + if (s5 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c321(s1, s3, s5); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + if (s0 === peg$FAILED) { + s0 = peg$parseConditionalExpressionNoIn(); + } + } + + return s0; + } + + function peg$parseAssignmentOperator() { + var s0; + + if (input.substr(peg$currPos, 2) === peg$c322) { + s0 = peg$c322; + peg$currPos += 2; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c323); } + } + if (s0 === peg$FAILED) { + if (input.substr(peg$currPos, 2) === peg$c324) { + s0 = peg$c324; + peg$currPos += 2; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c325); } + } + if (s0 === peg$FAILED) { + if (input.substr(peg$currPos, 2) === peg$c326) { + s0 = peg$c326; + peg$currPos += 2; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c327); } + } + if (s0 === peg$FAILED) { + if (input.substr(peg$currPos, 2) === peg$c328) { + s0 = peg$c328; + peg$currPos += 2; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c329); } + } + if (s0 === peg$FAILED) { + if (input.substr(peg$currPos, 2) === peg$c330) { + s0 = peg$c330; + peg$currPos += 2; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c331); } + } + if (s0 === peg$FAILED) { + if (input.substr(peg$currPos, 3) === peg$c332) { + s0 = peg$c332; + peg$currPos += 3; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c333); } + } + if (s0 === peg$FAILED) { + if (input.substr(peg$currPos, 3) === peg$c334) { + s0 = peg$c334; + peg$currPos += 3; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c335); } + } + if (s0 === peg$FAILED) { + if (input.substr(peg$currPos, 4) === peg$c336) { + s0 = peg$c336; + peg$currPos += 4; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c337); } + } + if (s0 === peg$FAILED) { + if (input.substr(peg$currPos, 2) === peg$c338) { + s0 = peg$c338; + peg$currPos += 2; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c339); } + } + if (s0 === peg$FAILED) { + if (input.substr(peg$currPos, 2) === peg$c340) { + s0 = peg$c340; + peg$currPos += 2; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c341); } + } + if (s0 === peg$FAILED) { + if (input.substr(peg$currPos, 2) === peg$c342) { + s0 = peg$c342; + peg$currPos += 2; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c343); } + } + } + } + } + } + } + } + } + } + } + } + + return s0; + } + + function peg$parseExpression() { + var s0, s1, s2, s3, s4, s5, s6, s7; + + s0 = peg$currPos; + s1 = peg$parseAssignmentExpression(); + if (s1 !== peg$FAILED) { + s2 = []; + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 44) { + s5 = peg$c238; + peg$currPos++; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c239); } + } + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseAssignmentExpression(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + while (s3 !== peg$FAILED) { + s2.push(s3); + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 44) { + s5 = peg$c238; + peg$currPos++; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c239); } + } + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseAssignmentExpression(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c344(s1, s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseExpressionNoIn() { + var s0, s1, s2, s3, s4, s5, s6, s7; + + s0 = peg$currPos; + s1 = peg$parseAssignmentExpressionNoIn(); + if (s1 !== peg$FAILED) { + s2 = []; + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 44) { + s5 = peg$c238; + peg$currPos++; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c239); } + } + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseAssignmentExpressionNoIn(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + while (s3 !== peg$FAILED) { + s2.push(s3); + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 44) { + s5 = peg$c238; + peg$currPos++; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c239); } + } + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseAssignmentExpressionNoIn(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c344(s1, s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseStatement() { + var s0; + + s0 = peg$parseBlock(); + if (s0 === peg$FAILED) { + s0 = peg$parseVariableStatement(); + if (s0 === peg$FAILED) { + s0 = peg$parseEmptyStatement(); + if (s0 === peg$FAILED) { + s0 = peg$parseExpressionStatement(); + if (s0 === peg$FAILED) { + s0 = peg$parseIfStatement(); + if (s0 === peg$FAILED) { + s0 = peg$parseIterationStatement(); + if (s0 === peg$FAILED) { + s0 = peg$parseContinueStatement(); + if (s0 === peg$FAILED) { + s0 = peg$parseBreakStatement(); + if (s0 === peg$FAILED) { + s0 = peg$parseReturnStatement(); + if (s0 === peg$FAILED) { + s0 = peg$parseWithStatement(); + if (s0 === peg$FAILED) { + s0 = peg$parseLabelledStatement(); + if (s0 === peg$FAILED) { + s0 = peg$parseSwitchStatement(); + if (s0 === peg$FAILED) { + s0 = peg$parseThrowStatement(); + if (s0 === peg$FAILED) { + s0 = peg$parseTryStatement(); + if (s0 === peg$FAILED) { + s0 = peg$parseDebuggerStatement(); + } + } + } + } + } + } + } + } + } + } + } + } + } + } + + return s0; + } + + function peg$parseBlock() { + var s0, s1, s2, s3, s4, s5; + + s0 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 123) { + s1 = peg$c245; + peg$currPos++; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c246); } + } + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + s3 = peg$currPos; + s4 = peg$parseStatementList(); + if (s4 !== peg$FAILED) { + s5 = peg$parse__(); + if (s5 !== peg$FAILED) { + s4 = [s4, s5]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + if (s3 === peg$FAILED) { + s3 = null; + } + if (s3 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 125) { + s4 = peg$c228; + peg$currPos++; + } else { + s4 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c229); } + } + if (s4 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c345(s3); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseStatementList() { + var s0, s1, s2, s3, s4, s5; + + s0 = peg$currPos; + s1 = peg$parseStatement(); + if (s1 !== peg$FAILED) { + s2 = []; + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseStatement(); + if (s5 !== peg$FAILED) { + s4 = [s4, s5]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + while (s3 !== peg$FAILED) { + s2.push(s3); + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseStatement(); + if (s5 !== peg$FAILED) { + s4 = [s4, s5]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c346(s1, s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseVariableStatement() { + var s0, s1, s2, s3, s4; + + s0 = peg$currPos; + s1 = peg$parseVarToken(); + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + s3 = peg$parseVariableDeclarationList(); + if (s3 !== peg$FAILED) { + s4 = peg$parseEOS(); + if (s4 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c347(s3); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseVariableDeclarationList() { + var s0, s1, s2, s3, s4, s5, s6, s7; + + s0 = peg$currPos; + s1 = peg$parseVariableDeclaration(); + if (s1 !== peg$FAILED) { + s2 = []; + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 44) { + s5 = peg$c238; + peg$currPos++; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c239); } + } + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseVariableDeclaration(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + while (s3 !== peg$FAILED) { + s2.push(s3); + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 44) { + s5 = peg$c238; + peg$currPos++; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c239); } + } + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseVariableDeclaration(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c249(s1, s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseVariableDeclarationListNoIn() { + var s0, s1, s2, s3, s4, s5, s6, s7; + + s0 = peg$currPos; + s1 = peg$parseVariableDeclarationNoIn(); + if (s1 !== peg$FAILED) { + s2 = []; + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 44) { + s5 = peg$c238; + peg$currPos++; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c239); } + } + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseVariableDeclarationNoIn(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + while (s3 !== peg$FAILED) { + s2.push(s3); + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 44) { + s5 = peg$c238; + peg$currPos++; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c239); } + } + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseVariableDeclarationNoIn(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c249(s1, s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseVariableDeclaration() { + var s0, s1, s2, s3, s4; + + s0 = peg$currPos; + s1 = peg$parseIdentifier(); + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + s3 = peg$parse__(); + if (s3 !== peg$FAILED) { + s4 = peg$parseInitialiser(); + if (s4 !== peg$FAILED) { + s3 = [s3, s4]; + s2 = s3; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 === peg$FAILED) { + s2 = null; + } + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c348(s1, s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseVariableDeclarationNoIn() { + var s0, s1, s2, s3, s4; + + s0 = peg$currPos; + s1 = peg$parseIdentifier(); + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + s3 = peg$parse__(); + if (s3 !== peg$FAILED) { + s4 = peg$parseInitialiserNoIn(); + if (s4 !== peg$FAILED) { + s3 = [s3, s4]; + s2 = s3; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 === peg$FAILED) { + s2 = null; + } + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c348(s1, s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseInitialiser() { + var s0, s1, s2, s3, s4; + + s0 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 61) { + s1 = peg$c273; + peg$currPos++; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c274); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + if (input.charCodeAt(peg$currPos) === 61) { + s3 = peg$c273; + peg$currPos++; + } else { + s3 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c274); } + } + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s3 = peg$parse__(); + if (s3 !== peg$FAILED) { + s4 = peg$parseAssignmentExpression(); + if (s4 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c235(s4); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseInitialiserNoIn() { + var s0, s1, s2, s3, s4; + + s0 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 61) { + s1 = peg$c273; + peg$currPos++; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c274); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + if (input.charCodeAt(peg$currPos) === 61) { + s3 = peg$c273; + peg$currPos++; + } else { + s3 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c274); } + } + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s3 = peg$parse__(); + if (s3 !== peg$FAILED) { + s4 = peg$parseAssignmentExpressionNoIn(); + if (s4 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c235(s4); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseEmptyStatement() { + var s0, s1; + + s0 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 59) { + s1 = peg$c226; + peg$currPos++; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c227); } + } + if (s1 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c349(); + } + s0 = s1; + + return s0; + } + + function peg$parseExpressionStatement() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + s1 = peg$currPos; + peg$silentFails++; + if (input.charCodeAt(peg$currPos) === 123) { + s2 = peg$c245; + peg$currPos++; + } else { + s2 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c246); } + } + if (s2 === peg$FAILED) { + s2 = peg$parseFunctionToken(); + } + peg$silentFails--; + if (s2 === peg$FAILED) { + s1 = void 0; + } else { + peg$currPos = s1; + s1 = peg$FAILED; + } + if (s1 !== peg$FAILED) { + s2 = peg$parseExpression(); + if (s2 !== peg$FAILED) { + s3 = peg$parseEOS(); + if (s3 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c350(s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseIfStatement() { + var s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13; + + s0 = peg$currPos; + s1 = peg$parseIfToken(); + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 40) { + s3 = peg$c231; + peg$currPos++; + } else { + s3 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c232); } + } + if (s3 !== peg$FAILED) { + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseExpression(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 41) { + s7 = peg$c233; + peg$currPos++; + } else { + s7 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c234); } + } + if (s7 !== peg$FAILED) { + s8 = peg$parse__(); + if (s8 !== peg$FAILED) { + s9 = peg$parseStatement(); + if (s9 !== peg$FAILED) { + s10 = peg$parse__(); + if (s10 !== peg$FAILED) { + s11 = peg$parseElseToken(); + if (s11 !== peg$FAILED) { + s12 = peg$parse__(); + if (s12 !== peg$FAILED) { + s13 = peg$parseStatement(); + if (s13 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c351(s5, s9, s13); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + if (s0 === peg$FAILED) { + s0 = peg$currPos; + s1 = peg$parseIfToken(); + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 40) { + s3 = peg$c231; + peg$currPos++; + } else { + s3 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c232); } + } + if (s3 !== peg$FAILED) { + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseExpression(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 41) { + s7 = peg$c233; + peg$currPos++; + } else { + s7 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c234); } + } + if (s7 !== peg$FAILED) { + s8 = peg$parse__(); + if (s8 !== peg$FAILED) { + s9 = peg$parseStatement(); + if (s9 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c352(s5, s9); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } + + return s0; + } + + function peg$parseIterationStatement() { + var s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15, s16, s17; + + s0 = peg$currPos; + s1 = peg$parseDoToken(); + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + s3 = peg$parseStatement(); + if (s3 !== peg$FAILED) { + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseWhileToken(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 40) { + s7 = peg$c231; + peg$currPos++; + } else { + s7 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c232); } + } + if (s7 !== peg$FAILED) { + s8 = peg$parse__(); + if (s8 !== peg$FAILED) { + s9 = peg$parseExpression(); + if (s9 !== peg$FAILED) { + s10 = peg$parse__(); + if (s10 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 41) { + s11 = peg$c233; + peg$currPos++; + } else { + s11 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c234); } + } + if (s11 !== peg$FAILED) { + s12 = peg$parseEOS(); + if (s12 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c353(s3, s9); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + if (s0 === peg$FAILED) { + s0 = peg$currPos; + s1 = peg$parseWhileToken(); + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 40) { + s3 = peg$c231; + peg$currPos++; + } else { + s3 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c232); } + } + if (s3 !== peg$FAILED) { + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseExpression(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 41) { + s7 = peg$c233; + peg$currPos++; + } else { + s7 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c234); } + } + if (s7 !== peg$FAILED) { + s8 = peg$parse__(); + if (s8 !== peg$FAILED) { + s9 = peg$parseStatement(); + if (s9 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c354(s5, s9); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + if (s0 === peg$FAILED) { + s0 = peg$currPos; + s1 = peg$parseForToken(); + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 40) { + s3 = peg$c231; + peg$currPos++; + } else { + s3 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c232); } + } + if (s3 !== peg$FAILED) { + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$currPos; + s6 = peg$parseExpressionNoIn(); + if (s6 !== peg$FAILED) { + s7 = peg$parse__(); + if (s7 !== peg$FAILED) { + s6 = [s6, s7]; + s5 = s6; + } else { + peg$currPos = s5; + s5 = peg$FAILED; + } + } else { + peg$currPos = s5; + s5 = peg$FAILED; + } + if (s5 === peg$FAILED) { + s5 = null; + } + if (s5 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 59) { + s6 = peg$c226; + peg$currPos++; + } else { + s6 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c227); } + } + if (s6 !== peg$FAILED) { + s7 = peg$parse__(); + if (s7 !== peg$FAILED) { + s8 = peg$currPos; + s9 = peg$parseExpression(); + if (s9 !== peg$FAILED) { + s10 = peg$parse__(); + if (s10 !== peg$FAILED) { + s9 = [s9, s10]; + s8 = s9; + } else { + peg$currPos = s8; + s8 = peg$FAILED; + } + } else { + peg$currPos = s8; + s8 = peg$FAILED; + } + if (s8 === peg$FAILED) { + s8 = null; + } + if (s8 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 59) { + s9 = peg$c226; + peg$currPos++; + } else { + s9 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c227); } + } + if (s9 !== peg$FAILED) { + s10 = peg$parse__(); + if (s10 !== peg$FAILED) { + s11 = peg$currPos; + s12 = peg$parseExpression(); + if (s12 !== peg$FAILED) { + s13 = peg$parse__(); + if (s13 !== peg$FAILED) { + s12 = [s12, s13]; + s11 = s12; + } else { + peg$currPos = s11; + s11 = peg$FAILED; + } + } else { + peg$currPos = s11; + s11 = peg$FAILED; + } + if (s11 === peg$FAILED) { + s11 = null; + } + if (s11 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 41) { + s12 = peg$c233; + peg$currPos++; + } else { + s12 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c234); } + } + if (s12 !== peg$FAILED) { + s13 = peg$parse__(); + if (s13 !== peg$FAILED) { + s14 = peg$parseStatement(); + if (s14 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c355(s5, s8, s11, s14); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + if (s0 === peg$FAILED) { + s0 = peg$currPos; + s1 = peg$parseForToken(); + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 40) { + s3 = peg$c231; + peg$currPos++; + } else { + s3 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c232); } + } + if (s3 !== peg$FAILED) { + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseVarToken(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseVariableDeclarationListNoIn(); + if (s7 !== peg$FAILED) { + s8 = peg$parse__(); + if (s8 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 59) { + s9 = peg$c226; + peg$currPos++; + } else { + s9 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c227); } + } + if (s9 !== peg$FAILED) { + s10 = peg$parse__(); + if (s10 !== peg$FAILED) { + s11 = peg$currPos; + s12 = peg$parseExpression(); + if (s12 !== peg$FAILED) { + s13 = peg$parse__(); + if (s13 !== peg$FAILED) { + s12 = [s12, s13]; + s11 = s12; + } else { + peg$currPos = s11; + s11 = peg$FAILED; + } + } else { + peg$currPos = s11; + s11 = peg$FAILED; + } + if (s11 === peg$FAILED) { + s11 = null; + } + if (s11 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 59) { + s12 = peg$c226; + peg$currPos++; + } else { + s12 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c227); } + } + if (s12 !== peg$FAILED) { + s13 = peg$parse__(); + if (s13 !== peg$FAILED) { + s14 = peg$currPos; + s15 = peg$parseExpression(); + if (s15 !== peg$FAILED) { + s16 = peg$parse__(); + if (s16 !== peg$FAILED) { + s15 = [s15, s16]; + s14 = s15; + } else { + peg$currPos = s14; + s14 = peg$FAILED; + } + } else { + peg$currPos = s14; + s14 = peg$FAILED; + } + if (s14 === peg$FAILED) { + s14 = null; + } + if (s14 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 41) { + s15 = peg$c233; + peg$currPos++; + } else { + s15 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c234); } + } + if (s15 !== peg$FAILED) { + s16 = peg$parse__(); + if (s16 !== peg$FAILED) { + s17 = peg$parseStatement(); + if (s17 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c356(s7, s11, s14, s17); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + if (s0 === peg$FAILED) { + s0 = peg$currPos; + s1 = peg$parseForToken(); + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 40) { + s3 = peg$c231; + peg$currPos++; + } else { + s3 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c232); } + } + if (s3 !== peg$FAILED) { + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseMemberExpression(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseInToken(); + if (s7 !== peg$FAILED) { + s8 = peg$parse__(); + if (s8 !== peg$FAILED) { + s9 = peg$parseExpression(); + if (s9 !== peg$FAILED) { + s10 = peg$parse__(); + if (s10 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 41) { + s11 = peg$c233; + peg$currPos++; + } else { + s11 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c234); } + } + if (s11 !== peg$FAILED) { + s12 = peg$parse__(); + if (s12 !== peg$FAILED) { + s13 = peg$parseStatement(); + if (s13 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c357(s5, s9, s13); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + if (s0 === peg$FAILED) { + s0 = peg$currPos; + s1 = peg$parseForToken(); + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 40) { + s3 = peg$c231; + peg$currPos++; + } else { + s3 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c232); } + } + if (s3 !== peg$FAILED) { + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseVarToken(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseVariableDeclarationListNoIn(); + if (s7 !== peg$FAILED) { + s8 = peg$parse__(); + if (s8 !== peg$FAILED) { + s9 = peg$parseInToken(); + if (s9 !== peg$FAILED) { + s10 = peg$parse__(); + if (s10 !== peg$FAILED) { + s11 = peg$parseExpression(); + if (s11 !== peg$FAILED) { + s12 = peg$parse__(); + if (s12 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 41) { + s13 = peg$c233; + peg$currPos++; + } else { + s13 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c234); } + } + if (s13 !== peg$FAILED) { + s14 = peg$parse__(); + if (s14 !== peg$FAILED) { + s15 = peg$parseStatement(); + if (s15 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c358(s7, s11, s15); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } + } + } + } + } + + return s0; + } + + function peg$parseContinueStatement() { + var s0, s1, s2, s3, s4; + + s0 = peg$currPos; + s1 = peg$parseContinueToken(); + if (s1 !== peg$FAILED) { + s2 = peg$parseEOS(); + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c359(); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + if (s0 === peg$FAILED) { + s0 = peg$currPos; + s1 = peg$parseContinueToken(); + if (s1 !== peg$FAILED) { + s2 = peg$parse_(); + if (s2 !== peg$FAILED) { + s3 = peg$parseIdentifier(); + if (s3 !== peg$FAILED) { + s4 = peg$parseEOS(); + if (s4 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c360(s3); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } + + return s0; + } + + function peg$parseBreakStatement() { + var s0, s1, s2, s3, s4; + + s0 = peg$currPos; + s1 = peg$parseBreakToken(); + if (s1 !== peg$FAILED) { + s2 = peg$parseEOS(); + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c361(); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + if (s0 === peg$FAILED) { + s0 = peg$currPos; + s1 = peg$parseBreakToken(); + if (s1 !== peg$FAILED) { + s2 = peg$parse_(); + if (s2 !== peg$FAILED) { + s3 = peg$parseIdentifier(); + if (s3 !== peg$FAILED) { + s4 = peg$parseEOS(); + if (s4 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c362(s3); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } + + return s0; + } + + function peg$parseReturnStatement() { + var s0, s1, s2, s3, s4; + + s0 = peg$currPos; + s1 = peg$parseReturnToken(); + if (s1 !== peg$FAILED) { + s2 = peg$parseEOS(); + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c363(); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + if (s0 === peg$FAILED) { + s0 = peg$currPos; + s1 = peg$parseReturnToken(); + if (s1 !== peg$FAILED) { + s2 = peg$parse_(); + if (s2 !== peg$FAILED) { + s3 = peg$parseExpression(); + if (s3 !== peg$FAILED) { + s4 = peg$parseEOS(); + if (s4 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c364(s3); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } + + return s0; + } + + function peg$parseWithStatement() { + var s0, s1, s2, s3, s4, s5, s6, s7, s8, s9; + + s0 = peg$currPos; + s1 = peg$parseWithToken(); + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 40) { + s3 = peg$c231; + peg$currPos++; + } else { + s3 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c232); } + } + if (s3 !== peg$FAILED) { + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseExpression(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 41) { + s7 = peg$c233; + peg$currPos++; + } else { + s7 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c234); } + } + if (s7 !== peg$FAILED) { + s8 = peg$parse__(); + if (s8 !== peg$FAILED) { + s9 = peg$parseStatement(); + if (s9 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c365(s5, s9); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseSwitchStatement() { + var s0, s1, s2, s3, s4, s5, s6, s7, s8, s9; + + s0 = peg$currPos; + s1 = peg$parseSwitchToken(); + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 40) { + s3 = peg$c231; + peg$currPos++; + } else { + s3 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c232); } + } + if (s3 !== peg$FAILED) { + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseExpression(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 41) { + s7 = peg$c233; + peg$currPos++; + } else { + s7 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c234); } + } + if (s7 !== peg$FAILED) { + s8 = peg$parse__(); + if (s8 !== peg$FAILED) { + s9 = peg$parseCaseBlock(); + if (s9 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c366(s5, s9); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseCaseBlock() { + var s0, s1, s2, s3, s4, s5, s6, s7, s8; + + s0 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 123) { + s1 = peg$c245; + peg$currPos++; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c246); } + } + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + s3 = peg$currPos; + s4 = peg$parseCaseClauses(); + if (s4 !== peg$FAILED) { + s5 = peg$parse__(); + if (s5 !== peg$FAILED) { + s4 = [s4, s5]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + if (s3 === peg$FAILED) { + s3 = null; + } + if (s3 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 125) { + s4 = peg$c228; + peg$currPos++; + } else { + s4 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c229); } + } + if (s4 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c367(s3); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + if (s0 === peg$FAILED) { + s0 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 123) { + s1 = peg$c245; + peg$currPos++; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c246); } + } + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + s3 = peg$currPos; + s4 = peg$parseCaseClauses(); + if (s4 !== peg$FAILED) { + s5 = peg$parse__(); + if (s5 !== peg$FAILED) { + s4 = [s4, s5]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + if (s3 === peg$FAILED) { + s3 = null; + } + if (s3 !== peg$FAILED) { + s4 = peg$parseDefaultClause(); + if (s4 !== peg$FAILED) { + s5 = peg$parse__(); + if (s5 !== peg$FAILED) { + s6 = peg$currPos; + s7 = peg$parseCaseClauses(); + if (s7 !== peg$FAILED) { + s8 = peg$parse__(); + if (s8 !== peg$FAILED) { + s7 = [s7, s8]; + s6 = s7; + } else { + peg$currPos = s6; + s6 = peg$FAILED; + } + } else { + peg$currPos = s6; + s6 = peg$FAILED; + } + if (s6 === peg$FAILED) { + s6 = null; + } + if (s6 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 125) { + s7 = peg$c228; + peg$currPos++; + } else { + s7 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c229); } + } + if (s7 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c368(s3, s4, s6); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } + + return s0; + } + + function peg$parseCaseClauses() { + var s0, s1, s2, s3, s4, s5; + + s0 = peg$currPos; + s1 = peg$parseCaseClause(); + if (s1 !== peg$FAILED) { + s2 = []; + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseCaseClause(); + if (s5 !== peg$FAILED) { + s4 = [s4, s5]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + while (s3 !== peg$FAILED) { + s2.push(s3); + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseCaseClause(); + if (s5 !== peg$FAILED) { + s4 = [s4, s5]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c346(s1, s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseCaseClause() { + var s0, s1, s2, s3, s4, s5, s6, s7, s8; + + s0 = peg$currPos; + s1 = peg$parseCaseToken(); + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + s3 = peg$parseExpression(); + if (s3 !== peg$FAILED) { + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 58) { + s5 = peg$c250; + peg$currPos++; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c251); } + } + if (s5 !== peg$FAILED) { + s6 = peg$currPos; + s7 = peg$parse__(); + if (s7 !== peg$FAILED) { + s8 = peg$parseStatementList(); + if (s8 !== peg$FAILED) { + s7 = [s7, s8]; + s6 = s7; + } else { + peg$currPos = s6; + s6 = peg$FAILED; + } + } else { + peg$currPos = s6; + s6 = peg$FAILED; + } + if (s6 === peg$FAILED) { + s6 = null; + } + if (s6 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c369(s3, s6); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseDefaultClause() { + var s0, s1, s2, s3, s4, s5, s6; + + s0 = peg$currPos; + s1 = peg$parseDefaultToken(); + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 58) { + s3 = peg$c250; + peg$currPos++; + } else { + s3 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c251); } + } + if (s3 !== peg$FAILED) { + s4 = peg$currPos; + s5 = peg$parse__(); + if (s5 !== peg$FAILED) { + s6 = peg$parseStatementList(); + if (s6 !== peg$FAILED) { + s5 = [s5, s6]; + s4 = s5; + } else { + peg$currPos = s4; + s4 = peg$FAILED; + } + } else { + peg$currPos = s4; + s4 = peg$FAILED; + } + if (s4 === peg$FAILED) { + s4 = null; + } + if (s4 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c370(s4); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseLabelledStatement() { + var s0, s1, s2, s3, s4, s5; + + s0 = peg$currPos; + s1 = peg$parseIdentifier(); + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 58) { + s3 = peg$c250; + peg$currPos++; + } else { + s3 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c251); } + } + if (s3 !== peg$FAILED) { + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseStatement(); + if (s5 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c371(s1, s5); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseThrowStatement() { + var s0, s1, s2, s3, s4; + + s0 = peg$currPos; + s1 = peg$parseThrowToken(); + if (s1 !== peg$FAILED) { + s2 = peg$parse_(); + if (s2 !== peg$FAILED) { + s3 = peg$parseExpression(); + if (s3 !== peg$FAILED) { + s4 = peg$parseEOS(); + if (s4 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c372(s3); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseTryStatement() { + var s0, s1, s2, s3, s4, s5, s6, s7; + + s0 = peg$currPos; + s1 = peg$parseTryToken(); + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + s3 = peg$parseBlock(); + if (s3 !== peg$FAILED) { + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseCatch(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseFinally(); + if (s7 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c373(s3, s5, s7); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + if (s0 === peg$FAILED) { + s0 = peg$currPos; + s1 = peg$parseTryToken(); + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + s3 = peg$parseBlock(); + if (s3 !== peg$FAILED) { + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseCatch(); + if (s5 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c374(s3, s5); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + if (s0 === peg$FAILED) { + s0 = peg$currPos; + s1 = peg$parseTryToken(); + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + s3 = peg$parseBlock(); + if (s3 !== peg$FAILED) { + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseFinally(); + if (s5 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c375(s3, s5); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } + } + + return s0; + } + + function peg$parseCatch() { + var s0, s1, s2, s3, s4, s5, s6, s7, s8, s9; + + s0 = peg$currPos; + s1 = peg$parseCatchToken(); + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 40) { + s3 = peg$c231; + peg$currPos++; + } else { + s3 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c232); } + } + if (s3 !== peg$FAILED) { + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseIdentifier(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 41) { + s7 = peg$c233; + peg$currPos++; + } else { + s7 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c234); } + } + if (s7 !== peg$FAILED) { + s8 = peg$parse__(); + if (s8 !== peg$FAILED) { + s9 = peg$parseBlock(); + if (s9 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c376(s5, s9); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseFinally() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + s1 = peg$parseFinallyToken(); + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + s3 = peg$parseBlock(); + if (s3 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c377(s3); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseDebuggerStatement() { + var s0, s1, s2; + + s0 = peg$currPos; + s1 = peg$parseDebuggerToken(); + if (s1 !== peg$FAILED) { + s2 = peg$parseEOS(); + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c378(); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseFunctionDeclaration() { + var s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14; + + s0 = peg$currPos; + s1 = peg$parseFunctionToken(); + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + s3 = peg$parseIdentifier(); + if (s3 !== peg$FAILED) { + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 40) { + s5 = peg$c231; + peg$currPos++; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c232); } + } + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$currPos; + s8 = peg$parseFormalParameterList(); + if (s8 !== peg$FAILED) { + s9 = peg$parse__(); + if (s9 !== peg$FAILED) { + s8 = [s8, s9]; + s7 = s8; + } else { + peg$currPos = s7; + s7 = peg$FAILED; + } + } else { + peg$currPos = s7; + s7 = peg$FAILED; + } + if (s7 === peg$FAILED) { + s7 = null; + } + if (s7 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 41) { + s8 = peg$c233; + peg$currPos++; + } else { + s8 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c234); } + } + if (s8 !== peg$FAILED) { + s9 = peg$parse__(); + if (s9 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 123) { + s10 = peg$c245; + peg$currPos++; + } else { + s10 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c246); } + } + if (s10 !== peg$FAILED) { + s11 = peg$parse__(); + if (s11 !== peg$FAILED) { + s12 = peg$parseFunctionBody(); + if (s12 !== peg$FAILED) { + s13 = peg$parse__(); + if (s13 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 125) { + s14 = peg$c228; + peg$currPos++; + } else { + s14 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c229); } + } + if (s14 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c379(s3, s7, s12); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseFunctionExpression() { + var s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13; + + s0 = peg$currPos; + s1 = peg$parseFunctionToken(); + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + s3 = peg$currPos; + s4 = peg$parseIdentifier(); + if (s4 !== peg$FAILED) { + s5 = peg$parse__(); + if (s5 !== peg$FAILED) { + s4 = [s4, s5]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + if (s3 === peg$FAILED) { + s3 = null; + } + if (s3 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 40) { + s4 = peg$c231; + peg$currPos++; + } else { + s4 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c232); } + } + if (s4 !== peg$FAILED) { + s5 = peg$parse__(); + if (s5 !== peg$FAILED) { + s6 = peg$currPos; + s7 = peg$parseFormalParameterList(); + if (s7 !== peg$FAILED) { + s8 = peg$parse__(); + if (s8 !== peg$FAILED) { + s7 = [s7, s8]; + s6 = s7; + } else { + peg$currPos = s6; + s6 = peg$FAILED; + } + } else { + peg$currPos = s6; + s6 = peg$FAILED; + } + if (s6 === peg$FAILED) { + s6 = null; + } + if (s6 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 41) { + s7 = peg$c233; + peg$currPos++; + } else { + s7 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c234); } + } + if (s7 !== peg$FAILED) { + s8 = peg$parse__(); + if (s8 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 123) { + s9 = peg$c245; + peg$currPos++; + } else { + s9 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c246); } + } + if (s9 !== peg$FAILED) { + s10 = peg$parse__(); + if (s10 !== peg$FAILED) { + s11 = peg$parseFunctionBody(); + if (s11 !== peg$FAILED) { + s12 = peg$parse__(); + if (s12 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 125) { + s13 = peg$c228; + peg$currPos++; + } else { + s13 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c229); } + } + if (s13 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c380(s3, s6, s11); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseFormalParameterList() { + var s0, s1, s2, s3, s4, s5, s6, s7; + + s0 = peg$currPos; + s1 = peg$parseIdentifier(); + if (s1 !== peg$FAILED) { + s2 = []; + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 44) { + s5 = peg$c238; + peg$currPos++; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c239); } + } + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseIdentifier(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + while (s3 !== peg$FAILED) { + s2.push(s3); + s3 = peg$currPos; + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 44) { + s5 = peg$c238; + peg$currPos++; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c239); } + } + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + s7 = peg$parseIdentifier(); + if (s7 !== peg$FAILED) { + s4 = [s4, s5, s6, s7]; + s3 = s4; + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } else { + peg$currPos = s3; + s3 = peg$FAILED; + } + } + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c249(s1, s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseFunctionBody() { + var s0, s1; + + s0 = peg$currPos; + s1 = peg$parseStatementList(); + if (s1 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c381(s1); + } + s0 = s1; + + return s0; + } + + function peg$parseValidator() { + var s0, s1, s2, s3, s4, s5; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 9) === peg$c382) { + s1 = peg$c382; + peg$currPos += 9; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c383); } + } + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 61) { + s3 = peg$c273; + peg$currPos++; + } else { + s3 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c274); } + } + if (s3 !== peg$FAILED) { + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseStringLiteral(); + if (s5 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c384(s5); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseOptional() { + var s0, s1; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 8) === peg$c385) { + s1 = peg$c385; + peg$currPos += 8; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c386); } + } + if (s1 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c387(); + } + s0 = s1; + + return s0; + } + + function peg$parseDefault() { + var s0, s1, s2, s3, s4, s5; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 7) === peg$c160) { + s1 = peg$c160; + peg$currPos += 7; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c161); } + } + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 61) { + s3 = peg$c273; + peg$currPos++; + } else { + s3 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c274); } + } + if (s3 !== peg$FAILED) { + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseStringLiteral(); + if (s5 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c388(s5); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseQualifiedName() { + var s0, s1, s2, s3, s4, s5, s6; + + s0 = peg$currPos; + s1 = peg$currPos; + s2 = peg$parseIdentifier(); + if (s2 !== peg$FAILED) { + s1 = input.substring(s1, peg$currPos); + } else { + s1 = s2; + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + s3 = []; + s4 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 46) { + s5 = peg$c54; + peg$currPos++; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c55); } + } + if (s5 !== peg$FAILED) { + s6 = peg$parseIdentifier(); + if (s6 !== peg$FAILED) { + s5 = [s5, s6]; + s4 = s5; + } else { + peg$currPos = s4; + s4 = peg$FAILED; + } + } else { + peg$currPos = s4; + s4 = peg$FAILED; + } + while (s4 !== peg$FAILED) { + s3.push(s4); + s4 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 46) { + s5 = peg$c54; + peg$currPos++; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c55); } + } + if (s5 !== peg$FAILED) { + s6 = peg$parseIdentifier(); + if (s6 !== peg$FAILED) { + s5 = [s5, s6]; + s4 = s5; + } else { + peg$currPos = s4; + s4 = peg$FAILED; + } + } else { + peg$currPos = s4; + s4 = peg$FAILED; + } + } + if (s3 !== peg$FAILED) { + s2 = input.substring(s2, peg$currPos); + } else { + s2 = s3; + } + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c389(s1, s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseQueryToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 5) === peg$c390) { + s1 = peg$c390; + peg$currPos += 5; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c391); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseSelectToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 6) === peg$c392) { + s1 = peg$c392; + peg$currPos += 6; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c393); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseFromToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 4) === peg$c394) { + s1 = peg$c394; + peg$currPos += 4; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c395); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseWhereToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 5) === peg$c396) { + s1 = peg$c396; + peg$currPos += 5; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c397); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseOrToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 2) === peg$c315) { + s1 = peg$c315; + peg$currPos += 2; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c316); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseAndToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 3) === peg$c313) { + s1 = peg$c313; + peg$currPos += 3; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c314); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseOrderByToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 8) === peg$c398) { + s1 = peg$c398; + peg$currPos += 8; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c399); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseSkipToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 4) === peg$c400) { + s1 = peg$c400; + peg$currPos += 4; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c401); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseLimitToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 5) === peg$c402) { + s1 = peg$c402; + peg$currPos += 5; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c403); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseAscToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 3) === peg$c404) { + s1 = peg$c404; + peg$currPos += 3; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c405); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseDescToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 4) === peg$c406) { + s1 = peg$c406; + peg$currPos += 4; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c407); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseIdentifierPart(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseNotEqualToken() { + var s0; + + if (input.substr(peg$currPos, 2) === peg$c301) { + s0 = peg$c301; + peg$currPos += 2; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c302); } + } + + return s0; + } + + function peg$parseEqualToken() { + var s0; + + if (input.charCodeAt(peg$currPos) === 61) { + s0 = peg$c273; + peg$currPos++; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c274); } + } + + return s0; + } + + function peg$parseLTToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 60) { + s1 = peg$c295; + peg$currPos++; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c296); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseEqualToken(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseLTEToken() { + var s0; + + if (input.substr(peg$currPos, 2) === peg$c291) { + s0 = peg$c291; + peg$currPos += 2; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c292); } + } + + return s0; + } + + function peg$parseGTToken() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 62) { + s1 = peg$c297; + peg$currPos++; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c298); } + } + if (s1 !== peg$FAILED) { + s2 = peg$currPos; + peg$silentFails++; + s3 = peg$parseEqualToken(); + peg$silentFails--; + if (s3 === peg$FAILED) { + s2 = void 0; + } else { + peg$currPos = s2; + s2 = peg$FAILED; + } + if (s2 !== peg$FAILED) { + s1 = [s1, s2]; + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseGTEToken() { + var s0; + + if (input.substr(peg$currPos, 2) === peg$c293) { + s0 = peg$c293; + peg$currPos += 2; + } else { + s0 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c294); } + } + + return s0; + } + + function peg$parseProgram() { + var s0, s1, s2; + + s0 = peg$currPos; + s1 = []; + s2 = peg$parseQuery(); + if (s2 !== peg$FAILED) { + while (s2 !== peg$FAILED) { + s1.push(s2); + s2 = peg$parseQuery(); + } + } else { + s1 = peg$FAILED; + } + if (s1 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c408(s1); + } + s0 = s1; + + return s0; + } + + function peg$parseQuery() { + var s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15, s16, s17, s18; + + s0 = peg$currPos; + if (input.substr(peg$currPos, 5) === peg$c390) { + s1 = peg$c390; + peg$currPos += 5; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c391); } + } + if (s1 !== peg$FAILED) { + s2 = peg$parse_(); + if (s2 !== peg$FAILED) { + s3 = peg$parseIdentifier(); + if (s3 !== peg$FAILED) { + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 123) { + s5 = peg$c245; + peg$currPos++; + } else { + s5 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c246); } + } + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + if (input.substr(peg$currPos, 12) === peg$c409) { + s7 = peg$c409; + peg$currPos += 12; + } else { + s7 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c410); } + } + if (s7 !== peg$FAILED) { + s8 = peg$parse__(); + if (s8 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 34) { + s9 = peg$c73; + peg$currPos++; + } else { + s9 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c74); } + } + if (s9 !== peg$FAILED) { + s10 = peg$parseStringSequence(); + if (s10 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 34) { + s11 = peg$c73; + peg$currPos++; + } else { + s11 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c74); } + } + if (s11 !== peg$FAILED) { + s12 = peg$parse__(); + if (s12 !== peg$FAILED) { + if (input.substr(peg$currPos, 10) === peg$c411) { + s13 = peg$c411; + peg$currPos += 10; + } else { + s13 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c412); } + } + if (s13 !== peg$FAILED) { + s14 = peg$parse__(); + if (s14 !== peg$FAILED) { + s15 = peg$parseSelectStatement(); + if (s15 !== peg$FAILED) { + s16 = peg$parse__(); + if (s16 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 125) { + s17 = peg$c228; + peg$currPos++; + } else { + s17 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c229); } + } + if (s17 !== peg$FAILED) { + s18 = peg$parse__(); + if (s18 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c413(s3, s10, s15); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseSelectStatement() { + var s0; + + s0 = peg$parseFromSelectStatement(); + if (s0 === peg$FAILED) { + s0 = peg$parseSimpleSelectStatement(); + } + + return s0; + } + + function peg$parseFromSelectStatement() { + var s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15, s16; + + s0 = peg$currPos; + s1 = peg$parse__(); + if (s1 !== peg$FAILED) { + s2 = peg$parseSelectToken(); + if (s2 !== peg$FAILED) { + s3 = peg$parse__(); + if (s3 !== peg$FAILED) { + s4 = peg$parseQualifiedName(); + if (s4 !== peg$FAILED) { + s5 = peg$parse__(); + if (s5 !== peg$FAILED) { + s6 = peg$parseFromToken(); + if (s6 !== peg$FAILED) { + s7 = peg$parse__(); + if (s7 !== peg$FAILED) { + s8 = peg$parseQualifiedName(); + if (s8 !== peg$FAILED) { + s9 = peg$parse__(); + if (s9 !== peg$FAILED) { + s10 = peg$parsePredicate(); + if (s10 === peg$FAILED) { + s10 = null; + } + if (s10 !== peg$FAILED) { + s11 = peg$parse__(); + if (s11 !== peg$FAILED) { + s12 = peg$parseOrderBy(); + if (s12 === peg$FAILED) { + s12 = null; + } + if (s12 !== peg$FAILED) { + s13 = peg$parse__(); + if (s13 !== peg$FAILED) { + s14 = peg$parseLimit(); + if (s14 === peg$FAILED) { + s14 = null; + } + if (s14 !== peg$FAILED) { + s15 = peg$parse__(); + if (s15 !== peg$FAILED) { + s16 = peg$parseSkip(); + if (s16 === peg$FAILED) { + s16 = null; + } + if (s16 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c414(s4, s6, s8, s10, s12, s14, s16); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseSimpleSelectStatement() { + var s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12; + + s0 = peg$currPos; + s1 = peg$parse__(); + if (s1 !== peg$FAILED) { + s2 = peg$parseSelectToken(); + if (s2 !== peg$FAILED) { + s3 = peg$parse__(); + if (s3 !== peg$FAILED) { + s4 = peg$parseQualifiedName(); + if (s4 !== peg$FAILED) { + s5 = peg$parse__(); + if (s5 !== peg$FAILED) { + s6 = peg$parsePredicate(); + if (s6 === peg$FAILED) { + s6 = null; + } + if (s6 !== peg$FAILED) { + s7 = peg$parse__(); + if (s7 !== peg$FAILED) { + s8 = peg$parseOrderBy(); + if (s8 === peg$FAILED) { + s8 = null; + } + if (s8 !== peg$FAILED) { + s9 = peg$parse__(); + if (s9 !== peg$FAILED) { + s10 = peg$parseLimit(); + if (s10 === peg$FAILED) { + s10 = null; + } + if (s10 !== peg$FAILED) { + s11 = peg$parse__(); + if (s11 !== peg$FAILED) { + s12 = peg$parseSkip(); + if (s12 === peg$FAILED) { + s12 = null; + } + if (s12 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c415(s4, s6, s8, s10, s12); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseLimit() { + var s0; + + s0 = peg$parseLimitPlaceholder(); + if (s0 === peg$FAILED) { + s0 = peg$parseLimitLiteral(); + } + + return s0; + } + + function peg$parseLimitPlaceholder() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + s1 = peg$parseLimitToken(); + if (s1 !== peg$FAILED) { + s2 = peg$parse_(); + if (s2 !== peg$FAILED) { + s3 = peg$parsePlaceholder(); + if (s3 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c416(s3); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseLimitLiteral() { + var s0, s1, s2, s3, s4; + + s0 = peg$currPos; + s1 = peg$parseLimitToken(); + if (s1 !== peg$FAILED) { + s2 = peg$parse_(); + if (s2 !== peg$FAILED) { + s3 = peg$currPos; + s4 = peg$parseDecimalIntegerLiteral(); + if (s4 !== peg$FAILED) { + s3 = input.substring(s3, peg$currPos); + } else { + s3 = s4; + } + if (s3 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c416(s3); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseSkip() { + var s0; + + s0 = peg$parseSkipPlaceholder(); + if (s0 === peg$FAILED) { + s0 = peg$parseSkipLiteral(); + } + + return s0; + } + + function peg$parseSkipPlaceholder() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + s1 = peg$parseSkipToken(); + if (s1 !== peg$FAILED) { + s2 = peg$parse_(); + if (s2 !== peg$FAILED) { + s3 = peg$parsePlaceholder(); + if (s3 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c417(s3); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseSkipLiteral() { + var s0, s1, s2, s3, s4; + + s0 = peg$currPos; + s1 = peg$parseSkipToken(); + if (s1 !== peg$FAILED) { + s2 = peg$parse_(); + if (s2 !== peg$FAILED) { + s3 = peg$currPos; + s4 = peg$parseDecimalIntegerLiteral(); + if (s4 !== peg$FAILED) { + s3 = input.substring(s3, peg$currPos); + } else { + s3 = s4; + } + if (s3 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c417(s3); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseSortDirection() { + var s0, s1; + + s0 = peg$currPos; + s1 = peg$parseAscToken(); + if (s1 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c418(); + } + s0 = s1; + if (s0 === peg$FAILED) { + s0 = peg$currPos; + s1 = peg$parseDescToken(); + if (s1 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c419(); + } + s0 = s1; + } + + return s0; + } + + function peg$parseOrderBy() { + var s0, s1, s2; + + s0 = peg$currPos; + s1 = peg$parseOrderByToken(); + if (s1 !== peg$FAILED) { + s2 = peg$parseSort(); + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c420(s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseSort() { + var s0; + + s0 = peg$parseSortSingleField(); + if (s0 === peg$FAILED) { + s0 = peg$parseSortArray(); + } + + return s0; + } + + function peg$parseSortArray() { + var s0, s1, s2, s3, s4, s5, s6, s7; + + s0 = peg$currPos; + s1 = peg$parse__(); + if (s1 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 91) { + s2 = peg$c112; + peg$currPos++; + } else { + s2 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c113); } + } + if (s2 !== peg$FAILED) { + s3 = peg$parse_(); + if (s3 !== peg$FAILED) { + s4 = peg$parseSortSingleField(); + if (s4 !== peg$FAILED) { + s5 = peg$parse_(); + if (s5 !== peg$FAILED) { + s6 = []; + s7 = peg$parseSortRest(); + while (s7 !== peg$FAILED) { + s6.push(s7); + s7 = peg$parseSortRest(); + } + if (s6 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 93) { + s7 = peg$c114; + peg$currPos++; + } else { + s7 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c115); } + } + if (s7 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c421(s4, s6); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseSortRest() { + var s0, s1, s2; + + s0 = peg$currPos; + if (input.charCodeAt(peg$currPos) === 44) { + s1 = peg$c238; + peg$currPos++; + } else { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c239); } + } + if (s1 !== peg$FAILED) { + s2 = peg$parseSortSingleField(); + if (s2 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c422(s2); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseSortSingleField() { + var s0, s1, s2, s3, s4; + + s0 = peg$currPos; + s1 = peg$parse__(); + if (s1 !== peg$FAILED) { + s2 = peg$parseIdentifier(); + if (s2 !== peg$FAILED) { + s3 = peg$parse__(); + if (s3 !== peg$FAILED) { + s4 = peg$parseSortDirection(); + if (s4 === peg$FAILED) { + s4 = null; + } + if (s4 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c423(s2, s4); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parsePredicate() { + var s0, s1, s2, s3, s4, s5, s6, s7, s8; + + s0 = peg$currPos; + s1 = peg$parseWhereToken(); + if (s1 !== peg$FAILED) { + s2 = peg$parse__(); + if (s2 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 40) { + s3 = peg$c231; + peg$currPos++; + } else { + s3 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c232); } + } + if (s3 !== peg$FAILED) { + s4 = peg$parse__(); + if (s4 !== peg$FAILED) { + s5 = peg$parseExpression(); + if (s5 !== peg$FAILED) { + s6 = peg$parse__(); + if (s6 !== peg$FAILED) { + if (input.charCodeAt(peg$currPos) === 41) { + s7 = peg$c233; + peg$currPos++; + } else { + s7 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c234); } + } + if (s7 !== peg$FAILED) { + s8 = peg$parse__(); + if (s8 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c424(s5); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseJoiner() { + var s0, s1; + + s0 = peg$currPos; + s1 = peg$parseOrToken(); + if (s1 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c425(); + } + s0 = s1; + if (s0 === peg$FAILED) { + s0 = peg$currPos; + s1 = peg$parseAndToken(); + if (s1 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c426(); + } + s0 = s1; + } + + return s0; + } + + function peg$parseOperator() { + var s0, s1; + + s0 = peg$currPos; + s1 = peg$parseNotEqualToken(); + if (s1 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c427(); + } + s0 = s1; + if (s0 === peg$FAILED) { + s0 = peg$currPos; + s1 = peg$parseEqualToken(); + if (s1 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c428(); + } + s0 = s1; + if (s0 === peg$FAILED) { + s0 = peg$currPos; + s1 = peg$parseLTToken(); + if (s1 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c429(); + } + s0 = s1; + if (s0 === peg$FAILED) { + s0 = peg$currPos; + s1 = peg$parseLTEToken(); + if (s1 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c430(); + } + s0 = s1; + if (s0 === peg$FAILED) { + s0 = peg$currPos; + s1 = peg$parseGTToken(); + if (s1 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c431(); + } + s0 = s1; + if (s0 === peg$FAILED) { + s0 = peg$currPos; + s1 = peg$parseGTEToken(); + if (s1 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c432(); + } + s0 = s1; + } + } + } + } + } + + return s0; + } + + function peg$parsePlaceholder() { + var s0, s1, s2, s3; + + s0 = peg$currPos; + s1 = peg$parse_(); + if (s1 !== peg$FAILED) { + if (input.substr(peg$currPos, 2) === peg$c433) { + s2 = peg$c433; + peg$currPos += 2; + } else { + s2 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c434); } + } + if (s2 !== peg$FAILED) { + s3 = peg$parseIdentifier(); + if (s3 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c435(s3); + s0 = s1; + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + } else { + peg$currPos = s0; + s0 = peg$FAILED; + } + + return s0; + } + + function peg$parseExpr() { + var s0; + + s0 = peg$parseLiteral(); + if (s0 === peg$FAILED) { + s0 = peg$parsePlaceholder(); + if (s0 === peg$FAILED) { + s0 = peg$parseQualifiedName(); + } + } + + return s0; + } + + function peg$parseStringSequence() { + var s0, s1, s2; + + peg$silentFails++; + s0 = peg$currPos; + s1 = []; + s2 = peg$parseDoubleStringCharacter(); + while (s2 !== peg$FAILED) { + s1.push(s2); + s2 = peg$parseDoubleStringCharacter(); + } + if (s1 !== peg$FAILED) { + peg$savedPos = s0; + s1 = peg$c436(s1); + } + s0 = s1; + peg$silentFails--; + if (s0 === peg$FAILED) { + s1 = peg$FAILED; + if (peg$silentFails === 0) { peg$fail(peg$c72); } + } + + return s0; + } + + + var TYPES_TO_PROPERTY_NAMES = { + CallExpression: "callee", + MemberExpression: "object", + }; + + function filledArray(count, value) { + var result = new Array(count), i; + + for (i = 0; i < count; i++) { + result[i] = value; + } + + return result; + } + + function extractOptional(optional, index) { + return optional ? optional[index] : null; + } + + function extractList(list, index) { + var result = new Array(list.length), i; + + for (i = 0; i < list.length; i++) { + result[i] = list[i][index]; + } + + return result; + } + + function buildList(first, rest, index) { + return [first].concat(extractList(rest, index)); + } + + function buildTree(first, rest, builder) { + var result = first, i; + + for (i = 0; i < rest.length; i++) { + result = builder(result, rest[i]); + } + + return result; + } + + function buildBinaryExpression(first, rest) { + return buildTree(first, rest, function(result, element) { + return { + type: "BinaryExpression", + operator: element[1], + left: result, + right: element[3] + }; + }); + } + + function buildLogicalExpression(first, rest) { + return buildTree(first, rest, function(result, element) { + return { + type: "LogicalExpression", + operator: element[1], + left: result, + right: element[3] + }; + }); + } + + function optionalList(value) { + return value !== null ? value : []; + } + + + peg$result = peg$startRuleFunction(); + + if (peg$result !== peg$FAILED && peg$currPos === input.length) { + return peg$result; + } else { + if (peg$result !== peg$FAILED && peg$currPos < input.length) { + peg$fail({ type: "end", description: "end of input" }); + } + + throw peg$buildException( + null, + peg$maxFailExpected, + peg$maxFailPos < input.length ? input.charAt(peg$maxFailPos) : null, + peg$maxFailPos < input.length + ? peg$computeLocation(peg$maxFailPos, peg$maxFailPos + 1) + : peg$computeLocation(peg$maxFailPos, peg$maxFailPos) + ); + } + } + + return { + SyntaxError: peg$SyntaxError, + parse: peg$parse + }; +})(); diff --git a/packages/composer-common/lib/query/parser.pegjs b/packages/composer-common/lib/query/parser.pegjs new file mode 100644 index 0000000000..d8e0b3c1ce --- /dev/null +++ b/packages/composer-common/lib/query/parser.pegjs @@ -0,0 +1,1527 @@ +/* + * Grammar for Queries + * =================== + * + * The capabilities of the query language are based on the features of the + * CouchDB backing store: http://docs.couchdb.org/en/2.0.0/api/database/find.html#selector-basics + * + */ +{ + var TYPES_TO_PROPERTY_NAMES = { + CallExpression: "callee", + MemberExpression: "object", + }; + + function filledArray(count, value) { + var result = new Array(count), i; + + for (i = 0; i < count; i++) { + result[i] = value; + } + + return result; + } + + function extractOptional(optional, index) { + return optional ? optional[index] : null; + } + + function extractList(list, index) { + var result = new Array(list.length), i; + + for (i = 0; i < list.length; i++) { + result[i] = list[i][index]; + } + + return result; + } + + function buildList(first, rest, index) { + return [first].concat(extractList(rest, index)); + } + + function buildTree(first, rest, builder) { + var result = first, i; + + for (i = 0; i < rest.length; i++) { + result = builder(result, rest[i]); + } + + return result; + } + + function buildBinaryExpression(first, rest) { + return buildTree(first, rest, function(result, element) { + return { + type: "BinaryExpression", + operator: element[1], + left: result, + right: element[3] + }; + }); + } + + function buildLogicalExpression(first, rest) { + return buildTree(first, rest, function(result, element) { + return { + type: "LogicalExpression", + operator: element[1], + left: result, + right: element[3] + }; + }); + } + + function optionalList(value) { + return value !== null ? value : []; + } +} + +Start + = __ program:Program __ { return program; } + +/* ----- A.1 Lexical Grammar ----- */ + +SourceCharacter + = . + +WhiteSpace "whitespace" + = "\t" + / "\v" + / "\f" + / " " + / "\u00A0" + / "\uFEFF" + / Zs + +LineTerminator + = [\n\r\u2028\u2029] + +LineTerminatorSequence "end of line" + = "\n" + / "\r\n" + / "\r" + / "\u2028" + / "\u2029" + +Comment "comment" + = MultiLineComment + / SingleLineComment + +MultiLineComment + = "/*" (!"*/" SourceCharacter)* "*/" + +MultiLineCommentNoLineTerminator + = "/*" (!("*/" / LineTerminator) SourceCharacter)* "*/" + +SingleLineComment + = "//" (!LineTerminator SourceCharacter)* + +Identifier + = !ReservedWord name:IdentifierName { return name; } + +IdentifierName "identifier" + = first:IdentifierStart rest:IdentifierPart* { + return { + type: "Identifier", + name: first + rest.join("") + }; + } + +IdentifierStart + = UnicodeLetter + / "$" + / "_" + / "\\" sequence:UnicodeEscapeSequence { return sequence; } + +IdentifierPart + = IdentifierStart + / UnicodeCombiningMark + / UnicodeDigit + / UnicodeConnectorPunctuation + / "\u200C" + / "\u200D" + +UnicodeLetter + = Lu + / Ll + / Lt + / Lm + / Lo + / Nl + +UnicodeCombiningMark + = Mn + / Mc + +UnicodeDigit + = Nd + +UnicodeConnectorPunctuation + = Pc + +ReservedWord + = Keyword + / FutureReservedWord + / NullLiteral + / BooleanLiteral + +Keyword + = BreakToken + / CaseToken + / CatchToken + / ContinueToken + / DebuggerToken + / DefaultToken + / DeleteToken + / DoToken + / ElseToken + / FinallyToken + / ForToken + / FunctionToken + / IfToken + / InstanceofToken + / InToken + / NewToken + / ReturnToken + / SwitchToken + / ThisToken + / ThrowToken + / TryToken + / TypeofToken + / VarToken + / VoidToken + / WhileToken + / WithToken + +FutureReservedWord + = ClassToken + / ConstToken + / EnumToken + / ExportToken + / ExtendsToken + / ImportToken + / SuperToken + +Literal + = NullLiteral + / BooleanLiteral + / NumericLiteral + / StringLiteral + / RegularExpressionLiteral + +NullLiteral + = NullToken { return { type: "Literal", value: null }; } + +BooleanLiteral + = TrueToken { return { type: "Literal", value: true }; } + / FalseToken { return { type: "Literal", value: false }; } + +/* + * The "!(IdentifierStart / DecimalDigit)" predicate is not part of the official + * grammar, it comes from text in section 7.8.3. + */ +NumericLiteral "number" + = literal:HexIntegerLiteral !(IdentifierStart / DecimalDigit) { + return literal; + } + / literal:DecimalLiteral !(IdentifierStart / DecimalDigit) { + return literal; + } + +DecimalLiteral + = DecimalIntegerLiteral "." DecimalDigit* ExponentPart? { + return { type: "Literal", value: parseFloat(text()) }; + } + / "." DecimalDigit+ ExponentPart? { + return { type: "Literal", value: parseFloat(text()) }; + } + / DecimalIntegerLiteral ExponentPart? { + return { type: "Literal", value: parseFloat(text()) }; + } + +DecimalIntegerLiteral + = "0" + / NonZeroDigit DecimalDigit* + +DecimalDigit + = [0-9] + +NonZeroDigit + = [1-9] + +ExponentPart + = ExponentIndicator SignedInteger + +ExponentIndicator + = "e"i + +SignedInteger + = [+-]? DecimalDigit+ + +HexIntegerLiteral + = "0x"i digits:$HexDigit+ { + return { type: "Literal", value: parseInt(digits, 16) }; + } + +HexDigit + = [0-9a-f]i + +StringLiteral "string" + = '"' chars:DoubleStringCharacter* '"' { + return { type: "Literal", value: chars.join("") }; + } + / "'" chars:SingleStringCharacter* "'" { + return { type: "Literal", value: chars.join("") }; + } + +DoubleStringCharacter + = !('"' / "\\" / LineTerminator) SourceCharacter { return text(); } + / "\\" sequence:EscapeSequence { return sequence; } + / LineContinuation + +SingleStringCharacter + = !("'" / "\\" / LineTerminator) SourceCharacter { return text(); } + / "\\" sequence:EscapeSequence { return sequence; } + / LineContinuation + +LineContinuation + = "\\" LineTerminatorSequence { return ""; } + +EscapeSequence + = CharacterEscapeSequence + / "0" !DecimalDigit { return "\0"; } + / HexEscapeSequence + / UnicodeEscapeSequence + +CharacterEscapeSequence + = SingleEscapeCharacter + / NonEscapeCharacter + +SingleEscapeCharacter + = "'" + / '"' + / "\\" + / "b" { return "\b"; } + / "f" { return "\f"; } + / "n" { return "\n"; } + / "r" { return "\r"; } + / "t" { return "\t"; } + / "v" { return "\x0B"; } // IE does not recognize "\v". + +NonEscapeCharacter + = !(EscapeCharacter / LineTerminator) SourceCharacter { return text(); } + +EscapeCharacter + = SingleEscapeCharacter + / DecimalDigit + / "x" + / "u" + +HexEscapeSequence + = "x" digits:$(HexDigit HexDigit) { + return String.fromCharCode(parseInt(digits, 16)); + } + +UnicodeEscapeSequence + = "u" digits:$(HexDigit HexDigit HexDigit HexDigit) { + return String.fromCharCode(parseInt(digits, 16)); + } + +RegularExpressionLiteral "regular expression" + = "/" pattern:$RegularExpressionBody "/" flags:$RegularExpressionFlags { + var value; + + try { + value = new RegExp(pattern, flags); + } catch (e) { + error(e.message); + } + + return { type: "Literal", value: value }; + } + +RegularExpressionBody + = RegularExpressionFirstChar RegularExpressionChar* + +RegularExpressionFirstChar + = ![*\\/[] RegularExpressionNonTerminator + / RegularExpressionBackslashSequence + / RegularExpressionClass + +RegularExpressionChar + = ![\\/[] RegularExpressionNonTerminator + / RegularExpressionBackslashSequence + / RegularExpressionClass + +RegularExpressionBackslashSequence + = "\\" RegularExpressionNonTerminator + +RegularExpressionNonTerminator + = !LineTerminator SourceCharacter + +RegularExpressionClass + = "[" RegularExpressionClassChar* "]" + +RegularExpressionClassChar + = ![\]\\] RegularExpressionNonTerminator + / RegularExpressionBackslashSequence + +RegularExpressionFlags + = IdentifierPart* + +/* + * Unicode Character Categories + * + * Extracted from the following Unicode Character Database file: + * + * http://www.unicode.org/Public/8.0.0/ucd/extracted/DerivedGeneralCategory.txt + * + * Unix magic used: + * + * grep "; $CATEGORY" DerivedGeneralCategory.txt | # Filter characters + * cut -f1 -d " " | # Extract code points + * grep -v '[0-9a-fA-F]\{5\}' | # Exclude non-BMP characters + * sed -e 's/\.\./-/' | # Adjust formatting + * sed -e 's/\([0-9a-fA-F]\{4\}\)/\\u\1/g' | # Adjust formatting + * tr -d '\n' # Join lines + * + * ECMA-262 allows using Unicode 3.0 or later, version 8.0.0 was the latest one + * at the time of writing. + * + * Non-BMP characters are completely ignored to avoid surrogate pair handling + * (detecting surrogate pairs isn't possible with a simple character class and + * other methods would degrade performance). I don't consider it a big deal as + * even parsers in JavaScript engines of common browsers seem to ignore them. + */ + +// Letter, Lowercase +Ll = [\u0061-\u007A\u00B5\u00DF-\u00F6\u00F8-\u00FF\u0101\u0103\u0105\u0107\u0109\u010B\u010D\u010F\u0111\u0113\u0115\u0117\u0119\u011B\u011D\u011F\u0121\u0123\u0125\u0127\u0129\u012B\u012D\u012F\u0131\u0133\u0135\u0137-\u0138\u013A\u013C\u013E\u0140\u0142\u0144\u0146\u0148-\u0149\u014B\u014D\u014F\u0151\u0153\u0155\u0157\u0159\u015B\u015D\u015F\u0161\u0163\u0165\u0167\u0169\u016B\u016D\u016F\u0171\u0173\u0175\u0177\u017A\u017C\u017E-\u0180\u0183\u0185\u0188\u018C-\u018D\u0192\u0195\u0199-\u019B\u019E\u01A1\u01A3\u01A5\u01A8\u01AA-\u01AB\u01AD\u01B0\u01B4\u01B6\u01B9-\u01BA\u01BD-\u01BF\u01C6\u01C9\u01CC\u01CE\u01D0\u01D2\u01D4\u01D6\u01D8\u01DA\u01DC-\u01DD\u01DF\u01E1\u01E3\u01E5\u01E7\u01E9\u01EB\u01ED\u01EF-\u01F0\u01F3\u01F5\u01F9\u01FB\u01FD\u01FF\u0201\u0203\u0205\u0207\u0209\u020B\u020D\u020F\u0211\u0213\u0215\u0217\u0219\u021B\u021D\u021F\u0221\u0223\u0225\u0227\u0229\u022B\u022D\u022F\u0231\u0233-\u0239\u023C\u023F-\u0240\u0242\u0247\u0249\u024B\u024D\u024F-\u0293\u0295-\u02AF\u0371\u0373\u0377\u037B-\u037D\u0390\u03AC-\u03CE\u03D0-\u03D1\u03D5-\u03D7\u03D9\u03DB\u03DD\u03DF\u03E1\u03E3\u03E5\u03E7\u03E9\u03EB\u03ED\u03EF-\u03F3\u03F5\u03F8\u03FB-\u03FC\u0430-\u045F\u0461\u0463\u0465\u0467\u0469\u046B\u046D\u046F\u0471\u0473\u0475\u0477\u0479\u047B\u047D\u047F\u0481\u048B\u048D\u048F\u0491\u0493\u0495\u0497\u0499\u049B\u049D\u049F\u04A1\u04A3\u04A5\u04A7\u04A9\u04AB\u04AD\u04AF\u04B1\u04B3\u04B5\u04B7\u04B9\u04BB\u04BD\u04BF\u04C2\u04C4\u04C6\u04C8\u04CA\u04CC\u04CE-\u04CF\u04D1\u04D3\u04D5\u04D7\u04D9\u04DB\u04DD\u04DF\u04E1\u04E3\u04E5\u04E7\u04E9\u04EB\u04ED\u04EF\u04F1\u04F3\u04F5\u04F7\u04F9\u04FB\u04FD\u04FF\u0501\u0503\u0505\u0507\u0509\u050B\u050D\u050F\u0511\u0513\u0515\u0517\u0519\u051B\u051D\u051F\u0521\u0523\u0525\u0527\u0529\u052B\u052D\u052F\u0561-\u0587\u13F8-\u13FD\u1D00-\u1D2B\u1D6B-\u1D77\u1D79-\u1D9A\u1E01\u1E03\u1E05\u1E07\u1E09\u1E0B\u1E0D\u1E0F\u1E11\u1E13\u1E15\u1E17\u1E19\u1E1B\u1E1D\u1E1F\u1E21\u1E23\u1E25\u1E27\u1E29\u1E2B\u1E2D\u1E2F\u1E31\u1E33\u1E35\u1E37\u1E39\u1E3B\u1E3D\u1E3F\u1E41\u1E43\u1E45\u1E47\u1E49\u1E4B\u1E4D\u1E4F\u1E51\u1E53\u1E55\u1E57\u1E59\u1E5B\u1E5D\u1E5F\u1E61\u1E63\u1E65\u1E67\u1E69\u1E6B\u1E6D\u1E6F\u1E71\u1E73\u1E75\u1E77\u1E79\u1E7B\u1E7D\u1E7F\u1E81\u1E83\u1E85\u1E87\u1E89\u1E8B\u1E8D\u1E8F\u1E91\u1E93\u1E95-\u1E9D\u1E9F\u1EA1\u1EA3\u1EA5\u1EA7\u1EA9\u1EAB\u1EAD\u1EAF\u1EB1\u1EB3\u1EB5\u1EB7\u1EB9\u1EBB\u1EBD\u1EBF\u1EC1\u1EC3\u1EC5\u1EC7\u1EC9\u1ECB\u1ECD\u1ECF\u1ED1\u1ED3\u1ED5\u1ED7\u1ED9\u1EDB\u1EDD\u1EDF\u1EE1\u1EE3\u1EE5\u1EE7\u1EE9\u1EEB\u1EED\u1EEF\u1EF1\u1EF3\u1EF5\u1EF7\u1EF9\u1EFB\u1EFD\u1EFF-\u1F07\u1F10-\u1F15\u1F20-\u1F27\u1F30-\u1F37\u1F40-\u1F45\u1F50-\u1F57\u1F60-\u1F67\u1F70-\u1F7D\u1F80-\u1F87\u1F90-\u1F97\u1FA0-\u1FA7\u1FB0-\u1FB4\u1FB6-\u1FB7\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FC7\u1FD0-\u1FD3\u1FD6-\u1FD7\u1FE0-\u1FE7\u1FF2-\u1FF4\u1FF6-\u1FF7\u210A\u210E-\u210F\u2113\u212F\u2134\u2139\u213C-\u213D\u2146-\u2149\u214E\u2184\u2C30-\u2C5E\u2C61\u2C65-\u2C66\u2C68\u2C6A\u2C6C\u2C71\u2C73-\u2C74\u2C76-\u2C7B\u2C81\u2C83\u2C85\u2C87\u2C89\u2C8B\u2C8D\u2C8F\u2C91\u2C93\u2C95\u2C97\u2C99\u2C9B\u2C9D\u2C9F\u2CA1\u2CA3\u2CA5\u2CA7\u2CA9\u2CAB\u2CAD\u2CAF\u2CB1\u2CB3\u2CB5\u2CB7\u2CB9\u2CBB\u2CBD\u2CBF\u2CC1\u2CC3\u2CC5\u2CC7\u2CC9\u2CCB\u2CCD\u2CCF\u2CD1\u2CD3\u2CD5\u2CD7\u2CD9\u2CDB\u2CDD\u2CDF\u2CE1\u2CE3-\u2CE4\u2CEC\u2CEE\u2CF3\u2D00-\u2D25\u2D27\u2D2D\uA641\uA643\uA645\uA647\uA649\uA64B\uA64D\uA64F\uA651\uA653\uA655\uA657\uA659\uA65B\uA65D\uA65F\uA661\uA663\uA665\uA667\uA669\uA66B\uA66D\uA681\uA683\uA685\uA687\uA689\uA68B\uA68D\uA68F\uA691\uA693\uA695\uA697\uA699\uA69B\uA723\uA725\uA727\uA729\uA72B\uA72D\uA72F-\uA731\uA733\uA735\uA737\uA739\uA73B\uA73D\uA73F\uA741\uA743\uA745\uA747\uA749\uA74B\uA74D\uA74F\uA751\uA753\uA755\uA757\uA759\uA75B\uA75D\uA75F\uA761\uA763\uA765\uA767\uA769\uA76B\uA76D\uA76F\uA771-\uA778\uA77A\uA77C\uA77F\uA781\uA783\uA785\uA787\uA78C\uA78E\uA791\uA793-\uA795\uA797\uA799\uA79B\uA79D\uA79F\uA7A1\uA7A3\uA7A5\uA7A7\uA7A9\uA7B5\uA7B7\uA7FA\uAB30-\uAB5A\uAB60-\uAB65\uAB70-\uABBF\uFB00-\uFB06\uFB13-\uFB17\uFF41-\uFF5A] + +// Letter, Modifier +Lm = [\u02B0-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0374\u037A\u0559\u0640\u06E5-\u06E6\u07F4-\u07F5\u07FA\u081A\u0824\u0828\u0971\u0E46\u0EC6\u10FC\u17D7\u1843\u1AA7\u1C78-\u1C7D\u1D2C-\u1D6A\u1D78\u1D9B-\u1DBF\u2071\u207F\u2090-\u209C\u2C7C-\u2C7D\u2D6F\u2E2F\u3005\u3031-\u3035\u303B\u309D-\u309E\u30FC-\u30FE\uA015\uA4F8-\uA4FD\uA60C\uA67F\uA69C-\uA69D\uA717-\uA71F\uA770\uA788\uA7F8-\uA7F9\uA9CF\uA9E6\uAA70\uAADD\uAAF3-\uAAF4\uAB5C-\uAB5F\uFF70\uFF9E-\uFF9F] + +// Letter, Other +Lo = [\u00AA\u00BA\u01BB\u01C0-\u01C3\u0294\u05D0-\u05EA\u05F0-\u05F2\u0620-\u063F\u0641-\u064A\u066E-\u066F\u0671-\u06D3\u06D5\u06EE-\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u0800-\u0815\u0840-\u0858\u08A0-\u08B4\u0904-\u0939\u093D\u0950\u0958-\u0961\u0972-\u0980\u0985-\u098C\u098F-\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC-\u09DD\u09DF-\u09E1\u09F0-\u09F1\u0A05-\u0A0A\u0A0F-\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32-\u0A33\u0A35-\u0A36\u0A38-\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2-\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0-\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F-\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32-\u0B33\u0B35-\u0B39\u0B3D\u0B5C-\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99-\u0B9A\u0B9C\u0B9E-\u0B9F\u0BA3-\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60-\u0C61\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0-\u0CE1\u0CF1-\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32-\u0E33\u0E40-\u0E45\u0E81-\u0E82\u0E84\u0E87-\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA-\u0EAB\u0EAD-\u0EB0\u0EB2-\u0EB3\u0EBD\u0EC0-\u0EC4\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065-\u1066\u106E-\u1070\u1075-\u1081\u108E\u10D0-\u10FA\u10FD-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17DC\u1820-\u1842\u1844-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE-\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C77\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5-\u1CF6\u2135-\u2138\u2D30-\u2D67\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3006\u303C\u3041-\u3096\u309F\u30A1-\u30FA\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA014\uA016-\uA48C\uA4D0-\uA4F7\uA500-\uA60B\uA610-\uA61F\uA62A-\uA62B\uA66E\uA6A0-\uA6E5\uA78F\uA7F7\uA7FB-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9E0-\uA9E4\uA9E7-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA6F\uAA71-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5-\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADC\uAAE0-\uAAEA\uAAF2\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uABC0-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40-\uFB41\uFB43-\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF66-\uFF6F\uFF71-\uFF9D\uFFA0-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC] + +// Letter, Titlecase +Lt = [\u01C5\u01C8\u01CB\u01F2\u1F88-\u1F8F\u1F98-\u1F9F\u1FA8-\u1FAF\u1FBC\u1FCC\u1FFC] + +// Letter, Uppercase +Lu = [\u0041-\u005A\u00C0-\u00D6\u00D8-\u00DE\u0100\u0102\u0104\u0106\u0108\u010A\u010C\u010E\u0110\u0112\u0114\u0116\u0118\u011A\u011C\u011E\u0120\u0122\u0124\u0126\u0128\u012A\u012C\u012E\u0130\u0132\u0134\u0136\u0139\u013B\u013D\u013F\u0141\u0143\u0145\u0147\u014A\u014C\u014E\u0150\u0152\u0154\u0156\u0158\u015A\u015C\u015E\u0160\u0162\u0164\u0166\u0168\u016A\u016C\u016E\u0170\u0172\u0174\u0176\u0178-\u0179\u017B\u017D\u0181-\u0182\u0184\u0186-\u0187\u0189-\u018B\u018E-\u0191\u0193-\u0194\u0196-\u0198\u019C-\u019D\u019F-\u01A0\u01A2\u01A4\u01A6-\u01A7\u01A9\u01AC\u01AE-\u01AF\u01B1-\u01B3\u01B5\u01B7-\u01B8\u01BC\u01C4\u01C7\u01CA\u01CD\u01CF\u01D1\u01D3\u01D5\u01D7\u01D9\u01DB\u01DE\u01E0\u01E2\u01E4\u01E6\u01E8\u01EA\u01EC\u01EE\u01F1\u01F4\u01F6-\u01F8\u01FA\u01FC\u01FE\u0200\u0202\u0204\u0206\u0208\u020A\u020C\u020E\u0210\u0212\u0214\u0216\u0218\u021A\u021C\u021E\u0220\u0222\u0224\u0226\u0228\u022A\u022C\u022E\u0230\u0232\u023A-\u023B\u023D-\u023E\u0241\u0243-\u0246\u0248\u024A\u024C\u024E\u0370\u0372\u0376\u037F\u0386\u0388-\u038A\u038C\u038E-\u038F\u0391-\u03A1\u03A3-\u03AB\u03CF\u03D2-\u03D4\u03D8\u03DA\u03DC\u03DE\u03E0\u03E2\u03E4\u03E6\u03E8\u03EA\u03EC\u03EE\u03F4\u03F7\u03F9-\u03FA\u03FD-\u042F\u0460\u0462\u0464\u0466\u0468\u046A\u046C\u046E\u0470\u0472\u0474\u0476\u0478\u047A\u047C\u047E\u0480\u048A\u048C\u048E\u0490\u0492\u0494\u0496\u0498\u049A\u049C\u049E\u04A0\u04A2\u04A4\u04A6\u04A8\u04AA\u04AC\u04AE\u04B0\u04B2\u04B4\u04B6\u04B8\u04BA\u04BC\u04BE\u04C0-\u04C1\u04C3\u04C5\u04C7\u04C9\u04CB\u04CD\u04D0\u04D2\u04D4\u04D6\u04D8\u04DA\u04DC\u04DE\u04E0\u04E2\u04E4\u04E6\u04E8\u04EA\u04EC\u04EE\u04F0\u04F2\u04F4\u04F6\u04F8\u04FA\u04FC\u04FE\u0500\u0502\u0504\u0506\u0508\u050A\u050C\u050E\u0510\u0512\u0514\u0516\u0518\u051A\u051C\u051E\u0520\u0522\u0524\u0526\u0528\u052A\u052C\u052E\u0531-\u0556\u10A0-\u10C5\u10C7\u10CD\u13A0-\u13F5\u1E00\u1E02\u1E04\u1E06\u1E08\u1E0A\u1E0C\u1E0E\u1E10\u1E12\u1E14\u1E16\u1E18\u1E1A\u1E1C\u1E1E\u1E20\u1E22\u1E24\u1E26\u1E28\u1E2A\u1E2C\u1E2E\u1E30\u1E32\u1E34\u1E36\u1E38\u1E3A\u1E3C\u1E3E\u1E40\u1E42\u1E44\u1E46\u1E48\u1E4A\u1E4C\u1E4E\u1E50\u1E52\u1E54\u1E56\u1E58\u1E5A\u1E5C\u1E5E\u1E60\u1E62\u1E64\u1E66\u1E68\u1E6A\u1E6C\u1E6E\u1E70\u1E72\u1E74\u1E76\u1E78\u1E7A\u1E7C\u1E7E\u1E80\u1E82\u1E84\u1E86\u1E88\u1E8A\u1E8C\u1E8E\u1E90\u1E92\u1E94\u1E9E\u1EA0\u1EA2\u1EA4\u1EA6\u1EA8\u1EAA\u1EAC\u1EAE\u1EB0\u1EB2\u1EB4\u1EB6\u1EB8\u1EBA\u1EBC\u1EBE\u1EC0\u1EC2\u1EC4\u1EC6\u1EC8\u1ECA\u1ECC\u1ECE\u1ED0\u1ED2\u1ED4\u1ED6\u1ED8\u1EDA\u1EDC\u1EDE\u1EE0\u1EE2\u1EE4\u1EE6\u1EE8\u1EEA\u1EEC\u1EEE\u1EF0\u1EF2\u1EF4\u1EF6\u1EF8\u1EFA\u1EFC\u1EFE\u1F08-\u1F0F\u1F18-\u1F1D\u1F28-\u1F2F\u1F38-\u1F3F\u1F48-\u1F4D\u1F59\u1F5B\u1F5D\u1F5F\u1F68-\u1F6F\u1FB8-\u1FBB\u1FC8-\u1FCB\u1FD8-\u1FDB\u1FE8-\u1FEC\u1FF8-\u1FFB\u2102\u2107\u210B-\u210D\u2110-\u2112\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u2130-\u2133\u213E-\u213F\u2145\u2183\u2C00-\u2C2E\u2C60\u2C62-\u2C64\u2C67\u2C69\u2C6B\u2C6D-\u2C70\u2C72\u2C75\u2C7E-\u2C80\u2C82\u2C84\u2C86\u2C88\u2C8A\u2C8C\u2C8E\u2C90\u2C92\u2C94\u2C96\u2C98\u2C9A\u2C9C\u2C9E\u2CA0\u2CA2\u2CA4\u2CA6\u2CA8\u2CAA\u2CAC\u2CAE\u2CB0\u2CB2\u2CB4\u2CB6\u2CB8\u2CBA\u2CBC\u2CBE\u2CC0\u2CC2\u2CC4\u2CC6\u2CC8\u2CCA\u2CCC\u2CCE\u2CD0\u2CD2\u2CD4\u2CD6\u2CD8\u2CDA\u2CDC\u2CDE\u2CE0\u2CE2\u2CEB\u2CED\u2CF2\uA640\uA642\uA644\uA646\uA648\uA64A\uA64C\uA64E\uA650\uA652\uA654\uA656\uA658\uA65A\uA65C\uA65E\uA660\uA662\uA664\uA666\uA668\uA66A\uA66C\uA680\uA682\uA684\uA686\uA688\uA68A\uA68C\uA68E\uA690\uA692\uA694\uA696\uA698\uA69A\uA722\uA724\uA726\uA728\uA72A\uA72C\uA72E\uA732\uA734\uA736\uA738\uA73A\uA73C\uA73E\uA740\uA742\uA744\uA746\uA748\uA74A\uA74C\uA74E\uA750\uA752\uA754\uA756\uA758\uA75A\uA75C\uA75E\uA760\uA762\uA764\uA766\uA768\uA76A\uA76C\uA76E\uA779\uA77B\uA77D-\uA77E\uA780\uA782\uA784\uA786\uA78B\uA78D\uA790\uA792\uA796\uA798\uA79A\uA79C\uA79E\uA7A0\uA7A2\uA7A4\uA7A6\uA7A8\uA7AA-\uA7AD\uA7B0-\uA7B4\uA7B6\uFF21-\uFF3A] + +// Mark, Spacing Combining +Mc = [\u0903\u093B\u093E-\u0940\u0949-\u094C\u094E-\u094F\u0982-\u0983\u09BE-\u09C0\u09C7-\u09C8\u09CB-\u09CC\u09D7\u0A03\u0A3E-\u0A40\u0A83\u0ABE-\u0AC0\u0AC9\u0ACB-\u0ACC\u0B02-\u0B03\u0B3E\u0B40\u0B47-\u0B48\u0B4B-\u0B4C\u0B57\u0BBE-\u0BBF\u0BC1-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCC\u0BD7\u0C01-\u0C03\u0C41-\u0C44\u0C82-\u0C83\u0CBE\u0CC0-\u0CC4\u0CC7-\u0CC8\u0CCA-\u0CCB\u0CD5-\u0CD6\u0D02-\u0D03\u0D3E-\u0D40\u0D46-\u0D48\u0D4A-\u0D4C\u0D57\u0D82-\u0D83\u0DCF-\u0DD1\u0DD8-\u0DDF\u0DF2-\u0DF3\u0F3E-\u0F3F\u0F7F\u102B-\u102C\u1031\u1038\u103B-\u103C\u1056-\u1057\u1062-\u1064\u1067-\u106D\u1083-\u1084\u1087-\u108C\u108F\u109A-\u109C\u17B6\u17BE-\u17C5\u17C7-\u17C8\u1923-\u1926\u1929-\u192B\u1930-\u1931\u1933-\u1938\u1A19-\u1A1A\u1A55\u1A57\u1A61\u1A63-\u1A64\u1A6D-\u1A72\u1B04\u1B35\u1B3B\u1B3D-\u1B41\u1B43-\u1B44\u1B82\u1BA1\u1BA6-\u1BA7\u1BAA\u1BE7\u1BEA-\u1BEC\u1BEE\u1BF2-\u1BF3\u1C24-\u1C2B\u1C34-\u1C35\u1CE1\u1CF2-\u1CF3\u302E-\u302F\uA823-\uA824\uA827\uA880-\uA881\uA8B4-\uA8C3\uA952-\uA953\uA983\uA9B4-\uA9B5\uA9BA-\uA9BB\uA9BD-\uA9C0\uAA2F-\uAA30\uAA33-\uAA34\uAA4D\uAA7B\uAA7D\uAAEB\uAAEE-\uAAEF\uAAF5\uABE3-\uABE4\uABE6-\uABE7\uABE9-\uABEA\uABEC] + +// Mark, Nonspacing +Mn = [\u0300-\u036F\u0483-\u0487\u0591-\u05BD\u05BF\u05C1-\u05C2\u05C4-\u05C5\u05C7\u0610-\u061A\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7-\u06E8\u06EA-\u06ED\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u08E3-\u0902\u093A\u093C\u0941-\u0948\u094D\u0951-\u0957\u0962-\u0963\u0981\u09BC\u09C1-\u09C4\u09CD\u09E2-\u09E3\u0A01-\u0A02\u0A3C\u0A41-\u0A42\u0A47-\u0A48\u0A4B-\u0A4D\u0A51\u0A70-\u0A71\u0A75\u0A81-\u0A82\u0ABC\u0AC1-\u0AC5\u0AC7-\u0AC8\u0ACD\u0AE2-\u0AE3\u0B01\u0B3C\u0B3F\u0B41-\u0B44\u0B4D\u0B56\u0B62-\u0B63\u0B82\u0BC0\u0BCD\u0C00\u0C3E-\u0C40\u0C46-\u0C48\u0C4A-\u0C4D\u0C55-\u0C56\u0C62-\u0C63\u0C81\u0CBC\u0CBF\u0CC6\u0CCC-\u0CCD\u0CE2-\u0CE3\u0D01\u0D41-\u0D44\u0D4D\u0D62-\u0D63\u0DCA\u0DD2-\u0DD4\u0DD6\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EB9\u0EBB-\u0EBC\u0EC8-\u0ECD\u0F18-\u0F19\u0F35\u0F37\u0F39\u0F71-\u0F7E\u0F80-\u0F84\u0F86-\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102D-\u1030\u1032-\u1037\u1039-\u103A\u103D-\u103E\u1058-\u1059\u105E-\u1060\u1071-\u1074\u1082\u1085-\u1086\u108D\u109D\u135D-\u135F\u1712-\u1714\u1732-\u1734\u1752-\u1753\u1772-\u1773\u17B4-\u17B5\u17B7-\u17BD\u17C6\u17C9-\u17D3\u17DD\u180B-\u180D\u18A9\u1920-\u1922\u1927-\u1928\u1932\u1939-\u193B\u1A17-\u1A18\u1A1B\u1A56\u1A58-\u1A5E\u1A60\u1A62\u1A65-\u1A6C\u1A73-\u1A7C\u1A7F\u1AB0-\u1ABD\u1B00-\u1B03\u1B34\u1B36-\u1B3A\u1B3C\u1B42\u1B6B-\u1B73\u1B80-\u1B81\u1BA2-\u1BA5\u1BA8-\u1BA9\u1BAB-\u1BAD\u1BE6\u1BE8-\u1BE9\u1BED\u1BEF-\u1BF1\u1C2C-\u1C33\u1C36-\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE0\u1CE2-\u1CE8\u1CED\u1CF4\u1CF8-\u1CF9\u1DC0-\u1DF5\u1DFC-\u1DFF\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302D\u3099-\u309A\uA66F\uA674-\uA67D\uA69E-\uA69F\uA6F0-\uA6F1\uA802\uA806\uA80B\uA825-\uA826\uA8C4\uA8E0-\uA8F1\uA926-\uA92D\uA947-\uA951\uA980-\uA982\uA9B3\uA9B6-\uA9B9\uA9BC\uA9E5\uAA29-\uAA2E\uAA31-\uAA32\uAA35-\uAA36\uAA43\uAA4C\uAA7C\uAAB0\uAAB2-\uAAB4\uAAB7-\uAAB8\uAABE-\uAABF\uAAC1\uAAEC-\uAAED\uAAF6\uABE5\uABE8\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F] + +// Number, Decimal Digit +Nd = [\u0030-\u0039\u0660-\u0669\u06F0-\u06F9\u07C0-\u07C9\u0966-\u096F\u09E6-\u09EF\u0A66-\u0A6F\u0AE6-\u0AEF\u0B66-\u0B6F\u0BE6-\u0BEF\u0C66-\u0C6F\u0CE6-\u0CEF\u0D66-\u0D6F\u0DE6-\u0DEF\u0E50-\u0E59\u0ED0-\u0ED9\u0F20-\u0F29\u1040-\u1049\u1090-\u1099\u17E0-\u17E9\u1810-\u1819\u1946-\u194F\u19D0-\u19D9\u1A80-\u1A89\u1A90-\u1A99\u1B50-\u1B59\u1BB0-\u1BB9\u1C40-\u1C49\u1C50-\u1C59\uA620-\uA629\uA8D0-\uA8D9\uA900-\uA909\uA9D0-\uA9D9\uA9F0-\uA9F9\uAA50-\uAA59\uABF0-\uABF9\uFF10-\uFF19] + +// Number, Letter +Nl = [\u16EE-\u16F0\u2160-\u2182\u2185-\u2188\u3007\u3021-\u3029\u3038-\u303A\uA6E6-\uA6EF] + +// Punctuation, Connector +Pc = [\u005F\u203F-\u2040\u2054\uFE33-\uFE34\uFE4D-\uFE4F\uFF3F] + +// Separator, Space +Zs = [\u0020\u00A0\u1680\u2000-\u200A\u202F\u205F\u3000] + +/* Tokens */ + +BreakToken = "break" !IdentifierPart +CaseToken = "case" !IdentifierPart +CatchToken = "catch" !IdentifierPart +ClassToken = "class" !IdentifierPart +AssetToken = "asset" !IdentifierPart +TransactionToken = "transaction" !IdentifierPart +ParticipantToken = "participant" !IdentifierPart +ConstToken = "const" !IdentifierPart +ContinueToken = "continue" !IdentifierPart +DebuggerToken = "debugger" !IdentifierPart +DefaultToken = "default" !IdentifierPart +DeleteToken = "delete" !IdentifierPart +DoToken = "do" !IdentifierPart +ElseToken = "else" !IdentifierPart +EnumToken = "enum" !IdentifierPart +ExportToken = "export" !IdentifierPart +ExtendsToken = "extends" !IdentifierPart +FalseToken = "false" !IdentifierPart +FinallyToken = "finally" !IdentifierPart +ForToken = "for" !IdentifierPart +FunctionToken = "function" !IdentifierPart +GetToken = "get" !IdentifierPart +IfToken = "if" !IdentifierPart +ImportToken = "import" !IdentifierPart +InstanceofToken = "instanceof" !IdentifierPart +InToken = "in" !IdentifierPart +NewToken = "new" !IdentifierPart +NullToken = "null" !IdentifierPart +ReturnToken = "return" !IdentifierPart +SetToken = "set" !IdentifierPart +SuperToken = "super" !IdentifierPart +SwitchToken = "switch" !IdentifierPart +ThisToken = "this" !IdentifierPart +ThrowToken = "throw" !IdentifierPart +TrueToken = "true" !IdentifierPart +TryToken = "try" !IdentifierPart +TypeofToken = "typeof" !IdentifierPart +VarToken = "var" !IdentifierPart +VoidToken = "void" !IdentifierPart +WhileToken = "while" !IdentifierPart +WithToken = "with" !IdentifierPart +NamespaceToken = "namespace" !IdentifierPart +AbstractToken = "abstract" !IdentifierPart + +/* Skipped */ + +__ + = (WhiteSpace / LineTerminatorSequence / Comment)* + +_ + = (WhiteSpace / MultiLineCommentNoLineTerminator)* + +/* Automatic Semicolon Insertion */ + +EOS + = __ ";" + / _ SingleLineComment? LineTerminatorSequence + / _ &"}" + / __ EOF + +EOF + = !. + +/* ----- A.2 Number Conversions ----- */ + +/* Irrelevant. */ + +/* ----- A.3 Expressions ----- */ + +PrimaryExpression + = ThisToken { return { type: "ThisExpression" }; } + / Identifier + / Literal + / ArrayLiteral + / ObjectLiteral + / "(" __ expression:Expression __ ")" { return expression; } + +ArrayLiteral + = "[" __ elision:(Elision __)? "]" { + return { + type: "ArrayExpression", + elements: optionalList(extractOptional(elision, 0)) + }; + } + / "[" __ elements:ElementList __ "]" { + return { + type: "ArrayExpression", + elements: elements + }; + } + / "[" __ elements:ElementList __ "," __ elision:(Elision __)? "]" { + return { + type: "ArrayExpression", + elements: elements.concat(optionalList(extractOptional(elision, 0))) + }; + } + +ElementList + = first:( + elision:(Elision __)? element:AssignmentExpression { + return optionalList(extractOptional(elision, 0)).concat(element); + } + ) + rest:( + __ "," __ elision:(Elision __)? element:AssignmentExpression { + return optionalList(extractOptional(elision, 0)).concat(element); + } + )* + { return Array.prototype.concat.apply(first, rest); } + +Elision + = "," commas:(__ ",")* { return filledArray(commas.length + 1, null); } + +ObjectLiteral + = "{" __ "}" { return { type: "ObjectExpression", properties: [] }; } + / "{" __ properties:PropertyNameAndValueList __ "}" { + return { type: "ObjectExpression", properties: properties }; + } + / "{" __ properties:PropertyNameAndValueList __ "," __ "}" { + return { type: "ObjectExpression", properties: properties }; + } +PropertyNameAndValueList + = first:PropertyAssignment rest:(__ "," __ PropertyAssignment)* { + return buildList(first, rest, 3); + } + +PropertyAssignment + = key:PropertyName __ ":" __ value:AssignmentExpression { + return { key: key, value: value, kind: "init" }; + } + / GetToken __ key:PropertyName __ + "(" __ ")" __ + "{" __ body:FunctionBody __ "}" + { + return { + key: key, + value: { + type: "FunctionExpression", + id: null, + params: [], + body: body + }, + kind: "get" + }; + } + / SetToken __ key:PropertyName __ + "(" __ params:PropertySetParameterList __ ")" __ + "{" __ body:FunctionBody __ "}" + { + return { + key: key, + value: { + type: "FunctionExpression", + id: null, + params: params, + body: body + }, + kind: "set" + }; + } + +PropertyName + = IdentifierName + / StringLiteral + / NumericLiteral + +PropertySetParameterList + = id:Identifier { return [id]; } + +MemberExpression + = first:( + PrimaryExpression + / FunctionExpression + / NewToken __ callee:MemberExpression __ args:Arguments { + return { type: "NewExpression", callee: callee, arguments: args }; + } + ) + rest:( + __ "[" __ property:Expression __ "]" { + return { property: property, computed: true }; + } + / __ "." __ property:IdentifierName { + return { property: property, computed: false }; + } + )* + { + return buildTree(first, rest, function(result, element) { + return { + type: "MemberExpression", + object: result, + property: element.property, + computed: element.computed + }; + }); + } + +NewExpression + = MemberExpression + / NewToken __ callee:NewExpression { + return { type: "NewExpression", callee: callee, arguments: [] }; + } + +CallExpression + = first:( + callee:MemberExpression __ args:Arguments { + return { type: "CallExpression", callee: callee, arguments: args }; + } + ) + rest:( + __ args:Arguments { + return { type: "CallExpression", arguments: args }; + } + / __ "[" __ property:Expression __ "]" { + return { + type: "MemberExpression", + property: property, + computed: true + }; + } + / __ "." __ property:IdentifierName { + return { + type: "MemberExpression", + property: property, + computed: false + }; + } + )* + { + return buildTree(first, rest, function(result, element) { + element[TYPES_TO_PROPERTY_NAMES[element.type]] = result; + + return element; + }); + } + +Arguments + = "(" __ args:(ArgumentList __)? ")" { + return optionalList(extractOptional(args, 0)); + } + +ArgumentList + = first:AssignmentExpression rest:(__ "," __ AssignmentExpression)* { + return buildList(first, rest, 3); + } + +LeftHandSideExpression + = MemberExpression + +UnaryExpression + = LeftHandSideExpression + / operator:UnaryOperator __ argument:UnaryExpression { + return { + type: "UnaryExpression", + operator: operator, + argument: argument, + prefix: true + }; + } + +UnaryOperator + = "!" + +MultiplicativeExpression + = first:UnaryExpression + rest:(__ MultiplicativeOperator __ UnaryExpression)* + { return buildBinaryExpression(first, rest); } + +MultiplicativeOperator + = $("*" !"=") + / $("/" !"=") + / $("%" !"=") + +AdditiveExpression + = first:MultiplicativeExpression + rest:(__ AdditiveOperator __ MultiplicativeExpression)* + { return buildBinaryExpression(first, rest); } + +AdditiveOperator + = $("+" ![+=]) + / $("-" ![-=]) + +ShiftExpression + = first:UnaryExpression + rest:(__ ShiftOperator __ UnaryExpression)* + { return buildBinaryExpression(first, rest); } + +ShiftOperator + = $("<<" !"=") + / $(">>>" !"=") + / $(">>" !"=") + +RelationalExpression + = first:ShiftExpression + rest:(__ RelationalOperator __ ShiftExpression)* + { return buildBinaryExpression(first, rest); } + +RelationalOperator + = "<=" + / ">=" + / $("<" !"<") + / $(">" !">") + +// / $InToken + +RelationalExpressionNoIn + = first:ShiftExpression + rest:(__ RelationalOperatorNoIn __ ShiftExpression)* + { return buildBinaryExpression(first, rest); } + +RelationalOperatorNoIn + = "<=" + / ">=" + / $("<" !"<") + / $(">" !">") + +EqualityExpression + = first:RelationalExpression + rest:(__ EqualityOperator __ RelationalExpression)* + { return buildBinaryExpression(first, rest); } + +EqualityExpressionNoIn + = first:RelationalExpressionNoIn + rest:(__ EqualityOperator __ RelationalExpressionNoIn)* + { return buildBinaryExpression(first, rest); } + +EqualityOperator + = "==" + / "!=" + +BitwiseANDExpression + = first:EqualityExpression + rest:(__ BitwiseANDOperator __ EqualityExpression)* + { return buildBinaryExpression(first, rest); } + +BitwiseANDExpressionNoIn + = first:EqualityExpressionNoIn + rest:(__ BitwiseANDOperator __ EqualityExpressionNoIn)* + { return buildBinaryExpression(first, rest); } + +BitwiseANDOperator + = $("&" ![&=]) + +BitwiseXORExpression + = first:BitwiseANDExpression + rest:(__ BitwiseXOROperator __ BitwiseANDExpression)* + { return buildBinaryExpression(first, rest); } + +BitwiseXORExpressionNoIn + = first:BitwiseANDExpressionNoIn + rest:(__ BitwiseXOROperator __ BitwiseANDExpressionNoIn)* + { return buildBinaryExpression(first, rest); } + +BitwiseXOROperator + = $("^" !"=") + +BitwiseORExpression + = first:BitwiseXORExpression + rest:(__ BitwiseOROperator __ BitwiseXORExpression)* + { return buildBinaryExpression(first, rest); } + +BitwiseORExpressionNoIn + = first:BitwiseXORExpressionNoIn + rest:(__ BitwiseOROperator __ BitwiseXORExpressionNoIn)* + { return buildBinaryExpression(first, rest); } + +BitwiseOROperator + = $("|" ![|=]) + +LogicalANDExpression + = first:BitwiseORExpression + rest:(__ LogicalANDOperator __ BitwiseORExpression)* + { return buildBinaryExpression(first, rest); } + +LogicalANDExpressionNoIn + = first:BitwiseORExpressionNoIn + rest:(__ LogicalANDOperator __ BitwiseORExpressionNoIn)* + { return buildBinaryExpression(first, rest); } + +LogicalANDOperator + = "AND" + +LogicalORExpression + = first:LogicalANDExpression + rest:(__ LogicalOROperator __ LogicalANDExpression)* + { return buildBinaryExpression(first, rest); } + +LogicalORExpressionNoIn + = first:LogicalANDExpressionNoIn + rest:(__ LogicalOROperator __ LogicalANDExpressionNoIn)* + { return buildBinaryExpression(first, rest); } + +LogicalOROperator + = "OR" + +ConditionalExpression + = test:LogicalORExpression __ + "?" __ consequent:AssignmentExpression __ + ":" __ alternate:AssignmentExpression + { + return { + type: "ConditionalExpression", + test: test, + consequent: consequent, + alternate: alternate + }; + } + / LogicalORExpression + +ConditionalExpressionNoIn + = test:LogicalORExpressionNoIn __ + "?" __ consequent:AssignmentExpression __ + ":" __ alternate:AssignmentExpressionNoIn + { + return { + type: "ConditionalExpression", + test: test, + consequent: consequent, + alternate: alternate + }; + } + / LogicalORExpressionNoIn + +AssignmentExpression + = left:LeftHandSideExpression __ + "=" !"=" __ + right:AssignmentExpression + { + return { + type: "AssignmentExpression", + operator: "=", + left: left, + right: right + }; + } + / left:LeftHandSideExpression __ + operator:AssignmentOperator __ + right:AssignmentExpression + { + return { + type: "AssignmentExpression", + operator: operator, + left: left, + right: right + }; + } + / ConditionalExpression + +AssignmentExpressionNoIn + = left:LeftHandSideExpression __ + "=" !"=" __ + right:AssignmentExpressionNoIn + { + return { + type: "AssignmentExpression", + operator: "=", + left: left, + right: right + }; + } + / left:LeftHandSideExpression __ + operator:AssignmentOperator __ + right:AssignmentExpressionNoIn + { + return { + type: "AssignmentExpression", + operator: operator, + left: left, + right: right + }; + } + / ConditionalExpressionNoIn + +AssignmentOperator + = "*=" + / "/=" + / "%=" + / "+=" + / "-=" + / "<<=" + / ">>=" + / ">>>=" + / "&=" + / "^=" + / "|=" + +Expression + = first:AssignmentExpression rest:(__ "," __ AssignmentExpression)* { + return rest.length > 0 + ? { type: "SequenceExpression", expressions: buildList(first, rest, 3) } + : first; + } + +ExpressionNoIn + = first:AssignmentExpressionNoIn rest:(__ "," __ AssignmentExpressionNoIn)* { + return rest.length > 0 + ? { type: "SequenceExpression", expressions: buildList(first, rest, 3) } + : first; + } + +/* ----- A.4 Statements ----- */ + +Statement + = Block + / VariableStatement + / EmptyStatement + / ExpressionStatement + / IfStatement + / IterationStatement + / ContinueStatement + / BreakStatement + / ReturnStatement + / WithStatement + / LabelledStatement + / SwitchStatement + / ThrowStatement + / TryStatement + / DebuggerStatement + +Block + = "{" __ body:(StatementList __)? "}" { + return { + type: "BlockStatement", + body: optionalList(extractOptional(body, 0)) + }; + } + +StatementList + = first:Statement rest:(__ Statement)* { return buildList(first, rest, 1); } + +VariableStatement + = VarToken __ declarations:VariableDeclarationList EOS { + return { + type: "VariableDeclaration", + declarations: declarations + }; + } + +VariableDeclarationList + = first:VariableDeclaration rest:(__ "," __ VariableDeclaration)* { + return buildList(first, rest, 3); + } + +VariableDeclarationListNoIn + = first:VariableDeclarationNoIn rest:(__ "," __ VariableDeclarationNoIn)* { + return buildList(first, rest, 3); + } + +VariableDeclaration + = id:Identifier init:(__ Initialiser)? { + return { + type: "VariableDeclarator", + id: id, + init: extractOptional(init, 1) + }; + } + +VariableDeclarationNoIn + = id:Identifier init:(__ InitialiserNoIn)? { + return { + type: "VariableDeclarator", + id: id, + init: extractOptional(init, 1) + }; + } + +Initialiser + = "=" !"=" __ expression:AssignmentExpression { return expression; } + +InitialiserNoIn + = "=" !"=" __ expression:AssignmentExpressionNoIn { return expression; } + +EmptyStatement + = ";" { return { type: "EmptyStatement" }; } + +ExpressionStatement + = !("{" / FunctionToken) expression:Expression EOS { + return { + type: "ExpressionStatement", + expression: expression + }; + } + +IfStatement + = IfToken __ "(" __ test:Expression __ ")" __ + consequent:Statement __ + ElseToken __ + alternate:Statement + { + return { + type: "IfStatement", + test: test, + consequent: consequent, + alternate: alternate + }; + } + / IfToken __ "(" __ test:Expression __ ")" __ + consequent:Statement { + return { + type: "IfStatement", + test: test, + consequent: consequent, + alternate: null + }; + } + +IterationStatement + = DoToken __ + body:Statement __ + WhileToken __ "(" __ test:Expression __ ")" EOS + { return { type: "DoWhileStatement", body: body, test: test }; } + / WhileToken __ "(" __ test:Expression __ ")" __ + body:Statement + { return { type: "WhileStatement", test: test, body: body }; } + / ForToken __ + "(" __ + init:(ExpressionNoIn __)? ";" __ + test:(Expression __)? ";" __ + update:(Expression __)? + ")" __ + body:Statement + { + return { + type: "ForStatement", + init: extractOptional(init, 0), + test: extractOptional(test, 0), + update: extractOptional(update, 0), + body: body + }; + } + / ForToken __ + "(" __ + VarToken __ declarations:VariableDeclarationListNoIn __ ";" __ + test:(Expression __)? ";" __ + update:(Expression __)? + ")" __ + body:Statement + { + return { + type: "ForStatement", + init: { + type: "VariableDeclaration", + declarations: declarations + }, + test: extractOptional(test, 0), + update: extractOptional(update, 0), + body: body + }; + } + / ForToken __ + "(" __ + left:LeftHandSideExpression __ + InToken __ + right:Expression __ + ")" __ + body:Statement + { + return { + type: "ForInStatement", + left: left, + right: right, + body: body + }; + } + / ForToken __ + "(" __ + VarToken __ declarations:VariableDeclarationListNoIn __ + InToken __ + right:Expression __ + ")" __ + body:Statement + { + return { + type: "ForInStatement", + left: { + type: "VariableDeclaration", + declarations: declarations + }, + right: right, + body: body + }; + } + +ContinueStatement + = ContinueToken EOS { + return { type: "ContinueStatement", label: null }; + } + / ContinueToken _ label:Identifier EOS { + return { type: "ContinueStatement", label: label }; + } + +BreakStatement + = BreakToken EOS { + return { type: "BreakStatement", label: null }; + } + / BreakToken _ label:Identifier EOS { + return { type: "BreakStatement", label: label }; + } + +ReturnStatement + = ReturnToken EOS { + return { type: "ReturnStatement", argument: null }; + } + / ReturnToken _ argument:Expression EOS { + return { type: "ReturnStatement", argument: argument }; + } + +WithStatement + = WithToken __ "(" __ object:Expression __ ")" __ + body:Statement + { return { type: "WithStatement", object: object, body: body }; } + +SwitchStatement + = SwitchToken __ "(" __ discriminant:Expression __ ")" __ + cases:CaseBlock + { + return { + type: "SwitchStatement", + discriminant: discriminant, + cases: cases + }; + } + +CaseBlock + = "{" __ clauses:(CaseClauses __)? "}" { + return optionalList(extractOptional(clauses, 0)); + } + / "{" __ + before:(CaseClauses __)? + default_:DefaultClause __ + after:(CaseClauses __)? "}" + { + return optionalList(extractOptional(before, 0)) + .concat(default_) + .concat(optionalList(extractOptional(after, 0))); + } + +CaseClauses + = first:CaseClause rest:(__ CaseClause)* { return buildList(first, rest, 1); } + +CaseClause + = CaseToken __ test:Expression __ ":" consequent:(__ StatementList)? { + return { + type: "SwitchCase", + test: test, + consequent: optionalList(extractOptional(consequent, 1)) + }; + } + +DefaultClause + = DefaultToken __ ":" consequent:(__ StatementList)? { + return { + type: "SwitchCase", + test: null, + consequent: optionalList(extractOptional(consequent, 1)) + }; + } + +LabelledStatement + = label:Identifier __ ":" __ body:Statement { + return { type: "LabeledStatement", label: label, body: body }; + } + +ThrowStatement + = ThrowToken _ argument:Expression EOS { + return { type: "ThrowStatement", argument: argument }; + } + +TryStatement + = TryToken __ block:Block __ handler:Catch __ finalizer:Finally { + return { + type: "TryStatement", + block: block, + handler: handler, + finalizer: finalizer + }; + } + / TryToken __ block:Block __ handler:Catch { + return { + type: "TryStatement", + block: block, + handler: handler, + finalizer: null + }; + } + / TryToken __ block:Block __ finalizer:Finally { + return { + type: "TryStatement", + block: block, + handler: null, + finalizer: finalizer + }; + } + +Catch + = CatchToken __ "(" __ param:Identifier __ ")" __ body:Block { + return { + type: "CatchClause", + param: param, + body: body + }; + } + +Finally + = FinallyToken __ block:Block { return block; } + +DebuggerStatement + = DebuggerToken EOS { return { type: "DebuggerStatement" }; } + +/* ----- A.5 Functions and Programs ----- */ + +FunctionDeclaration + = FunctionToken __ id:Identifier __ + "(" __ params:(FormalParameterList __)? ")" __ + "{" __ body:FunctionBody __ "}" + { + return { + type: "FunctionDeclaration", + id: id, + params: optionalList(extractOptional(params, 0)), + body: body + }; + } + +FunctionExpression + = FunctionToken __ id:(Identifier __)? + "(" __ params:(FormalParameterList __)? ")" __ + "{" __ body:FunctionBody __ "}" + { + return { + type: "FunctionExpression", + id: extractOptional(id, 0), + params: optionalList(extractOptional(params, 0)), + body: body + }; + } + +FormalParameterList + = first:Identifier rest:(__ "," __ Identifier)* { + return buildList(first, rest, 3); + } + +FunctionBody + = statementList:StatementList { + return { + type: "FunctionBody", + statementList: statementList + }; + } + +Validator + = "validator" __ "=" __ validator:StringLiteral { + return { + type: "Validator", + text: validator + }; + } + +Optional + = "optional"{ + return { + type: "Optional" + }; + } + +Default + = "default" __ "=" __ def:StringLiteral { + return { + type: "Default", + text: def + }; + } + +QualifiedName + = first:$Identifier rest:$('.' Identifier)* { + return first.concat(JSON.stringify(rest).replace(/['"]+/g, '')); + } + +/* ----- A.6 Universal Resource Identifier Character Classes ----- */ + +/* Irrelevant. */ + +/* ----- A.7 Regular Expressions ----- */ + +/* Irrelevant. */ + +/* ----- A.8 JSON ----- */ + +/* Irrelevant. */ + +/* Tokens */ +QueryToken = "query" !IdentifierPart + +SelectToken = "SELECT" !IdentifierPart +FromToken = "FROM" !IdentifierPart +WhereToken = "WHERE" !IdentifierPart +OrToken = "OR" !IdentifierPart +AndToken = "AND" !IdentifierPart + +OrderByToken = "ORDER BY" !IdentifierPart +SkipToken = "SKIP" !IdentifierPart +LimitToken = "LIMIT" !IdentifierPart +AscToken = "ASC" !IdentifierPart +DescToken = "DESC" !IdentifierPart + +NotEqualToken = "!=" +EqualToken = "=" +LTToken = "<" !EqualToken +LTEToken = "<=" +GTToken = ">" !EqualToken +GTEToken = ">=" + +// Not yet implemented, but supported by CouchDB +// NotToken = "NOT" !IdentifierPart +// InToken = "IN" !IdentifierPart +// LikeToken = "LIKE" !IdentifierPart +// NotInToken = "NOT IN" !IdentifierPart +// ExistsToken = "EXISTS" !IdentifierPart +// SizeToken = "SIZE" !IdentifierPart + + +/* ROOT OF GRAMMAR */ +Program + = queries:Query+ + { + return { + type: "Queries", + queries: queries + }; + } + +Query + = "query" _ id:Identifier __ "{" __ + "description:" __ "\"" description:StringSequence "\"" __ + "statement:" __ select:SelectStatement __ + "}" __ + { + return { + type: "Query", + identifier: id, + description: description, + select: select, + location: location() + }; + } + +SelectStatement + = FromSelectStatement + / SimpleSelectStatement + +FromSelectStatement + = __ SelectToken + __ resource:QualifiedName + __ from:FromToken __ registry:QualifiedName + __ where:Predicate? + __ orderBy:OrderBy? + __ limit:Limit? + __ skip:Skip? { + return { + type: "SELECT FROM", + resource: resource, + registry: registry, + where: where, + limit: limit, + skip: skip, + orderBy: orderBy, + location: location() + }; + } + +SimpleSelectStatement + = __ SelectToken + __ resource:QualifiedName + __ where:Predicate? + __ orderBy:OrderBy? + __ limit:Limit? + __ skip:Skip? { + return { + type: "SELECT", + resource: resource, + where: where, + limit: limit, + skip: skip, + orderBy: orderBy, + location: location() + }; + } + +Limit + = LimitPlaceholder + / LimitLiteral + +LimitPlaceholder + = LimitToken _ limit:Placeholder { + return { + limit: limit + }; + } + +LimitLiteral + = LimitToken _ limit:$DecimalIntegerLiteral { + return { + limit: limit + }; + } + +Skip + = SkipPlaceholder + / SkipLiteral + +SkipPlaceholder + = SkipToken _ skip:Placeholder { + return { + skip: skip + }; + } + +SkipLiteral + = SkipToken _ skip:$DecimalIntegerLiteral { + return { + skip: skip + }; + } + +SortDirection + = AscToken { return "ASC"; } + / DescToken { return "DESC"; } + +OrderBy + = OrderByToken sort:Sort { + return { + sort: sort, + }; + } + +Sort + = SortSingleField + / SortArray + +SortArray + = __ "[" _ first:SortSingleField _ rest:SortRest* "]" { + return [first].concat(rest); + } + +SortRest + = "," item: SortSingleField { + return item; + } + +SortSingleField + = __ fieldName:Identifier __ direction:SortDirection? { + return { + fieldName: fieldName, + direction: direction + }; + } + +Predicate + = WhereToken __ "(" __ test:Expression __ ")" __ + { + return test; + } + +Joiner + = OrToken { return "OR"; } + / AndToken { return "AND"; } + +Operator + = NotEqualToken { return "!="; } + / EqualToken { return "="; } + / LTToken { return "<"; } + / LTEToken { return "<="; } + / GTToken { return ">"; } + / GTEToken { return ">="; } + +Placeholder + = _ "_$" name:Identifier { + return { + type: "Placeholder", + index: name, + location: location() + }; + } + +/* Expressions */ + +Expr + = Literal + / Placeholder + / QualifiedName + +StringSequence "string" + = chars:DoubleStringCharacter* { + return chars.join(""); + } + diff --git a/packages/composer-common/lib/query/query.js b/packages/composer-common/lib/query/query.js new file mode 100644 index 0000000000..61feff4348 --- /dev/null +++ b/packages/composer-common/lib/query/query.js @@ -0,0 +1,122 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +'use strict'; + +const IllegalModelException = require('../introspect/illegalmodelexception'); +const Select = require('./select'); + +/** + * Query defines a SELECT query over a resource (asset, transaction or participant) + * + * @private + * @class + * @memberof module:composer-common + */ +class Query { + + /** + * Create an Query from an Abstract Syntax Tree. The AST is the + * result of parsing. + * + * @param {QueryFile} queryFile - the QueryFile for this query + * @param {string} ast - the AST created by the parser + * @throws {IllegalModelException} + */ + constructor(queryFile, ast) { + if(!queryFile || !ast) { + throw new IllegalModelException('Invalid QueryFile or AST'); + } + + this.ast = ast; + this.queryFile = queryFile; + this.process(); + } + + /** + * Visitor design pattern + * @param {Object} visitor - the visitor + * @param {Object} parameters - the parameter + * @return {Object} the result of visiting or null + * @private + */ + accept(visitor,parameters) { + return visitor.visit(this, parameters); + } + + /** + * Returns the QueryFile that owns this Query. + * + * @return {AclFile} the owning QueryFile + */ + getQueryFile() { + return this.queryFile; + } + + /** + * Process the AST and build the model + * + * @throws {IllegalModelException} + * @private + */ + process() { + this.name = this.ast.identifier.name; + this.description = this.ast.description; + this.select = new Select(this, this.ast.select); + } + + /** + * Semantic validation of the structure of this Query. + * + * @throws {IllegalModelException} + * @private + */ + validate() { + this.select.validate(); + } + + /** + * Returns the name of this Query. + * + * @return {string} the name of the Query + */ + getName() { + return this.name; + } + + /** + * Returns the description associated with this ACL Rule. + * + * @return {string} the description + */ + getDescription() { + return this.description; + } + + /** + * Returns a new object representing this Query that is + * suitable for serializing as JSON. + * @return {Object} A new object suitable for serializing as JSON. + */ + toJSON() { + let result = { + name: this.name, + description: this.description, + select: this.select.toJSON() + }; + return result; + } +} + +module.exports = Query; diff --git a/packages/composer-common/lib/query/queryfile.js b/packages/composer-common/lib/query/queryfile.js new file mode 100644 index 0000000000..1358b79d87 --- /dev/null +++ b/packages/composer-common/lib/query/queryfile.js @@ -0,0 +1,129 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +'use strict'; + +const parser = require('./parser'); +const Query = require('./query'); +const ParseException = require('../introspect/parseexception'); + +/** + * Class representing a Query File + * @private + * @class + * @memberof module:composer-common + */ +class QueryFile { + + /** + * Create an QueryFile. This should only be called by framework code. + * @param {string} id - The identifier of this Query File (may be a filename for example) + * @param {ModelManager} modelManager - the ModelManager that manages this + * ModelFile and that will be used to validate the queries in the QueryFile + * @param {string} definitions - The queries as a string. + * @throws {IllegalModelException} + */ + constructor(id, modelManager, definitions) { + this.modelManager = modelManager; + this.queries = []; + this.identifier = id; + + if(!definitions || typeof definitions !== 'string') { + throw new Error('QueryFile expects an QueryFile as a string as input.'); + } + this.definitions = definitions; + + try { + this.ast = parser.parse(definitions); + } + catch(err) { + if(err.location && err.location.start) { + throw new ParseException( err.message + ' Line ' + err.location.start.line + ' column ' + err.location.start.column, err.location ); + } + else { + throw err; + } + } + + for(let n=0; n < this.ast.queries.length; n++ ) { + let thing = this.ast.queries[n]; + this.queries.push(new Query(this, thing)); + } + } + + /** + * Returns the identifier of this Query File. + * @return {string} the identifier of this Query File + */ + getIdentifier() { + return this.identifier; + } + + /** + * Visitor design pattern + * @param {Object} visitor - the visitor + * @param {Object} parameters - the parameter + * @return {Object} the result of visiting or null + * @private + */ + accept(visitor,parameters) { + return visitor.visit(this, parameters); + } + + /** + * Returns the ModelManager associated with this QueryFile + * + * @return {ModelManager} The ModelManager for this QueryFile + */ + getModelManager() { + return this.modelManager; + } + + /** + * Validates the QueryFile. + * + * @throws {IllegalModelException} if the query file is invalid + * @private + */ + validate() { + const queries = {}; + this.queries.forEach((query) => { + query.validate(); + let name = query.getName(); + if (queries[name]){ + throw new Error(`Found two or more queries with the name '${name}'`); + } + queries[name] = query; + }); + } + + /** + * Get all declarations in this Query file + * @return {Query[]} the Queries defined in the Query file + */ + getQueries() { + return this.queries; + } + + /** + * Get the definitions for this Query file. + * @return {string} The definitions for this Query file. + */ + getDefinitions() { + return this.definitions; + } + +} + +module.exports = QueryFile; diff --git a/packages/composer-common/lib/query/select.js b/packages/composer-common/lib/query/select.js new file mode 100644 index 0000000000..0530255c34 --- /dev/null +++ b/packages/composer-common/lib/query/select.js @@ -0,0 +1,194 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +'use strict'; + +const Where = require('./where'); +const OrderBy = require('./orderby'); +const IllegalModelException = require('../introspect/illegalmodelexception'); + +/** + * Select defines a SELECT query over a resource (asset, transaction or participant) + * + * @private + * @class + * @memberof module:composer-common + */ +class Select { + + /** + * Create an Select from an Abstract Syntax Tree. The AST is the + * result of parsing. + * + * @param {Query} query - the Query for this select + * @param {string} ast - the AST created by the parser + * @throws {IllegalModelException} + */ + constructor(query, ast) { + if(!query || !ast) { + throw new IllegalModelException('Invalid Query or AST'); + } + + this.ast = ast; + this.query = query; + this.process(); + } + + /** + * Visitor design pattern + * @param {Object} visitor - the visitor + * @param {Object} parameters - the parameter + * @return {Object} the result of visiting or null + * @private + */ + accept(visitor,parameters) { + return visitor.visit(this, parameters); + } + + /** + * Returns the QueryFile that owns this Query. + * + * @return {Query} the owning QueryFile + */ + getQuery() { + return this.query; + } + + /** + * Process the AST and build the model + * + * @throws {IllegalModelException} + * @private + */ + process() { + + this.resource = null; + + if(this.ast.resource) { + this.resource = this.ast.resource; + } + + this.where = null; + if(this.ast.where) { + this.where = new Where(this, this.ast.where); + } + + this.limit = null; + if(this.ast.limit) { + this.limit = parseInt(this.ast.limit); + } + + this.skip = null; + if(this.ast.skip) { + this.skip = parseInt(this.ast.skip); + } + + this.orderBy = null; + if(this.ast.orderBy) { + this.orderBy = new OrderBy(this, this.ast.orderBy); + } + } + + /** + * Semantic validation of the structure of this select. + * + * @throws {IllegalModelException} + * @private + */ + validate() { + + if(this.resource) { + const mm = this.getQuery().getQueryFile().getModelManager(); + + // checks the resource type exists + const resourceClassDeclaration = mm.getType(this.resource); + + // check that it is not an enum or concept + if(resourceClassDeclaration.isConcept() || resourceClassDeclaration.isEnum()) { + throw new Error('Can only select assets, participants and transactions.'); + } + } + + if(this.where) { + this.where.validate(); + } + + if(this.orderBy) { + this.orderBy.validate(); + } + } + + /** + * Returns the FQN of the resource of this select or null if it does not have a resource. + * + * @return {string} the fully qualified name of the select + */ + getResource() { + return this.resource; + } + + /** + * Returns the Where clause for this query or null if it does not have a WHERE clause. + * + * @return {Where} the Where or null + */ + getWhere() { + return this.where; + } + + /** + * Returns the OrderBy clause for this query or null if it does not have an ORDER BY clause. + * + * @return {OrderBy} the OrderBy or null + */ + getOrderBy() { + return this.orderBy; + } + + /** + * Returns the LIMIT count for this query or null if it does not have a LIMIT + * + * @return {integer} the LIMIT count or null + */ + getLimit() { + return this.limit; + } + + /** + * Returns the SKIP count for this query or null if it does not have a SKIP + * + * @return {integer} the SKIP count or null + */ + getSkip() { + return this.skip; + } + + /** + * Returns a new object representing this Query that is + * suitable for serializing as JSON. + * @return {Object} A new object suitable for serializing as JSON. + */ + toJSON() { + let result = { + resouce: this.resource, + where: this.where ? this.where.toJSON() : null, + limit: this.limit ? this.limit : null, + skip: this.skip ? this.skip : null, + orderBy: this.orderBy ? this.orderBy.toJSON() : null + }; + return result; + } +} + +module.exports = Select; diff --git a/packages/composer-common/lib/query/sort.js b/packages/composer-common/lib/query/sort.js new file mode 100644 index 0000000000..6caf677bd5 --- /dev/null +++ b/packages/composer-common/lib/query/sort.js @@ -0,0 +1,125 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +'use strict'; + +const IllegalModelException = require('../introspect/illegalmodelexception'); + +/** + * Defines a sort on a field for an ORDER BY clause + * + * @private + * @class + * @memberof module:composer-common + */ +class Sort { + + /** + * Create a Sort from an Abstract Syntax Tree. The AST is the + * result of parsing. + * + * @param {OrderBy} orderBy - the OrderBy for this sort by + * @param {string} ast - the AST created by the parser + * @throws {IllegalModelException} + */ + constructor(orderBy, ast) { + if(!orderBy || !ast) { + throw new IllegalModelException('Invalid OrderBy or AST'); + } + + this.ast = ast; + this.orderBy = orderBy; + this.process(); + } + + /** + * Visitor design pattern + * @param {Object} visitor - the visitor + * @param {Object} parameters - the parameter + * @return {Object} the result of visiting or null + * @private + */ + accept(visitor,parameters) { + return visitor.visit(this, parameters); + } + + /** + * Returns the OrderBy that owns this Sort. + * + * @return {OrderBy} the owning OrderBy + */ + getOrderBy() { + return this.orderBy; + } + + /** + * Process the AST and build the model + * + * @throws {IllegalModelException} + * @private + */ + process() { + this.propertyPath = this.ast.fieldName.name; + + this.direction = 'ASC'; + + if(this.ast.direction) { + this.direction = this.ast.direction; + } + this.direction = this.ast.direction; + } + + /** + * Semantic validation of the structure of this select. + * + * @throws {IllegalModelException} + * @private + */ + validate() { + } + + /** + * Returns the name of the property of the owning resource. This may be an dotted expression + * to navigate to sub-properties of the owning resource. E.g. x.y.z. + * + * @return {string} the navigation property + */ + getPropertyPath() { + return this.propertyPath; + } + + /** + * Returns the name of the property of the owning resource. This may be an dotted expression + * to navigate to sub-properties of the owning resource. E.g. x.y.z. + * + * @return {string} the navigation property + */ + getDirection() { + return this.direction; + } + + /** + * Returns a new object representing this Query that is + * suitable for serializing as JSON. + * @return {Object} A new object suitable for serializing as JSON. + */ + toJSON() { + let result = { + resouce: this.resource + }; + return result; + } +} + +module.exports = Sort; diff --git a/packages/composer-common/lib/query/where.js b/packages/composer-common/lib/query/where.js new file mode 100644 index 0000000000..1e21b66a2e --- /dev/null +++ b/packages/composer-common/lib/query/where.js @@ -0,0 +1,98 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +'use strict'; + +const IllegalModelException = require('../introspect/illegalmodelexception'); + +/** + * Where defines the WHERE portion of a SELECT statement + * + * @private + * @class + * @memberof module:composer-common + */ +class Where { + + /** + * Create a Where from an Abstract Syntax Tree. The AST is the + * result of parsing. + * + * @param {Select} select - the Select for this Where + * @param {string} ast - the AST created by the parser + * @throws {IllegalModelException} + */ + constructor(select, ast) { + if(!select || !ast) { + throw new IllegalModelException('Invalid Select or AST'); + } + + this.ast = ast; + this.select = select; + this.process(); + } + + /** + * Visitor design pattern + * @param {Object} visitor - the visitor + * @param {Object} parameters - the parameter + * @return {Object} the result of visiting or null + * @private + */ + accept(visitor,parameters) { + return visitor.visit(this, parameters); + } + + /** + * Returns the Select that owns this Where. + * + * @return {Select} the owning Select + */ + getSelect() { + return this.select; + } + + /** + * Process the AST and build the model + * + * @throws {IllegalModelException} + * @private + */ + process() { + } + + /** + * Semantic validation of the structure of this where. + * + * @throws {IllegalModelException} + * @private + */ + validate() { + // TODO (DCS) walk the AST and check that the properties exist in the model! + } + + /** + * Returns a new object representing this Where that is + * suitable for serializing as JSON. + * @return {Object} A new object suitable for serializing as JSON. + */ + toJSON() { + let result = { + ast: this.ast + }; + return result; + } +} + +module.exports = Where; diff --git a/packages/composer-common/lib/tools/modelcollector.js b/packages/composer-common/lib/tools/modelcollector.js deleted file mode 100644 index de032b8006..0000000000 --- a/packages/composer-common/lib/tools/modelcollector.js +++ /dev/null @@ -1,187 +0,0 @@ -/* - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -'use strict'; - -const fs = require('fs'); -const fsPath = require('path'); -const Logger = require('../log/logger'); -const minimatch = require('minimatch'); - -const LOG = Logger.getLog('ModelCollector'); -const ENCODING = 'utf8'; - -/** - * ModelCollector collects all the CTO files for an npm module - * along with all its transitive dependencies declared in package.json - * - * @private - * @class - * @memberof module:composer-common - */ -class ModelCollector { - - /** - * Create a ModelCollector. Call the collect method to aggregate information - * about the model files in memory. - */ - constructor() { - } - - /** - * Collect - * - * @param {string} path - the path to process - * @param {Object} [options] - an optional set of options to configure the instance. - * @param {Object} [options.dependencyGlob] - specify the glob pattern used to match - * the npm dependencies to process. Defaults to ** - * @param {boolean} [options.modelFileGlob] - specify the glob pattern used to match - * the model files to include. Defaults to **\/models/**\/*.cto - * @param {boolean} [options.scriptGlob] - specify the glob pattern used to match - * the script files to include. Defaults to **\/lib/**\/*.js - * @return {Object[]} an array of objects that describe the models - * @private - */ - collect(path, options) { - const method = 'collect'; - - if (!options) { - options = {}; - } - - if (!options.dependencyGlob) { - options.dependencyGlob = '**'; - } - - if (!options.modelFileGlob) { - options.modelFileGlob = '**/models/**/*.cto'; - } - - // grab the package.json - let packageJsonContents = fs.readFileSync(fsPath.resolve(path, 'package.json'), ENCODING); - - if (!packageJsonContents) { - throw new Error('Failed to find package.json'); - } - - LOG.debug(method, 'Loaded package.json', packageJsonContents); - - // parse the package.json - let jsonObject = JSON.parse(packageJsonContents); - let packageName = jsonObject.name; - const modelFiles = []; - - // grab all the model files that are beneath the current directory - ModelCollector.processDirectory(path, { - accepts: function (file) { - return minimatch(file, options.modelFileGlob, { dot: true }); - }, - acceptsDir: function (dir) { - return true; - }, - process: function (pathToContents, contents) { - modelFiles.push({ - 'module': packageName, - 'file': fsPath.basename(pathToContents), - 'path': pathToContents, - 'relativePath' : fsPath.relative(path,pathToContents), - 'contents': contents - }); - LOG.debug(method, 'Found model file', pathToContents); - } - }); - - // we then process each of the dependencies - if (jsonObject.dependencies) { - LOG.debug(method, 'All dependencies', Object.keys(jsonObject.dependencies).toString()); - const dependencies = Object.keys(jsonObject.dependencies).filter(minimatch.filter(options.dependencyGlob, { dot: true })); - LOG.debug(method, 'Matched dependencies', dependencies); - - for (let dep of dependencies) { - let dependencyPath = fsPath.resolve(path, 'node_modules', dep); - LOG.debug(method, 'Checking dependency path', dependencyPath); - if (!fs.existsSync(dependencyPath)) { - // need to check to see if this is in a peer directory as well - LOG.debug(method, 'trying different path ' + path.replace(packageName, '')); - dependencyPath = fsPath.resolve(path.replace(packageName, ''), dep); - if (!fs.existsSync(dependencyPath)) { - throw new Error('npm dependency path ' + dependencyPath + ' does not exist. Did you run npm install?'); - } - } - - // collect everything in the dependency path - modelFiles.concat(this.collect(dependencyPath, options)); - } - } - - return modelFiles; - } - - /** - * @param {String} path - the path to process - * @param {Object} fileProcessor - the file processor. It must have - * accept and process methods. - * @private - */ - static processDirectory(path, fileProcessor) { - const items = ModelCollector.walkSync(path, [], fileProcessor); - items.sort(); - LOG.debug('processDirectory', 'Path ' + path, items); - items.forEach((item) => { - ModelCollector.processFile(item, fileProcessor); - }); - } - - /** - * @param {String} file - the file to process - * @param {Object} fileProcessor - the file processor. It must have - * accepts and process methods. - * @private - */ - static processFile(file, fileProcessor) { - - if (fileProcessor.accepts(file)) { - LOG.debug('processFile', 'FileProcessor accepted', file); - let fileContents = fs.readFileSync(file, ENCODING); - fileProcessor.process(file, fileContents); - } else { - LOG.debug('processFile', 'FileProcessor rejected', file); - } - } - - /** - * @param {String} dir - the dir to walk - * @param {Object[]} filelist - input files - * @param {Object} fileProcessor - the file processor. It must have - * accepts and process methods. - * @return {Object[]} filelist - output files - * @private - */ - static walkSync(dir, filelist, fileProcessor) { - let files = fs.readdirSync(dir); - files.forEach(function (file) { - let nestedPath = fsPath.join(dir, file); - if (fs.lstatSync(nestedPath).isDirectory()) { - if (fileProcessor.acceptsDir(nestedPath)) { - filelist = ModelCollector.walkSync(nestedPath, filelist, fileProcessor); - } - } else { - filelist.push(nestedPath); - } - }); - return filelist; - } -} - -module.exports = ModelCollector; diff --git a/packages/composer-common/package.json b/packages/composer-common/package.json index 4f878d788c..c7adea4538 100644 --- a/packages/composer-common/package.json +++ b/packages/composer-common/package.json @@ -9,7 +9,7 @@ "main": "index.js", "typings": "index.d.ts", "scripts": { - "prepublish": "pegjs ./lib/introspect/parser.pegjs && pegjs ./lib/acl/parser.pegjs && node ./scripts/tsgen.js", + "prepublish": "pegjs ./lib/introspect/parser.pegjs && pegjs ./lib/acl/parser.pegjs && pegjs ./lib/query/parser.pegjs && node ./scripts/tsgen.js", "pretest": "npm run prepublish && npm run lint", "lint": "eslint .", "postlint": "npm run licchk", @@ -102,6 +102,7 @@ "lib/tools/plantumltoimage.js", "lib/introspect/parser.js", "lib/acl/parser.js", + "lib/query/parser.js", "out/**", "scripts/**", "systest/**", diff --git a/packages/composer-common/test/query/invalid.qry b/packages/composer-common/test/query/invalid.qry new file mode 100644 index 0000000000..5850c00ed8 --- /dev/null +++ b/packages/composer-common/test/query/invalid.qry @@ -0,0 +1,3 @@ +query Q1 { + description: "Select all drivers" +} diff --git a/packages/composer-common/test/query/model.cto b/packages/composer-common/test/query/model.cto new file mode 100644 index 0000000000..505c03a97d --- /dev/null +++ b/packages/composer-common/test/query/model.cto @@ -0,0 +1,28 @@ +namespace org.acme + +asset Car identified by id { + o String id + -->Driver owner +} + +concept Address { + o String city +} + +participant Driver identified by email { + o String email + o String firstName + o String lastName + o Address address + o Integer age +} + +participant Regulator identified by email { + o String email + o String firstName + o String lastName +} + +transaction Transaction identified by transactionId { + o String transactionId +} diff --git a/packages/composer-common/test/query/queryfile.js b/packages/composer-common/test/query/queryfile.js new file mode 100644 index 0000000000..6ba46aa72f --- /dev/null +++ b/packages/composer-common/test/query/queryfile.js @@ -0,0 +1,137 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +'use strict'; + +const QueryFile = require('../../lib/query/queryfile'); +const parser = require('../../lib/query/parser'); +const ModelManager = require('../../lib/modelmanager'); +const fs = require('fs'); +const path = require('path'); + +require('chai').should(); +const sinon = require('sinon'); + +describe('QueryFile', () => { + + const testQuery = fs.readFileSync(path.resolve(__dirname, './test.qry'), 'utf8'); + const invalidQuery = fs.readFileSync(path.resolve(__dirname, './invalid.qry'), 'utf8'); + const testModel = fs.readFileSync(path.resolve(__dirname, './model.cto'), 'utf8'); + + let modelManager; + let sandbox; + + beforeEach(() => { + modelManager = new ModelManager(); + modelManager.addModelFile(testModel); + sandbox = sinon.sandbox.create(); + }); + + afterEach(() => { + sandbox.restore(); + }); + + describe('#constructor', () => { + + it('should throw when null definitions provided', () => { + (() => { + new QueryFile(modelManager, null); + }).should.throw(/as a string as input/); + }); + + it('should throw when invalid definitions provided', () => { + (() => { + new QueryFile( 'test', modelManager, [{}]); + }).should.throw(/as a string as input/); + }); + + it('should call the parser with the definitions and save the abstract syntax tree', () => { + const ast = { + queries: [ {identifier: {name: 'fake'}, description: 'foo', select: {resource: 'org.acme.Driver', where: {} } } ] + }; + sandbox.stub(parser, 'parse').returns(ast); + let mf = new QueryFile( 'test', modelManager, 'fake definitions'); + mf.ast.should.equal(ast); + }); + + it('should throw a ParseException on invalid input', () => { + (() => { + new QueryFile('test.qry', modelManager, invalidQuery); + }).should.throw(/Line 3/); + }); + + it('should throw an error if it does not have a location', () => { + (() => { + sandbox.stub(parser, 'parse').throws(new Error('such error')); + new QueryFile('test.acl', modelManager, invalidQuery); + }).should.throw(/such error/); + }); + }); + + describe('#constructor', () => { + + it('should parse a query correctly', () => { + const queryContents = `query Q1 { + description: "Select all cars" + statement: SELECT org.acme.Car + }`; + const queryFile = new QueryFile('test.qry', modelManager, queryContents); + queryFile.getIdentifier().should.equal('test.qry'); + queryFile.getQueries().length.should.equal(1); + queryFile.getDefinitions().should.equal(queryContents); + const q1 = queryFile.getQueries()[0]; + q1.getName().should.equal('Q1'); + q1.getDescription().should.equal('Select all cars'); + }); + }); + + describe('#validate', () => { + + it('should validate correct contents', () => { + const queryFile = new QueryFile( 'test.qry', modelManager, testQuery); + queryFile.validate(); + }); + + it('should throw for duplicate query names', () => { + const queryContents = `query Q1 { + description: "some rule" + statement: SELECT org.acme.Car + } + + query Q1 { + description: "some rule" + statement: SELECT org.acme.Car + }`; + + const queryFile = new QueryFile('test.qry', modelManager, queryContents); + (() => { + queryFile.validate(); + }).should.throw(/Found two or more queries with the name/); + }); + + }); + + describe('#accept', () => { + + it('should call the visitor', () => { + let queryFile = new QueryFile('test.qry', modelManager, testQuery); + let visitor = { + visit: sinon.stub() + }; + queryFile.accept(visitor, ['some', 'args']); + sinon.assert.calledOnce(visitor.visit); + sinon.assert.calledWith(visitor.visit, queryFile, ['some', 'args']); + }); + }); +}); diff --git a/packages/composer-common/test/query/select.js b/packages/composer-common/test/query/select.js new file mode 100644 index 0000000000..11366368cd --- /dev/null +++ b/packages/composer-common/test/query/select.js @@ -0,0 +1,129 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +'use strict'; + +const Query = require('../../lib/query/query'); +const Select = require('../../lib/query/select'); +const ModelManager = require('../../lib/modelmanager'); +const fs = require('fs'); +const path = require('path'); + +require('chai').should(); +const sinon = require('sinon'); + +describe('Select', () => { + + const testModel = fs.readFileSync(path.resolve(__dirname, './model.cto'), 'utf8'); + + let modelManager; + let sandbox; + let mockQuery; + + const select = { + resource: 'org.acme.Driver' + }; + + const selectWhere = { + resource: 'org.acme.Driver', where: 'WHERE' + }; + + const selectWhereOrderBy = { + resource: 'org.acme.Driver', where: 'WHERE', orderBy: 'ORDER BY' + }; + + const selectWhereLimit = { + resource: 'org.acme.Driver', where: 'WHERE', limit: 10 + }; + + const selectWhereLimitSkip = { + resource: 'org.acme.Driver', where: 'WHERE', limit: 10, skip: 5 + }; + + beforeEach(() => { + modelManager = new ModelManager(); + modelManager.addModelFile(testModel); + sandbox = sinon.sandbox.create(); + mockQuery = sinon.createStubInstance(Query); + }); + + afterEach(() => { + sandbox.restore(); + }); + + describe('#constructor', () => { + + it('should throw when null query provided', () => { + (() => { + new Select(null, null); + }).should.throw(/Invalid Query or AST/); + }); + + it('should throw when null ast provided', () => { + (() => { + new Select(mockQuery, null); + }).should.throw(/Invalid Query or AST/); + }); + + it('should save a select query', () => { + let s = new Select( mockQuery, select ); + s.getQuery().should.equal(mockQuery); + s.getResource().should.equal('org.acme.Driver'); + (s.getWhere() === null).should.be.true; + }); + + it('should save a select where query', () => { + let s = new Select( mockQuery, selectWhere ); + s.getQuery().should.equal(mockQuery); + s.getWhere().getSelect().should.equal(s); + }); + + it('should save a select where order by query', () => { + let s = new Select( mockQuery, selectWhereOrderBy ); + s.getQuery().should.equal(mockQuery); + s.getWhere().getSelect().should.equal(s); + s.getOrderBy().getSelect().should.equal(s); + }); + + it('should save a select where limit', () => { + let s = new Select( mockQuery, selectWhereLimit ); + s.getQuery().should.equal(mockQuery); + s.getWhere().getSelect().should.equal(s); + s.getLimit().should.equal(10); + }); + + it('should save a select where skip', () => { + let s = new Select( mockQuery, selectWhereLimitSkip ); + s.getQuery().should.equal(mockQuery); + s.getWhere().getSelect().should.equal(s); + s.getLimit().should.equal(10); + s.getSkip().should.equal(5); + }); + + }); + + + describe('#accept', () => { + + it('should call the visitor', () => { + let s = new Select(mockQuery, select); + let visitor = { + visit: sinon.stub() + }; + s.accept(visitor, ['some', 'args']); + sinon.assert.calledOnce(visitor.visit); + sinon.assert.calledWith(visitor.visit, s, ['some', 'args']); + }); + }); +}); diff --git a/packages/composer-common/test/query/test.qry b/packages/composer-common/test/query/test.qry new file mode 100644 index 0000000000..cc551dc31b --- /dev/null +++ b/packages/composer-common/test/query/test.qry @@ -0,0 +1,145 @@ +query Q1 { + description: "Select all drivers" + statement: SELECT org.acme.Driver +} query Q2 { // test missing whitespace + description: "Select all regulators" + statement: SELECT org.acme.Regulator FROM mycustomer.Registry +} + +query Q3 { + description: "Select all transactions" + statement: SELECT org.acme.Transaction +} + +// single line comment +query Q4 { + description: "Select all Drivers called Dan" // inline comment + statement: SELECT org.acme.Driver WHERE (firstName=='Dan') +} + +/** + * Multiline comment + */ +query Q5 { + description: "Select all Drivers called Dan Selman" // inline comment + statement: SELECT org.acme.Driver WHERE (firstName=='Dan' AND lastName=='Selman') +} + +query Q6 { + description: "Select all Drivers called Dan Selman with parens" + statement: SELECT org.acme.Driver WHERE (firstName=='Dan' AND lastName=='Selman') +} + +query Q7 { + description: "Select all Drivers called Dan Selman with parens limit" + statement: SELECT org.acme.Driver WHERE (firstName=='Dan' AND lastName=='Selman') LIMIT 5 +} + +query Q8 { + description: "Select all Drivers called Dan Selman with parens skip" + statement: SELECT org.acme.Driver WHERE (firstName=='Dan' AND lastName=='Selman') SKIP 5 +} + +// all on a single line +query Q9 {description: "Skip" statement: SELECT org.acme.Driver SKIP 5} +query Q10 {description: "Limit" statement: SELECT org.acme.Driver LIMIT 5} + + +query Q11 { + description: "Select all drivers aged 44" + statement: + SELECT org.acme.Driver + WHERE (age==44) +} + +query Q12 { + description: "Select all drivers aged less than 44" + statement: + SELECT org.acme.Driver + WHERE (age<44) +} + +query Q13 { + description: "Select all drivers aged less than equal 44" + statement: + SELECT org.acme.Driver + WHERE (age <= 44) +} + +query Q14 { + description: "Select all drivers aged older than 44" + statement: + SELECT org.acme.Driver + WHERE (age >45) +} + +query Q15 { + description: "Select all drivers aged older than or equal to 44" + statement: + SELECT org.acme.Driver + WHERE (age>= 45) +} + +query Q16 { + description: "Select all drivers aged older than or equal to PARAM" + statement: + SELECT org.acme.Driver + WHERE (age>= _$ageParam) +} + +query Q17 { + description: "Select all drivers aged older than PARAM" + statement: + SELECT org.acme.Driver + WHERE (_$ageParam < age) +} + +query Q18 { + description: "Select all drivers aged older than PARAM" + statement: + SELECT org.acme.Driver + WHERE (_$ageParam < age) + ORDER BY [lastName ASC, firstName DESC] + LIMIT _$limitParam + SKIP _$skipParam + +} + +query Q19 { + description: "Select all drivers aged younger than 50 ordered by lastname, firstname" + statement: + SELECT org.acme.Driver + WHERE (age < 50) + ORDER BY [lastName ASC, firstName DESC] +} + +query Q20{ + description: "Select non Dan drivers aged younger than 50 ordered by lastname, firstname" + statement: + SELECT org.acme.Driver + WHERE (age < 50 AND firstName != 'Dan') + ORDER BY [lastName ASC, firstName DESC] +} + +query Q21{ + description: "Select non Dan drivers aged younger than 50 ordered by lastname, firstname" + statement: + SELECT org.acme.Driver + WHERE (age < 50 AND firstName != 'Dan') + ORDER BY [lastName ASC, firstName DESC] +} + +query Q22{ + description: "Select non Dan drivers or drivers aged younger than 50 ordered by lastname, firstname" + statement: + SELECT org.acme.Driver + WHERE ((age < 50 OR firstName != 'Dan') AND (lastName!='Selman')) + ORDER BY [lastName ASC, firstName DESC] +} + +query Q23{ + description: "Select by address property" + statement: + SELECT org.acme.Driver + WHERE ((age < 50 OR firstName != 'Dan') AND (address.city.postcode!='London')) +} \ No newline at end of file From 5d8d976a667069c690cef75049515dd13ef422aa Mon Sep 17 00:00:00 2001 From: Matthew B White Date: Mon, 19 Jun 2017 15:02:46 +0100 Subject: [PATCH 08/18] fixes to the decorate --- .../lib/introspect/modelfile.js | 18 +++++------- packages/composer-common/lib/modelmanager.js | 28 +++++++++++++++---- .../lib/hlfconnection.js | 7 +++-- packages/composer-runtime/lib/engine.js | 4 +-- .../systest/data/accesscontrols.cto | 4 +-- 5 files changed, 39 insertions(+), 22 deletions(-) diff --git a/packages/composer-common/lib/introspect/modelfile.js b/packages/composer-common/lib/introspect/modelfile.js index fa8926ce51..c42c4b9822 100644 --- a/packages/composer-common/lib/introspect/modelfile.js +++ b/packages/composer-common/lib/introspect/modelfile.js @@ -26,7 +26,6 @@ const ParseException = require('./parseexception'); const ModelUtil = require('../modelutil'); const Globalize = require('../globalize'); -// const util = require('util'); /** * Class representing a Model File. A Model File contains a single namespace @@ -95,27 +94,22 @@ class ModelFile { // console.log('\n========\n'); for(let n=0; n < this.ast.body.length; n++ ) { let thing = this.ast.body[n]; - - if (thing.classExtension === null && decorate){ - // all good keep decorating - } else { - decorate=false; - } + let doDecorate = (thing.classExtension === null && decorate); if(thing.type === 'AssetDeclaration') { - if (decorate){thing.classExtension = { type: 'ClassExtension', class: { type: 'Identifier', name: '_cst_Asset' } }; } + if (doDecorate){thing.classExtension = { type: 'ClassExtension', class: { type: 'Identifier', name: '_cst_Asset' } }; } this.declarations.push( new AssetDeclaration(this, thing) ); } else if(thing.type === 'TransactionDeclaration') { - if (decorate){thing.classExtension = { type: 'ClassExtension', class: { type: 'Identifier', name: '_cst_Transaction' } }; } + if (doDecorate){thing.classExtension = { type: 'ClassExtension', class: { type: 'Identifier', name: '_cst_Transaction' } }; } this.declarations.push( new TransactionDeclaration(this, thing) ); } else if(thing.type === 'EventDeclaration') { - if (decorate){thing.classExtension = { type: 'ClassExtension', class: { type: 'Identifier', name: '_cst_Event' } }; } + if (doDecorate){thing.classExtension = { type: 'ClassExtension', class: { type: 'Identifier', name: '_cst_Event' } }; } this.declarations.push( new EventDeclaration(this, thing) ); } else if(thing.type === 'ParticipantDeclaration') { - if (decorate){thing.classExtension = { type: 'ClassExtension', class: { type: 'Identifier', name: '_cst_Participant' } }; } + if (doDecorate){thing.classExtension = { type: 'ClassExtension', class: { type: 'Identifier', name: '_cst_Participant' } }; } this.declarations.push( new ParticipantDeclaration(this, thing) ); } else if(thing.type === 'EnumDeclaration') { @@ -132,6 +126,8 @@ class ModelFile { }),this.modelFile); } } + + } /** diff --git a/packages/composer-common/lib/modelmanager.js b/packages/composer-common/lib/modelmanager.js index 0931d37761..bf6d165c49 100644 --- a/packages/composer-common/lib/modelmanager.js +++ b/packages/composer-common/lib/modelmanager.js @@ -22,10 +22,22 @@ const IllegalModelException = require('./introspect/illegalmodelexception'); const ModelUtil = require('./modelutil'); const ModelFile = require('./introspect/modelfile'); -const ENCODING = 'utf8'; +// const ENCODING = 'utf8'; const LOG = require('./log/logger').getLog('ModelManager'); - +const SYSTEM_MODEL_CONTENTS = [ + 'namespace org.hyperledger.composer.system', + 'abstract asset _cst_Asset { o String superNotes optional }', + 'abstract participant _cst_Participant { o String superNotes optional }', + 'abstract transaction _cst_Transaction identified by transactionId {', + ' o String transactionId ', + ' o DateTime timestamp', + ' o String superNotes optional', + '}', + 'abstract event _cst_Event identified by eventId {', + ' o String eventId', + '}' +]; // const util = require('util'); /** *

@@ -47,6 +59,7 @@ const LOG = require('./log/logger').getLog('ModelManager'); * @memberof module:composer-common */ class ModelManager { + /** * Create the ModelManager. *

@@ -57,11 +70,16 @@ class ModelManager { constructor() { LOG.entry('constructor'); this.modelFiles = {}; - - let systemModelPath = path.join(path.dirname(__filename), '../models/system.cto'); + LOG.info('info',__filename); + LOG.info('info',path.dirname(__filename)); + // let systemModelPath = path.join(path.dirname(__filename), '../models/system.cto'); + // let systemModelPath = SYSTEM_MODEL_CONTENTS.join('\n'); // console.log(systemModelPath); - let systemModelContents = fs.readFileSync(systemModelPath, ENCODING); + LOG.info('info',fs); + // let systemModelContents = fs.readFileSync(systemModelPath, ENCODING); + let systemModelContents = SYSTEM_MODEL_CONTENTS.join('\n'); // console.log(systemModelContents); + LOG.info('info',systemModelContents); this.addModelFile(systemModelContents); LOG.exit('constructor'); } diff --git a/packages/composer-connector-hlfv1/lib/hlfconnection.js b/packages/composer-connector-hlfv1/lib/hlfconnection.js index 8df80f8745..93572295eb 100644 --- a/packages/composer-connector-hlfv1/lib/hlfconnection.js +++ b/packages/composer-connector-hlfv1/lib/hlfconnection.js @@ -261,10 +261,11 @@ class HLFConnection extends Connection { throw new Error('enrollmentSecret not specified'); } + console.log(enrollmentID); // Get the user context (certificate) from the state store. return this.client.getUserContext(enrollmentID, true) .then((user) => { - + console.log('User Content' + user); // If the user exists and is enrolled, we use the data from the state store. // Otherwise we need to enroll against the CA to download the certificate. if (user && user.isEnrolled()) { @@ -277,6 +278,8 @@ class HLFConnection extends Connection { }) .then((user) => { + console.log('===> '+enrollmentID); + // Now we can create a security context. LOG.debug(method, 'Creating new security context'); let result = new HLFSecurityContext(this); @@ -291,7 +294,7 @@ class HLFConnection extends Connection { }) .catch((error) => { const newError = new Error('error trying login and get user Context. ' + error); - LOG.error(method, newError); + LOG.error(method, error); throw newError; }); } diff --git a/packages/composer-runtime/lib/engine.js b/packages/composer-runtime/lib/engine.js index e2624b6622..79fb400cde 100644 --- a/packages/composer-runtime/lib/engine.js +++ b/packages/composer-runtime/lib/engine.js @@ -101,7 +101,7 @@ class Engine { */ init(context, fcn, args) { const method = 'init'; - print('init'); + LOG.entry(method); LOG.entry(method, context, fcn, args); if (fcn !== 'init') { @@ -242,7 +242,7 @@ class Engine { }) .then(() => { - print('init:14'); + // Create all the default registries for each asset and participant type. LOG.debug(method, 'Creating default registries'); let registryManager = context.getRegistryManager(); diff --git a/packages/composer-systests/systest/data/accesscontrols.cto b/packages/composer-systests/systest/data/accesscontrols.cto index c2daf9c6b4..864a0ab9f4 100644 --- a/packages/composer-systests/systest/data/accesscontrols.cto +++ b/packages/composer-systests/systest/data/accesscontrols.cto @@ -12,6 +12,6 @@ participant SampleParticipant identified by email { o String lastName } -transaction SampleTransaction identified by transactionId { - o String transactionId +transaction SampleTransaction { + } From 4c3ec77fda443a1c8844122589c582f648347f46 Mon Sep 17 00:00:00 2001 From: Matthew B White Date: Mon, 19 Jun 2017 15:51:12 +0100 Subject: [PATCH 09/18] fix tests --- packages/composer-common/test/acl/model.cto | 4 ++-- .../composer-common/test/codegen/loopbackvisitor.js | 10 +++++----- .../composer-common/test/data/model/carlease.cto | 4 ++-- .../test/data/model/dependencies/finance/bond.cto | 4 ++-- .../composer-common/test/data/model/farm2fork.cto | 12 ++++++------ .../composer-common/test/data/model/model-base.cto | 8 ++++---- packages/composer-common/test/data/model/mozart.cto | 4 ++-- .../vehicle-lifecycle/org.acme.vehicle.lifecycle.cto | 4 ++-- .../org.acme.vehicle.lifecycle.manufacturer.cto | 8 ++++---- .../data/model/vehicle-lifecycle/org.gov.uk.dvla.cto | 8 ++++---- .../test/data/parser/relationshiptoprimitive.cto | 4 ++-- .../test-archive-dotfolders/models/.base/mozart.cto | 4 ++-- .../zip/test-archive-dotfolders/models/carlease.cto | 4 ++-- .../test/data/zip/test-archive/models/carlease.cto | 4 ++-- .../test/data/zip/test-archive/models/mozart.cto | 4 ++-- .../animaltracking-model/models/mozart.cto | 4 ++-- 16 files changed, 45 insertions(+), 45 deletions(-) diff --git a/packages/composer-common/test/acl/model.cto b/packages/composer-common/test/acl/model.cto index 5de69e599d..f07c026870 100644 --- a/packages/composer-common/test/acl/model.cto +++ b/packages/composer-common/test/acl/model.cto @@ -17,6 +17,6 @@ participant Regulator identified by email { o String lastName } -transaction Transaction identified by transactionId { - o String transactionId +transaction Transaction { + } diff --git a/packages/composer-common/test/codegen/loopbackvisitor.js b/packages/composer-common/test/codegen/loopbackvisitor.js index 00fefda20a..b0f3515e9b 100644 --- a/packages/composer-common/test/codegen/loopbackvisitor.js +++ b/packages/composer-common/test/codegen/loopbackvisitor.js @@ -516,9 +516,9 @@ describe('LoopbackVisitor', () => { it('should generate a schema for a transaction with just an identifier', () => { const modelFile = new ModelFile(modelManager, ` namespace org.acme - transaction MyTransaction identified by transactionId { - o String transactionId - + transaction MyTransaction{ + + } `); const schemas = modelFile.accept(visitor, { fileWriter: mockFileWriter }); @@ -573,7 +573,7 @@ describe('LoopbackVisitor', () => { namespace org.acme transaction MyBaseTransaction identified by transactionId { o String transactionId - + } transaction MyTransaction extends MyBaseTransaction { o String theValue @@ -674,7 +674,7 @@ describe('LoopbackVisitor', () => { namespace org.acme abstract transaction MyBaseTransaction identified by transactionId { o String transactionId - + } transaction MyTransaction extends MyBaseTransaction { o String theValue diff --git a/packages/composer-common/test/data/model/carlease.cto b/packages/composer-common/test/data/model/carlease.cto index db84a6e162..cb8752293f 100644 --- a/packages/composer-common/test/data/model/carlease.cto +++ b/packages/composer-common/test/data/model/carlease.cto @@ -77,8 +77,8 @@ participant Regulator extends Participant { } // defines a Vehicle transaction type -transaction VehicleTransaction identified by transactionId { - o String transactionId +transaction VehicleTransaction { + --> Vehicle vehicle // a VehicleTransaction is related to a Vehicle } diff --git a/packages/composer-common/test/data/model/dependencies/finance/bond.cto b/packages/composer-common/test/data/model/dependencies/finance/bond.cto index 74ac17acfb..1a9370fe92 100644 --- a/packages/composer-common/test/data/model/dependencies/finance/bond.cto +++ b/packages/composer-common/test/data/model/dependencies/finance/bond.cto @@ -56,8 +56,8 @@ asset BondAsset identified by ISINCode { o Bond bond } -transaction PublishBond identified by transactionId { - o String transactionId +transaction PublishBond { + o String ISINCode o Bond bond } \ No newline at end of file diff --git a/packages/composer-common/test/data/model/farm2fork.cto b/packages/composer-common/test/data/model/farm2fork.cto index 2d913a1556..4d6da37da1 100644 --- a/packages/composer-common/test/data/model/farm2fork.cto +++ b/packages/composer-common/test/data/model/farm2fork.cto @@ -52,9 +52,9 @@ asset Meat identified by identifier { o Boolean packaged default=false } -abstract transaction AnimalTransaction identified by transactionId { +abstract transaction AnimalTransaction { --> Animal animal //an AnimalTransaction is related to an Animal - o String transactionId + } transaction Foo extends Meat { @@ -86,15 +86,15 @@ transaction SlaughterAnimal extends AnimalTransaction { o Meat meat } -transaction MeatTransaction identified by transactionId { +transaction MeatTransaction { --> Meat meat - o String transactionId + } transaction PackageMeat extends MeatTransaction { } -transaction PackagedMeatTransferedToPrivateConsumer identified by transactionId { +transaction PackagedMeatTransferedToPrivateConsumer { --> Participant privateConsumer - o String transactionId + } diff --git a/packages/composer-common/test/data/model/model-base.cto b/packages/composer-common/test/data/model/model-base.cto index d8b5aae485..cf28294128 100644 --- a/packages/composer-common/test/data/model/model-base.cto +++ b/packages/composer-common/test/data/model/model-base.cto @@ -68,17 +68,17 @@ asset DerivedAsset extends BaseAsset { o String anotherStringProperty default="defaultString" } -transaction MyBasicTransaction identified by transactionId { - o String transactionId +transaction MyBasicTransaction { + } asset DerivedDerivedAsset extends DerivedAsset { o MyBasicTransaction includedTransaction } -transaction MyTransaction identified by transactionId { +transaction MyTransaction { o BaseAsset myAsset - o String transactionId + } transaction MyTransactionEx extends MyTransaction { diff --git a/packages/composer-common/test/data/model/mozart.cto b/packages/composer-common/test/data/model/mozart.cto index 4465830766..419b32297d 100644 --- a/packages/composer-common/test/data/model/mozart.cto +++ b/packages/composer-common/test/data/model/mozart.cto @@ -103,8 +103,8 @@ asset Business identified by sbi { /** * An abstract transaction type for animal movements */ -abstract transaction AnimalMovement identified by transactionId { - o String transactionId +abstract transaction AnimalMovement { + o String[] logs optional --> Animal animal --> Business from diff --git a/packages/composer-common/test/data/model/vehicle-lifecycle/org.acme.vehicle.lifecycle.cto b/packages/composer-common/test/data/model/vehicle-lifecycle/org.acme.vehicle.lifecycle.cto index 454841dd1c..14be6d48a0 100755 --- a/packages/composer-common/test/data/model/vehicle-lifecycle/org.acme.vehicle.lifecycle.cto +++ b/packages/composer-common/test/data/model/vehicle-lifecycle/org.acme.vehicle.lifecycle.cto @@ -37,6 +37,6 @@ participant AuctionHouse extends Company { participant ScrapMerchant extends Company { } -transaction SetupDemo identified by transactionID { - o String transactionID +transaction SetupDemo { + } diff --git a/packages/composer-common/test/data/model/vehicle-lifecycle/org.acme.vehicle.lifecycle.manufacturer.cto b/packages/composer-common/test/data/model/vehicle-lifecycle/org.acme.vehicle.lifecycle.manufacturer.cto index fe445c3b23..88f30f9112 100755 --- a/packages/composer-common/test/data/model/vehicle-lifecycle/org.acme.vehicle.lifecycle.manufacturer.cto +++ b/packages/composer-common/test/data/model/vehicle-lifecycle/org.acme.vehicle.lifecycle.manufacturer.cto @@ -55,8 +55,8 @@ asset Order identified by orderId { /** * Transaction to create an order */ -transaction PlaceOrder identified by transactionID { - o String transactionID +transaction PlaceOrder { + o VehicleDetails vehicleDetails --> Manufacturer manufacturer --> Person orderer @@ -65,8 +65,8 @@ transaction PlaceOrder identified by transactionID { /** * Transaction to update the status of an order */ -transaction UpdateOrderStatus identified by transactionID { - o String transactionID +transaction UpdateOrderStatus { + o OrderStatus orderStatus o String vin optional o String v5c optional diff --git a/packages/composer-common/test/data/model/vehicle-lifecycle/org.gov.uk.dvla.cto b/packages/composer-common/test/data/model/vehicle-lifecycle/org.gov.uk.dvla.cto index f5f24a67d2..4cae1d81f7 100755 --- a/packages/composer-common/test/data/model/vehicle-lifecycle/org.gov.uk.dvla.cto +++ b/packages/composer-common/test/data/model/vehicle-lifecycle/org.gov.uk.dvla.cto @@ -95,8 +95,8 @@ concept ExhaustEmissions { /** * Based on the DVLA V62 document */ -transaction ApplicationForVehicleRegistrationCertificate identified by transactionId { - o String transactionId +transaction ApplicationForVehicleRegistrationCertificate { + o VehicleDetails vehicleDetails o Person keeperDetails o String dvlaFleetNumber optional @@ -105,8 +105,8 @@ transaction ApplicationForVehicleRegistrationCertificate identified by transacti o String previousPostCode optional } -transaction VehicleTransaction identified by transactionId { - o String transactionId +transaction VehicleTransaction { + --> Vehicle vehicle } diff --git a/packages/composer-common/test/data/parser/relationshiptoprimitive.cto b/packages/composer-common/test/data/parser/relationshiptoprimitive.cto index bdfbb209b2..ef72bd22ad 100644 --- a/packages/composer-common/test/data/parser/relationshiptoprimitive.cto +++ b/packages/composer-common/test/data/parser/relationshiptoprimitive.cto @@ -1,6 +1,6 @@ namespace com.ibm.testing -transaction ContainsBadRelationship identified by transactionId { - o String transactionId +transaction ContainsBadRelationship { + --> String bad } diff --git a/packages/composer-common/test/data/zip/test-archive-dotfolders/models/.base/mozart.cto b/packages/composer-common/test/data/zip/test-archive-dotfolders/models/.base/mozart.cto index 221437a2be..d9d2175a0f 100644 --- a/packages/composer-common/test/data/zip/test-archive-dotfolders/models/.base/mozart.cto +++ b/packages/composer-common/test/data/zip/test-archive-dotfolders/models/.base/mozart.cto @@ -103,8 +103,8 @@ asset Business identified by sbi { /** * An abstract transaction type for animal movements */ -abstract transaction AnimalMovement identified by transactionId { - o String transactionId +abstract transaction AnimalMovement { + o String[] logs optional --> Animal animal --> Business from diff --git a/packages/composer-common/test/data/zip/test-archive-dotfolders/models/carlease.cto b/packages/composer-common/test/data/zip/test-archive-dotfolders/models/carlease.cto index 22c3cf0ae5..5371a291d6 100644 --- a/packages/composer-common/test/data/zip/test-archive-dotfolders/models/carlease.cto +++ b/packages/composer-common/test/data/zip/test-archive-dotfolders/models/carlease.cto @@ -59,9 +59,9 @@ participant Regulator extends Participant { } // defines a Vehicle transaction type -transaction VehicleTransaction identified by transactionId { +transaction VehicleTransaction { --> Vehicle vehicle // a VehicleTransaction is related to a Vehicle - o String transactionId + } transaction VehicleCreated extends VehicleTransaction { diff --git a/packages/composer-common/test/data/zip/test-archive/models/carlease.cto b/packages/composer-common/test/data/zip/test-archive/models/carlease.cto index 22c3cf0ae5..5371a291d6 100644 --- a/packages/composer-common/test/data/zip/test-archive/models/carlease.cto +++ b/packages/composer-common/test/data/zip/test-archive/models/carlease.cto @@ -59,9 +59,9 @@ participant Regulator extends Participant { } // defines a Vehicle transaction type -transaction VehicleTransaction identified by transactionId { +transaction VehicleTransaction { --> Vehicle vehicle // a VehicleTransaction is related to a Vehicle - o String transactionId + } transaction VehicleCreated extends VehicleTransaction { diff --git a/packages/composer-common/test/data/zip/test-archive/models/mozart.cto b/packages/composer-common/test/data/zip/test-archive/models/mozart.cto index 221437a2be..d9d2175a0f 100644 --- a/packages/composer-common/test/data/zip/test-archive/models/mozart.cto +++ b/packages/composer-common/test/data/zip/test-archive/models/mozart.cto @@ -103,8 +103,8 @@ asset Business identified by sbi { /** * An abstract transaction type for animal movements */ -abstract transaction AnimalMovement identified by transactionId { - o String transactionId +abstract transaction AnimalMovement { + o String[] logs optional --> Animal animal --> Business from diff --git a/packages/composer-common/test/data/zip/test-npm-archive/node_modules/animaltracking-model/models/mozart.cto b/packages/composer-common/test/data/zip/test-npm-archive/node_modules/animaltracking-model/models/mozart.cto index 221437a2be..d9d2175a0f 100644 --- a/packages/composer-common/test/data/zip/test-npm-archive/node_modules/animaltracking-model/models/mozart.cto +++ b/packages/composer-common/test/data/zip/test-npm-archive/node_modules/animaltracking-model/models/mozart.cto @@ -103,8 +103,8 @@ asset Business identified by sbi { /** * An abstract transaction type for animal movements */ -abstract transaction AnimalMovement identified by transactionId { - o String transactionId +abstract transaction AnimalMovement { + o String[] logs optional --> Animal animal --> Business from From 5c305ff256794c59be024cc9ad07f7b056f0e186 Mon Sep 17 00:00:00 2001 From: Matthew B White Date: Mon, 19 Jun 2017 16:08:22 +0100 Subject: [PATCH 10/18] model fixes --- packages/composer-common/lib/modelmanager.js | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/packages/composer-common/lib/modelmanager.js b/packages/composer-common/lib/modelmanager.js index 858d0439f1..bb29af1a6c 100644 --- a/packages/composer-common/lib/modelmanager.js +++ b/packages/composer-common/lib/modelmanager.js @@ -29,12 +29,15 @@ const SYSTEM_MODEL_CONTENTS = [ 'namespace org.hyperledger.composer.system', 'abstract asset _cst_Asset { o String superNotes optional }', 'abstract participant _cst_Participant { o String superNotes optional }', - 'abstract transaction _cst_Transaction {', + 'abstract transaction _cst_Transaction identified by transactionId{', + ' o String transactionId', ' o DateTime timestamp', ' o String superNotes optional', '}', - 'abstract event _cst_Event {', - '}' + 'abstract event _cst_Event identified by eventId{', + ' o String eventId', + /* ' --> _cst_Transaction transaction',*/ + ' }' ]; // const util = require('util'); /** @@ -68,15 +71,9 @@ class ModelManager { constructor() { LOG.entry('constructor'); this.modelFiles = {}; - LOG.info('info',__filename); - LOG.info('info',path.dirname(__filename)); - // let systemModelPath = path.join(path.dirname(__filename), '../models/system.cto'); - // let systemModelPath = SYSTEM_MODEL_CONTENTS.join('\n'); - // console.log(systemModelPath); + LOG.info('info',fs); - // let systemModelContents = fs.readFileSync(systemModelPath, ENCODING); let systemModelContents = SYSTEM_MODEL_CONTENTS.join('\n'); - // console.log(systemModelContents); LOG.info('info',systemModelContents); this.addModelFile(systemModelContents); LOG.exit('constructor'); From 854c0b4343a36b6145c1878a3ab74e526b0559f8 Mon Sep 17 00:00:00 2001 From: Nick Lincoln Date: Mon, 19 Jun 2017 16:18:17 +0100 Subject: [PATCH 11/18] add auto scroll to selected item in list (#1307) --- .../composer-playground/src/app/app.module.ts | 2 + .../src/app/directives/scroll/index.ts | 1 + .../scroll-to-element.directive.spec.ts | 182 ++++++++++++++++++ .../scroll/scroll-to-element.directive.ts | 85 ++++++++ .../src/app/editor/editor.component.html | 4 +- .../src/app/editor/editor.component.scss | 2 +- .../src/app/editor/editor.component.spec.ts | 3 +- .../src/app/editor/editor.component.ts | 3 + 8 files changed, 278 insertions(+), 4 deletions(-) create mode 100644 packages/composer-playground/src/app/directives/scroll/index.ts create mode 100644 packages/composer-playground/src/app/directives/scroll/scroll-to-element.directive.spec.ts create mode 100644 packages/composer-playground/src/app/directives/scroll/scroll-to-element.directive.ts diff --git a/packages/composer-playground/src/app/app.module.ts b/packages/composer-playground/src/app/app.module.ts index 973641936f..47c5575f16 100644 --- a/packages/composer-playground/src/app/app.module.ts +++ b/packages/composer-playground/src/app/app.module.ts @@ -67,6 +67,7 @@ import { SampleBusinessNetworkService } from './services/samplebusinessnetwork.s import { AboutService } from './services/about.service'; import { AlertService } from './services/alert.service'; import { EditorService } from './services/editor.service'; +import { ScrollToElementDirective } from './directives/scroll'; let actionBasedIcons = require.context('../assets/svg/action-based', false, /.*\.svg$/); actionBasedIcons.keys().forEach(actionBasedIcons); @@ -145,6 +146,7 @@ type StoreType = { RegistryComponent, ReplaceComponent, ResourceComponent, + ScrollToElementDirective, SuccessComponent, SwitchIdentityComponent, TestComponent, diff --git a/packages/composer-playground/src/app/directives/scroll/index.ts b/packages/composer-playground/src/app/directives/scroll/index.ts new file mode 100644 index 0000000000..954325e72c --- /dev/null +++ b/packages/composer-playground/src/app/directives/scroll/index.ts @@ -0,0 +1 @@ +export * from './scroll-to-element.directive'; diff --git a/packages/composer-playground/src/app/directives/scroll/scroll-to-element.directive.spec.ts b/packages/composer-playground/src/app/directives/scroll/scroll-to-element.directive.spec.ts new file mode 100644 index 0000000000..9493f0da36 --- /dev/null +++ b/packages/composer-playground/src/app/directives/scroll/scroll-to-element.directive.spec.ts @@ -0,0 +1,182 @@ +/* tslint:disable:no-unused-variable */ +/* tslint:disable:no-unused-expression */ +/* tslint:disable:no-var-requires */ +/* tslint:disable:max-classes-per-file */ +import { ComponentFixture, TestBed, async, fakeAsync, tick, inject } from '@angular/core/testing'; +import { Component, Renderer, QueryList, ElementRef } from '@angular/core'; +import { By } from '@angular/platform-browser'; + +import * as sinon from 'sinon'; +import * as chai from 'chai'; +import { ScrollToElementDirective } from './scroll-to-element.directive'; + +let should = chai.should(); + +@Component({ + selector: 'editorFileList', + template: ` +

+
    +
  • Item0
  • +
  • Item1
  • +
  • Item2
  • +
+
` +}) + +class TestComponent { + listItem: string = 'editorFileList1'; +} + +describe('ScrollToElementDirective', () => { + let component: TestComponent; + let fixture: ComponentFixture; + + beforeEach(async(() => { + TestBed.configureTestingModule({ + declarations: [TestComponent, ScrollToElementDirective], + providers: [Renderer] + }) + .compileComponents(); + })); + + it('should create the directive', async(fakeAsync(() => { + fixture = TestBed.createComponent(TestComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + + tick(); + + component.should.be.ok; + }))); + + describe('#retreiveSelectedItem', () => { + + it('should return an array of nativeElement.id\'s that match the selected', () => { + let directiveEl = fixture.debugElement.query(By.directive(ScrollToElementDirective)); + let directiveInstance = directiveEl.injector.get(ScrollToElementDirective); + + let matchItem: ElementRef[] = directiveInstance.retreiveSelectedItem(); + matchItem[0].nativeElement.id.should.equal('editorFileList1'); + }); + + it('should return an empty array if no matches for nativeElement.id\'s', () => { + let directiveEl = fixture.debugElement.query(By.directive(ScrollToElementDirective)); + let directiveInstance = directiveEl.injector.get(ScrollToElementDirective); + + directiveInstance.items = new QueryList(); + + let emptyList = new QueryList(); + let matchItem: ElementRef[] = directiveInstance.retreiveSelectedItem(); + matchItem.should.be.empty; + }); + }); + + describe('#performScrollAction', () => { + + it('should call stepVerticalScoll', async(fakeAsync(() => { + fixture = TestBed.createComponent(TestComponent); + component = fixture.componentInstance; + let directiveEl = fixture.debugElement.query(By.directive(ScrollToElementDirective)); + let directiveInstance = directiveEl.injector.get(ScrollToElementDirective); + let stepSpy = sinon.spy(directiveInstance, 'stepVerticalScoll'); + + fixture.detectChanges(); + directiveInstance.performScrollAction(); + + // Big fake step to ensure all setTimeout actinos completed + tick(1000); + + // Check initial call based on test information was correct + stepSpy.getCall(0).args[0].should.equal(0.08, 0); + }))); + + it('should not action if no items matched for selected element', () => { + fixture = TestBed.createComponent(TestComponent); + component = fixture.componentInstance; + let directiveEl = fixture.debugElement.query(By.directive(ScrollToElementDirective)); + let directiveInstance = directiveEl.injector.get(ScrollToElementDirective); + let stepSpy = sinon.spy(directiveInstance, 'stepVerticalScoll'); + + directiveInstance.items = new QueryList(); + + directiveInstance.performScrollAction(); + + // Check no call + stepSpy.should.not.have.been.called; + }); + }); + + describe('#isOvershoot', () => { + + it('should detect positive overshoot', () => { + let directiveEl = fixture.debugElement.query(By.directive(ScrollToElementDirective)); + let directiveInstance = directiveEl.injector.get(ScrollToElementDirective); + + directiveInstance.isOvershoot(1, 10, 1).should.be.true; + }); + + it('should detect negative overshoot', () => { + let directiveEl = fixture.debugElement.query(By.directive(ScrollToElementDirective)); + let directiveInstance = directiveEl.injector.get(ScrollToElementDirective); + + directiveInstance.isOvershoot(-1, -10, -1).should.be.true; + }); + + }); + + describe('inputs', () => { + + it('should do nothing if data not initialised', async(fakeAsync(() => { + fixture = TestBed.createComponent(TestComponent); + component = fixture.componentInstance; + let directiveEl = fixture.debugElement.query(By.directive(ScrollToElementDirective)); + let directiveInstance = directiveEl.injector.get(ScrollToElementDirective); + + component.listItem = 'editorFileList2'; + let scrollMock = sinon.stub(directiveInstance, 'performScrollAction'); + + fixture.detectChanges(); + tick(); + + scrollMock.should.not.have.been.called; + }))); + + it('should call performScrollAction and data initialised', async(fakeAsync(() => { + fixture = TestBed.createComponent(TestComponent); + component = fixture.componentInstance; + let directiveEl = fixture.debugElement.query(By.directive(ScrollToElementDirective)); + let directiveInstance = directiveEl.injector.get(ScrollToElementDirective); + + // initialise data + directiveInstance.ngAfterContentInit(); + + // set input + component.listItem = 'editorFileList2'; + let scrollMock = sinon.stub(directiveInstance, 'performScrollAction'); + + fixture.detectChanges(); + tick(); + + scrollMock.should.have.been.called; + }))); + + it('should update when selecteditem changes and data initialised', async(fakeAsync(() => { + fixture = TestBed.createComponent(TestComponent); + component = fixture.componentInstance; + let directiveEl = fixture.debugElement.query(By.directive(ScrollToElementDirective)); + let directiveInstance = directiveEl.injector.get(ScrollToElementDirective); + + // initialise data + directiveInstance.ngAfterContentInit(); + + component.listItem = 'editorFileList2'; + let scrollMock = sinon.stub(directiveInstance, 'performScrollAction'); + + fixture.detectChanges(); + tick(); + + scrollMock.should.have.been.called; + }))); + }); +}); diff --git a/packages/composer-playground/src/app/directives/scroll/scroll-to-element.directive.ts b/packages/composer-playground/src/app/directives/scroll/scroll-to-element.directive.ts new file mode 100644 index 0000000000..607fad4fc8 --- /dev/null +++ b/packages/composer-playground/src/app/directives/scroll/scroll-to-element.directive.ts @@ -0,0 +1,85 @@ +import { + Directive, + ElementRef, + Input, + Renderer, + ContentChildren, + AfterContentInit, + QueryList +} from '@angular/core'; + +@Directive({ + selector: '[scroll-to-element]', +}) + +export class ScrollToElementDirective implements AfterContentInit { + + @Input() + set elementId(elementId) { + this._thing = elementId; + if (this._thing && this.initialised) { + this.performScrollAction(); + } + } + + @ContentChildren('editorFileList') items: QueryList; + + private _thing = null; + private initialised = false; + + constructor(private el: ElementRef, private renderer: Renderer) { + } + + ngAfterContentInit() { + this.initialised = true; + } + + performScrollAction() { + let element = this.el; + let selectedItem = this.retreiveSelectedItem(); + if (selectedItem && selectedItem.length > 0) { + let parentOffset = element.nativeElement.offsetTop; + let selectOffset = selectedItem[0].nativeElement.offsetTop; + + let endScrollTop = selectOffset - parentOffset - 10; + let startScrollTop = element.nativeElement.scrollTop; + let scrollDiff = startScrollTop - endScrollTop; + + let steps = 100; let timer = 0; let slow = 4; + let step = scrollDiff / steps; + let stepTarget = startScrollTop - step; + while (steps > 0) { + this.stepVerticalScoll(stepTarget, slow * timer); + timer++; // slow on approach to target + steps--; // while condition + stepTarget -= step; + // Prevent overshoot + if ( this.isOvershoot(scrollDiff, endScrollTop, stepTarget) ) { + steps = 0; + } + // Final adjust + if (steps === 0) { + this.stepVerticalScoll(endScrollTop, slow * timer); + } + } + } + } + + isOvershoot(scrollDiff, endScrollTop, stepTarget) { + if (scrollDiff < 0) { + return stepTarget > endScrollTop; + } else { + return stepTarget < endScrollTop; + } + } + + retreiveSelectedItem() { + return this.items.filter( (item) => { return item.nativeElement.id === this._thing; }); + } + + stepVerticalScoll(yLocation, duration) { + setTimeout(() => { + this.renderer.setElementProperty(this.el.nativeElement, 'scrollTop', yLocation); + }, duration); + } +} diff --git a/packages/composer-playground/src/app/editor/editor.component.html b/packages/composer-playground/src/app/editor/editor.component.html index 36ce78daed..99380d13b0 100644 --- a/packages/composer-playground/src/app/editor/editor.component.html +++ b/packages/composer-playground/src/app/editor/editor.component.html @@ -1,9 +1,9 @@