From d03c5549a65b1f21daacb623e16bea584dd6a082 Mon Sep 17 00:00:00 2001 From: rocky Date: Tue, 28 Nov 2017 18:50:46 -0500 Subject: [PATCH] Add link to parser --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ee013c16..ef423c06 100644 --- a/README.rst +++ b/README.rst @@ -18,7 +18,7 @@ Why this? --------- Ok, I'll say it: this software is amazing. It is a little more than -just your normal hacky decompiler. Using compiler technology, the +just your normal hacky decompiler. Using compiler_ technology, the programs creates a parse tree of the program from the instructions; nodes at the upper levels that look like they come from a Python AST. So we can really classify and understand what's going on in @@ -203,6 +203,7 @@ See Also .. _trepan: https://pypi.python.org/pypi/trepan2 +.. _compiler: https://pypi.python.org/pypi/spark_parser .. _HISTORY: https://github.com/rocky/python-uncompyle6/blob/master/HISTORY.md .. _debuggers: https://pypi.python.org/pypi/trepan3k .. _remake: https://bashdb.sf.net/remake