chevrotain
Advanced tools
Comparing version 0.5.10 to 0.5.11
@@ -1,2 +0,2 @@ | ||
/*! chevrotain - v0.5.10 - 2015-12-19 */ | ||
/*! chevrotain - v0.5.11 - 2015-12-23 */ | ||
declare module chevrotain { | ||
@@ -3,0 +3,0 @@ module lang { |
{ | ||
"name": "chevrotain", | ||
"version": "0.5.10", | ||
"version": "0.5.11", | ||
"description": "Chevrotain is a high performance fault Tolerant Javascript parsing DSL for building recursive decent parsers", | ||
@@ -44,3 +44,3 @@ "keywords": [ | ||
"scripts": { | ||
"test": "grunt test", | ||
"test": "grunt test && npm link && bash ./scripts/test_examples.sh", | ||
"release_patch": "node scripts/pre_release_build.js patch && grunt build && node scripts/post_release_build.js patch && upload_docs.bat", | ||
@@ -53,3 +53,3 @@ "release_minor": "node scripts/pre_release_build.js minor && grunt build && node scripts/post_release_build.js minor && upload_docs.bat" | ||
"devDependencies": { | ||
"typescript": "~1.6.2", | ||
"typescript": "~1.7.5", | ||
"chai": "^3.4.1", | ||
@@ -64,3 +64,3 @@ "coveralls": "^2.11.4", | ||
"grunt-mocha-istanbul": "^3.0.1", | ||
"grunt-ts": "~5.2.0", | ||
"grunt-ts": "~5.3.0-beta.2", | ||
"grunt-tslint": "~3.0.0", | ||
@@ -81,5 +81,5 @@ "grunt-typedoc": "^0.2.3", | ||
"semver": "^5.1.0", | ||
"tslint": "~3.0.0", | ||
"tslint": "^3.0.0", | ||
"wrench": "~1.5.8" | ||
} | ||
} |
@@ -12,3 +12,3 @@ [![Build Status](https://travis-ci.org/SAP/chevrotain.svg?branch=master)](https://travis-ci.org/SAP/chevrotain) | ||
## [Try it online](http://sap.github.io/chevrotain/playground/) | ||
## [---> Try it online <---](http://sap.github.io/chevrotain/playground/) | ||
@@ -46,16 +46,12 @@ ## Features | ||
**[Online version](http://sap.github.io/chevrotain/playground/)** | ||
**Online tutorial** | ||
* [step #1 Building a lexer](http://sap.github.io/chevrotain/playground/?example=tutorial%20lexer) | ||
* [step #2 Implementing a grammar](http://sap.github.io/chevrotain/playground/?example=tutorial%20grammar) | ||
* [step #3 Adding actions to the grammar](http://sap.github.io/chevrotain/playground/?example=tutorial%20actions) | ||
**[Related Repos](https://github.com/SAP?utf8=%E2%9C%93&query=chevrotain)** | ||
**[Examples](https://github.com/SAP/chevrotain/blob/master/examples)** | ||
Runnable (and debuggable) examples: | ||
* [Json Parser](https://github.com/sap/examples_nodejs_chevrotain/blob/master/jsonParser.js) | ||
* [Simple Calculator](https://github.com/sap/examples_nodejs_chevrotain/blob/master/calculator.js) | ||
* [ECMAScript5 Parser](https://github.com/sap/examples_ecma5_typescript_chevrotain/blob/master/src/ecmascript5_parser.ts) | ||
* [Lexer advanced features](https://github.com/sap/examples_lexer_chevrotain/) | ||
## Documentation | ||
* [Latest released version's HTML docs](http://sap.github.io/chevrotain/documentation) | ||
* [Parsing DSL](http://sap.github.io/chevrotain/documentation/0_5_3/classes/chevrotain.parser.html#at_least_one) | ||
* [Parsing DSL](http://sap.github.io/chevrotain/documentation/0_5_11/classes/chevrotain.parser.html#at_least_one) | ||
@@ -80,3 +76,3 @@ * Annotated source code (dev version): | ||
* The dependency to lodash is imported via [UMD](https://github.com/umdjs/umd), | ||
in order to make chevrotain.js portable to multiple environments. | ||
in order to make chevrotain.js portable to multiple environments (browser global / require.js / node.js) | ||
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1666718
76