Skip to content

Commit

Permalink
Update url.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jul 20, 2020
1 parent ca92f99 commit abf2b75
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
[![Build Status](https://travis-ci.com/jcs090218/parse-it.svg?branch=master)](https://travis-ci.com/jcs090218/parse-it)
[![Build Status](https://travis-ci.com/jcs-elpa/parse-it.svg?branch=master)](https://travis-ci.com/jcs-elpa/parse-it)
[![MELPA](https://melpa.org/packages/parse-it-badge.svg)](https://melpa.org/#/parse-it)
[![MELPA Stable](https://stable.melpa.org/packages/parse-it-badge.svg)](https://stable.melpa.org/#/parse-it)
[![Release Tag](https://img.shields.io/github/tag/jcs-elpa/parse-it.svg?label=release)](https://github.com/jcs-elpa/parse-it/releases/latest)
[![Emacs Ver.](https://img.shields.io/badge/Emacs-25.1+-blue.svg)](https://www.gnu.org/software/emacs/)
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)


# parse-it
> Basic Parser in Emacs Lisp.
For most of the `major-mode` that needed a parser to act correctly. This is
a regular expression base parser. The goal of this project is to generate AST for
targeting programming language.


## Supported Langauges

* ActionScript - `actionscript`
Expand All @@ -39,7 +37,6 @@ targeting programming language.
* TypeScript - `typescript`
* XML - `xml`


## Try it yourself!

You can simply test with any script like the code under.
Expand All @@ -51,7 +48,6 @@ You can simply test with any script like the code under.

All tokens are listed under programming language's file itself.


## How to write one parser/AST for your favorite language?

There are 4 files you need to know before you write your own parser/AST.
Expand All @@ -72,7 +68,6 @@ language `C`. If you are trying to implement c-like programming language you sho
out `parse-it-c.el` and reuse those identifier regular expression within that
file.


## Contribution

If you would like to contribute to this project, you may either
Expand Down

0 comments on commit abf2b75

Please sign in to comment.