Skip to content

Commit

Permalink
Fixed build badge
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroBone authored Apr 9, 2020
1 parent 0dbb30f commit 974b305
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Knife

<img alt="knife logo" align="right" width="100" height="100" src="/assets/logo_128.png">

[![Build Status](https://travis-ci.org/ZeroBone/Knife.svg?branch=master)](https://travis-ci.org/ZeroBone/Knife)

Knife is a tool that reads input grammar specification and converts it to a few Java classes that can parse the given grammar through a simple interface.

Knife doesn't require any external libraries or dependencies. All generation is done ahead-of-time. After generating the parsing classes you can just copy them into your project.
Expand Down Expand Up @@ -200,4 +203,4 @@ This software is licensed under the terms of the GNU General Public License, Ver

Copyright notice: this software uses [javapoet library](https://github.com/square/javapoet) for Java code generation which is licensed under the terms of the [Apache-2.0 License](https://github.com/square/javapoet/blob/master/LICENSE.txt). No changes to this library have been made.

See the LICENSE file for more details.
See the LICENSE file for more details.

0 comments on commit 974b305

Please sign in to comment.