-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtpathdev.ijs
45 lines (42 loc) · 1.38 KB
/
tpathdev.ijs
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
NB. tpathdev.ijs - defines symbolic paths for CAL
NB. DEVELOPMENT (GitHub) VERSION for Gitrcal !!!
0 :0
Wednesday 24 April 2019 00:46:02
)
cocurrent 'z'
TPPP=: sort 2}. >cutopen 0 : 0
Name Owner Points to…
==== ===== =========
TPAR CAL t-table archive
TPAT TAB patch.ijs
TPCA TAB cal.ijs
TPCL CAL cal_log.txt
TPMC CAL manifest in CAL
TPMT TAB manifest in TABULA
TPMU UU manifest in UU
TPNG TAB toolbar png
TPSA CAL SAMPLE*s (-:TPCA)
TPTA TAB tabula.ijs
TPTT CAL t-table library
TPUC UU uuc.ijs
TPUF UU uuf.ijs
TPUM UU uum.ijs
TPUT TAB usertools.ijs
TPUU CAL uu.ijs
)
TPCA=: jpath'~Gitrcal' NB. path to CAL build
TPTA=: jpath'~Gitrtab' NB. path to TABULA build
TPUU=: jpath'~Gitruu' NB. path to UU build
TPMT=: TPTA NB. manifest in TABULA
TPAT=: TPTA NB. patch.ijs
TPUT=: TPTA NB. usertools.ijs
TPNG=: TPTA NB. toolbar png
TPTT=: jpath'~home/tabula-user' NB. t-table library
TPAR=: TPTT,'/ttarchive' NB. t-table archive
TPCL=: jpath'~home' NB. cal_log.txt
TPMC=: TPCA NB. manifest in CAL
TPMU=: TPUU NB. manifest in UU
TPSA=: TPCA NB. SAMPLE* t-tables
TPUC=: TPUU NB. uuc.ijs
TPUF=: TPUU NB. uuf.ijs
TPUM=: TPUU NB. uum.ijs