diff options
author | Jed Barber <jjbarber@y7mail.com> | 2021-02-02 17:25:27 +1100 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2021-02-02 17:25:27 +1100 |
commit | 5265cb93699114e05fcea667597ea96cf3f4b2f4 (patch) | |
tree | 27cb03eae555b325e2b5f31c48001f5574225432 /project/templates/index.html | |
parent | 7337c888db6cb9adf2e26cbd85724ef9f760bbe0 (diff) |
Packrat parser combinator article added
Diffstat (limited to 'project/templates/index.html')
-rw-r--r-- | project/templates/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/project/templates/index.html b/project/templates/index.html index dfe396b..3a66532 100644 --- a/project/templates/index.html +++ b/project/templates/index.html @@ -16,6 +16,9 @@ {% block content %} <ul class="index"> + <li><a href="/packrat.html">Packrat Parser Combinator Library</a><br> + <span class="post">(Posted 2/2/2021)</span></li> + <li><a href="/integral.html">Area Under the Curve of a Complex Integral</a><br> <span class="post">(Posted 29/12/2018)</span></li> |