Skip to content

Commit

Permalink
Update README and yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joente committed Dec 7, 2021
1 parent dad76e0 commit 16054a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: CI
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master

jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![CI](https://github.com/transceptor-technology/pyleri/workflows/CI/badge.svg)](https://github.com/transceptor-technology/pyleri/actions)
[![Release Version](https://img.shields.io/github/release/transceptor-technology/pyleri)](https://github.com/transceptor-technology/pyleri/releases)

Python Left-Right Parser
========================
Pyleri is an easy-to-use parser created for [SiriDB](http://siridb.net/). We first used [lrparsing](http://lrparsing.sourceforge.net/doc/html/) and wrote [jsleri](https://github.com/transceptor-technology/jsleri) for auto-completion and suggestions in our web console. Later we found small issues within the `lrparsing` module and also had difficulties keeping the language the same in all projects. That is when we decided to create Pyleri which can export a created grammar to JavaScript, C, Python, Go and Java.
Expand Down

0 comments on commit 16054a4

Please sign in to comment.