From 4736bcc4f112602b047c3c7ae962203db89494a1 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Wed, 29 Aug 2018 07:52:47 -0700 Subject: calt: extends .case substitution on the left side up to five glyphs. Closes #57 --- docs/lab/index.html | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'docs/lab/index.html') diff --git a/docs/lab/index.html b/docs/lab/index.html index c32742bd2..3ced1f065 100644 --- a/docs/lab/index.html +++ b/docs/lab/index.html @@ -153,11 +153,16 @@ A*Y V*V W*W N*N X*X Λ*Λ Σ*Σ Δ*Δ Y*Y &* calt case should cascade: -U() U[] U{} — rightx should be rightx.case -()U []U {}U — special-cased as "delim' delim -> delim.case" -U--- — all hyphens should be hyphen.case ----U — only the hyphen next to U should be hyphen.case -U-→(){}[]* +U() U[] U{} rightx should be rightx.case +()U []U {}U special-cased as "delim' delim -> delim.case" +---U--- all hyphens should be hyphen.case +U-→(){}[]* all should be .case + +left side cascades up to 5 characters: +******ABBA****** +------M------ +@@@@@@M@@@@@@ +++++++M++++++ `) // From http://justanotherfoundry.com/generator -- cgit v1.2.3