forked from GitHub/gf-core
started a subdir for the book
This commit is contained in:
31
book/examples/chapter2/LettersCnc.gf
Normal file
31
book/examples/chapter2/LettersCnc.gf
Normal file
@@ -0,0 +1,31 @@
|
||||
concrete LettersCnc of Letters = {
|
||||
|
||||
lincat L = Str ;
|
||||
lin
|
||||
a = "a" ;
|
||||
b = "b" ;
|
||||
c = "c" ;
|
||||
d = "d" ;
|
||||
e = "e" ;
|
||||
f = "f" ;
|
||||
g = "g" ;
|
||||
h = "h" ;
|
||||
i = "i" ;
|
||||
j = "j" ;
|
||||
k = "k" ;
|
||||
l = "l" ;
|
||||
m = "m" ;
|
||||
n = "n" ;
|
||||
o = "o" ;
|
||||
p = "p" ;
|
||||
q = "q" ;
|
||||
r = "r" ;
|
||||
s = "s" ;
|
||||
t = "t" ;
|
||||
u = "u" ;
|
||||
v = "v" ;
|
||||
w = "w" ;
|
||||
x = "x" ;
|
||||
y = "y" ;
|
||||
z = "z" ;
|
||||
}
|
||||
Reference in New Issue
Block a user