diff options
Diffstat (limited to 'provider')
-rw-r--r-- | provider/posts/thermoprint-4.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/provider/posts/thermoprint-4.md b/provider/posts/thermoprint-4.md index f6bc4ea..0d62da5 100644 --- a/provider/posts/thermoprint-4.md +++ b/provider/posts/thermoprint-4.md | |||
@@ -6,7 +6,7 @@ tags: Thermoprint | |||
6 | 6 | ||
7 | The concrete application we’ll be walking through is a naive parser for [bbcode](https://en.wikipedia.org/wiki/BBCode) | 7 | The concrete application we’ll be walking through is a naive parser for [bbcode](https://en.wikipedia.org/wiki/BBCode) |
8 | -- more specifically the contents of the directory `bbcode` in the | 8 | -- more specifically the contents of the directory `bbcode` in the |
9 | [git repo](http://git.yggdrasil.li/thermoprint?h=rewrite). | 9 | [git repo](http://git.yggdrasil.li/thermoprint/tree/bbcode?h=rewrite&id=dc99dae). |
10 | 10 | ||
11 | In a manner consistent with designing software as | 11 | In a manner consistent with designing software as |
12 | [compositions of simple morphisms](https://en.wikipedia.org/wiki/Tacit_programming) we start by determining the type of | 12 | [compositions of simple morphisms](https://en.wikipedia.org/wiki/Tacit_programming) we start by determining the type of |