Skip to content

Commit 0158737

Browse files
Merge pull request #3 from vojtech-dobes/polish
Add GitHub Actions badge to readme
2 parents 5999e3d + 5aa652b commit 0158737

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# 📓 Grammar Processing for PHP
22

3+
![Checks](https://github.com/vojtech-dobes/php-grammar-processing/actions/workflows/checks.yml/badge.svg?branch=master&event=push)
4+
35
This library provides convenient APIs for describing a context-free grammar, and subsequently using it to build an abstract syntax tree and analyze it for an arbitrary purpose.
46

57

0 commit comments

Comments
 (0)