-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathplt-install
executable file
·19 lines (19 loc) · 961 Bytes
/
plt-install
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/tcsh -f
plt-r6rs --install --force AD.ss
plt-r6rs --install --force QobiScheme.ss
plt-r6rs --install --force deterministic-memoization.ss
plt-r6rs --install --force games.ss
plt-r6rs --install --force lazy-stochastic-montague-grammar.ss
plt-r6rs --install --force nondeterministic-constraints.ss
plt-r6rs --install --force nondeterministic-memoization.ss
plt-r6rs --install --force nondeterministic-promises.ss
plt-r6rs --install --force nondeterministic-recognizer.ss
plt-r6rs --install --force nondeterministic-scheme.ss
plt-r6rs --install --force nondeterministic-stochastic-memoization.ss
plt-r6rs --install --force reduced-gradient.ss
plt-r6rs --install --force stochastic-constraints.ss
plt-r6rs --install --force stochastic-memoization.ss
plt-r6rs --install --force stochastic-montague-grammar.ss
plt-r6rs --install --force stochastic-promises.ss
plt-r6rs --install --force stochastic-recognizer.ss
plt-r6rs --install --force stochastic-scheme.ss