commit 0897e6b49e94a89f4e4c30b08b1929133a7409b6
parent 78f08016f4dba8d7668b2bb9725df97e7c158ce7
Author: vh <vetle.haflan@gmail.com>
Date: Wed, 21 Nov 2018 11:52:28 +0100
Add some notes from paper
Diffstat:
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/syntax.md b/syntax.md
@@ -30,3 +30,17 @@ v2.0 (proposal)
v3.0 (proposal)
---------------
- Diagonal lines `/`, `\`, for instance for
+
+
+Functionality
+=============
+
+- Symbols that can be found unprocessed: ` `, `+`, `<`, `^`
+ + Nothing to do: ` `
+ + Rectangle detection: `+`
+ + Line detection: `+`, `<`, `^`
+- Symbols that can [only] be found during line processing:
+ + [`>`, `v`]
+ + `+`, `|`, `-`
+
+