summaryrefslogtreecommitdiff
path: root/config/list
diff options
context:
space:
mode:
authorGilles Dubochet <gilles.dubochet@epfl.ch>2005-11-28 17:40:44 +0000
committerGilles Dubochet <gilles.dubochet@epfl.ch>2005-11-28 17:40:44 +0000
commit990c85f22f23b4a6745d2ed5c061e8767c058684 (patch)
treeec917971963cbc3030f1f86ca196a5189628bc97 /config/list
parent83e70dd503cfd958cd6783df1f48ae8b98f31757 (diff)
downloadscala-990c85f22f23b4a6745d2ed5c061e8767c058684.tar.gz
scala-990c85f22f23b4a6745d2ed5c061e8767c058684.tar.bz2
scala-990c85f22f23b4a6745d2ed5c061e8767c058684.zip
A simple version of Codification framework that...
A simple version of Codification framework that has the following limitations: - it does not provide types which are too difficult to get. - it only covers simple code: no if, no matching, no class or object definitions etc. - it is only applied to typed code functions. ** This is a temporary version for Fatemeh to work on **
Diffstat (limited to 'config/list')
-rw-r--r--config/list/library.lst1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/list/library.lst b/config/list/library.lst
index cfe1d974e7..64e1cf4f65 100644
--- a/config/list/library.lst
+++ b/config/list/library.lst
@@ -226,6 +226,7 @@ reflect/Code.scala
reflect/Symbol.scala
reflect/Type.scala
reflect/TypedCode.scala
+reflect/Print.scala
runtime/AtomicReference.java
runtime/BooleanRef.java