summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-05-29 10:21:16 -0400
committerBen Sima <ben@bsima.me>2021-05-29 10:37:23 -0400
commit72be8190609afcfd9058b3906ed709353c779b8c (patch)
tree1a9cfa373f6a18eb4d7668e218208ad10c1da48e
parent21f9f37b47ab4eefa2c1692794235b3dea4fee34 (diff)
fix names of glyphs
-rwxr-xr-xglyph71
1 files changed, 36 insertions, 35 deletions
diff --git a/glyph b/glyph
index 502ec74..c2dbd8e 100755
--- a/glyph
+++ b/glyph
@@ -18,41 +18,42 @@
;;; Dictionary and conversion functions
(define glyphs
- '((ace . #\space )
- (led . #\<)
- (lit . #\()
- (bar . #\|)
- (gap . #\newline)
- (gap . #\tab)
- (rit . #\))
- (bat . #\\)
- (ban . #\>)
- (lac . #\[)
- (bus . #\$)
- (hax . #\#)
- (mic . #\;)
- (cab . #\_)
- (hep . #\-)
- (rac . #\])
- (cen . #\%)
- (lob . #\{)
- (say . #\')
- (col . #\:)
- (rob . #\})
- (tar . #\*)
- (com . #\,)
- (ket . #\^)
- (tec . #\`)
- (yel . #\")
- (lus . #\+)
- (tis . #\=)
- (dot . #\.)
- (pad . #\&)
- (wut . #\?)
- (net . #\/)
- (pat . #\@)
- (sig . #\~)
- (zap . #\!)))
+ '(( ace . #\space )
+ ( bar . #\| )
+ ( bas . #\\ )
+ ( buc . #\$ )
+ ( cab . #\_ )
+ ( cen . #\% )
+ ( col . #\: )
+ ( com . #\, )
+ ( doq . #\" )
+ ( dot . #\. )
+ ( fas . #\/ )
+ ( gal . #\< )
+ ( gap . #\newline )
+ ( gap . #\tab )
+ ( gar . #\> )
+ ( hax . #\# )
+ ( hep . #\- )
+ ( kel . #\{ )
+ ( ker . #\} )
+ ( ket . #\^ )
+ ( lus . #\+ )
+ ( mic . #\; )
+ ( pal . #\( )
+ ( pam . #\& )
+ ( par . #\) )
+ ( pat . #\@ )
+ ( sel . #\[ )
+ ( ser . #\] )
+ ( sig . #\~ )
+ ( soq . #\' )
+ ( tar . #\* )
+ ( tic . #\` )
+ ( tis . #\= )
+ ( wut . #\? )
+ ( zap . #\! )
+ ))
(define (not-found x) (format "Not found in glyph dictionary: ~a" x))