Skip to content

Commit 74c7541

Browse files
authored
Update README.md
1 parent 5c0f6fa commit 74c7541

File tree

1 file changed

+14
-27
lines changed

1 file changed

+14
-27
lines changed

README.md

+14-27
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,19 @@
1-
# Jison
1+
_After 2.5 years of silence in [the original Jison repo](http://github.com/zaach/jison) the team behind AlaSQL have made this community fork to harvest some of the great pull requests. The code here will be released on npm as "jisons" (extra s) and just like the story about nodejs and iojs the hope is that the two repos can one day merge again._
22

3-
[![Join the chat at https://gitter.im/jison-parsers-lexers/Lobby](https://badges.gitter.im/jison-parsers-lexers/Lobby.svg)](https://gitter.im/jison-parsers-lexers/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4-
[![Build Status](https://travis-ci.org/GerHobbelt/jison.svg?branch=master)](https://travis-ci.org/GerHobbelt/jison)
5-
[![NPM version](https://badge.fury.io/js/jison-gho.svg)](http://badge.fury.io/js/jison-gho)
6-
[![Dependency Status](https://img.shields.io/david/GerHobbelt/jison.svg)](https://david-dm.org/GerHobbelt/jison)
7-
[![npm](https://img.shields.io/npm/dm/jison-gho.svg?maxAge=2592000)]()
8-
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/GerHobbelt/jison.svg)](http://isitmaintained.com/project/GerHobbelt/jison "Average time to resolve an issue")
9-
[![Percentage of issues still open](http://isitmaintained.com/badge/open/GerHobbelt/jison.svg)](http://isitmaintained.com/project/GerHobbelt/jison "Percentage of issues still open")
3+
![image](https://user-images.githubusercontent.com/1063454/80858332-0a3d7800-8c59-11ea-8aa5-1732610a619e.png)
104

11-
* [Issues](http://github.com/zaach/jison/issues)
12-
* [Discuss](https://gitter.im/jison-parsers-lexers/Lobby)
13-
* [Website](https://gerhobbelt.github.io/jison/)
14-
* [**Original** JISON Website](http://jison.org)
15-
* [NPM package: `jison-gho`](https://www.npmjs.com/package/jison-gho)
165

6+
**Update:**
177

8+
_Was happy to see how https://github.com/GerHobbelt/jison picked up from where the original Jison repo left - but after 1.5 years of silence a dependency of a dependency has started [breaking every build using fixed versioning of dependencies](https://user-images.githubusercontent.com/1063454/81633283-afe8a800-940c-11ea-9fcd-1606655a66e7.png). AlaSQL is therefore making this repo into a community fork of jison-gho instead - to make sure that Jison can still be used without breaking the builds._
189

19-
> # Notice
20-
>
21-
> This repository contains a fork maintained by GerHobbelt. The original JISON work has been done by Zachary Carter and is available in zaach/jison.
22-
>
23-
> For an overview of all changes \(fixes and features\), see the section [What's New or Different?](#user-content-whats-new-or-different) further below. See also [pullreq \#338](https://github.com/zaach/jison/pull/338).
10+
![image](https://user-images.githubusercontent.com/1063454/81633208-8039a000-940c-11ea-8685-b82257d3555c.png)
11+
12+
13+
----
2414

2515

16+
# Jisons
2617

2718

2819
## An API for creating parsers in JavaScript
@@ -36,24 +27,20 @@ Briefly, Jison takes a JSON encoded grammar or Bison style grammar and outputs a
3627

3728
## Installation
3829

39-
Jison can be installed for [Node](http://nodejs.org) using [`npm`](http://github.com/isaacs/npm/)
40-
41-
Using npm:
30+
Install globally
4231

4332
```
44-
npm install jison-gho -g
33+
npm install jisons -g
4534
```
4635

4736

48-
49-
50-
## Usage from the command line
37+
## Usage
5138

5239
Clone the github repository for examples:
5340

5441
```
55-
git clone git://github.com/GerHobbelt/jison.git
56-
cd jison/examples
42+
npx degit AlaSQL/jisons/examples jison-examples
43+
cd jison-examples
5744
```
5845

5946
Now you're ready to generate some parsers:

0 commit comments

Comments
 (0)