Skip to content

Commit

Permalink
Remove Parser
Browse files Browse the repository at this point in the history
Moved to a separate repository at amphp/parser.
  • Loading branch information
trowski committed Jun 8, 2017
1 parent 6eb83c1 commit 7a8d6d5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 210 deletions.
4 changes: 0 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,3 @@ This package offers some basic implementations, other libraries might provide ev

* [`ResourceOutputStream`](./resource-streams.md)
* [`ZlibOutputStream`](./compression-streams.md)

## Parser

* [`Parser`](./parser.md)
5 changes: 0 additions & 5 deletions docs/parser.md

This file was deleted.

42 changes: 0 additions & 42 deletions examples/simple-parser.php

This file was deleted.

119 changes: 0 additions & 119 deletions lib/Parser.php

This file was deleted.

40 changes: 0 additions & 40 deletions test/ParserTest.php

This file was deleted.

2 comments on commit 7a8d6d5

@kelunik
Copy link
Member

@kelunik kelunik commented on 7a8d6d5 Jun 8, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like you missed it in ./docs/_config.yml in the navigation.

@trowski
Copy link
Member Author

@trowski trowski commented on 7a8d6d5 Jun 9, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, yep. Fixed.

Please sign in to comment.