summaryrefslogtreecommitdiff
path: root/provider/posts/thermoprint/4.md
diff options
context:
space:
mode:
Diffstat (limited to 'provider/posts/thermoprint/4.md')
-rw-r--r--provider/posts/thermoprint/4.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/provider/posts/thermoprint/4.md b/provider/posts/thermoprint/4.md
index 756c166..c9775dc 100644
--- a/provider/posts/thermoprint/4.md
+++ b/provider/posts/thermoprint/4.md
@@ -2,11 +2,11 @@
2title: On the Design of a Parser 2title: On the Design of a Parser
3published: 2016-01-12 3published: 2016-01-12
4tags: Thermoprint 4tags: Thermoprint
5repo: https://git.yggdrasil.li/thermoprint?h=rewrite
6base: https://git.yggdrasil.li/thermoprint/tree/bbcode?h=rewrite&id=dc99dae
5--- 7---
6 8
7The concrete application we’ll be walking through is a naive parser for [bbcode](https://en.wikipedia.org/wiki/BBCode) 9The 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
9[git repo](https://git.yggdrasil.li/thermoprint/tree/bbcode?h=rewrite&id=dc99dae).
10 10
11In a manner consistent with designing software as 11In 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