Skip to content

Commit

Permalink
Doc links added
Browse files Browse the repository at this point in the history
  • Loading branch information
dabeaz committed Feb 22, 2020
1 parent 1fac9fe commit b01f160
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ virtual environment.
PLY has no third-party dependencies.

The docs/ directory contains complete documentation on how to use
the system.
the system. Documentation available at https://ply.readthedocs.io

The example directory contains several different examples including a
PLY specification for ANSI C as given in K&R 2nd Ed.
Expand All @@ -109,6 +109,11 @@ about any platform.

Resources
=========

Official Documentation is available at:

* https://ply.readthedocs.io

More information about PLY can be obtained on the PLY webpage at:

* http://www.dabeaz.com/ply
Expand Down Expand Up @@ -254,6 +259,13 @@ patches to fix problems. At this time, PLY is mature software and new
features are no longer being added. If you think you have found a
bug, please visit the PLY Github page at https://github.com/dabeaz/ply
to report an issue.

Take a Class!
=============

If you'd like to learn more about compiler principles and have a go at
implementing a compiler, come take a course.
https://www.dabeaz.com/compiler.html.

-- Dave

Expand Down

0 comments on commit b01f160

Please sign in to comment.