summaryrefslogtreecommitdiff
path: root/next-lib/src/latin/notes.txt
blob: cd9bd570586f0d1447a4dec1b7d46ef5ed673aed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Renaming on Mac:

  for each in *Eng.gf ;  
  do 
  mv $each $(basename $each Eng.gf)Lat.gf
  done

In-place change:

  sed -e 's/Eng/Lat/g' -i *Lat.gf

Start with the following:

concrete GrammarLat of Grammar = 
  NounLat, 
  VerbLat, 
  AdjectiveLat,
--  AdverbLat,
--  NumeralLat,
  SentenceLat,
--  QuestionLat,
--  RelativeLat,
--  ConjunctionLat,
--  PhraseLat,
  TextX,
  StructuralLat,
--  IdiomLat