[Commit] mint-2004b mint.bib,1.2,1.3

Keith Packard commit at keithp.com
Wed Dec 1 14:14:33 PST 2004


Committed by: keithp

Update of /local/src/CVS/mint-2004b
In directory home.keithp.com:/tmp/cvs-serv26586

Modified Files:
	mint.bib 
Log Message:
Add some compiler development texts to the bibliography (no text references yet)

Index: mint.bib
===================================================================
RCS file: /local/src/CVS/mint-2004b/mint.bib,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mint.bib	1 Dec 2004 08:08:17 -0000	1.2
+++ mint.bib	1 Dec 2004 22:14:31 -0000	1.3
@@ -53,3 +53,35 @@
   year =         "1989",
 }
 
+ at book{fraserhansen,
+  author = "Christopher Fraser and David Hanson",
+  title = "{A Retargetable C Compiler: Design and Implementation}",
+  publisher = "Benjamin Cummings",
+  year = 1995,
+  ISBN = "0-8053-1670-1"
+}
+
+ at book {prattzelkowitz,
+  author = "Terrence W. Pratt and Marvin V. Zelkowitz",
+  title = "Programming Languages: Design and Implementation",
+  edition = "Fourth Edition",
+  publisher = "Prentice Hall",
+  year = 2001,
+  ISBN = "0-13-027678-2",
+}
+
+ at book {reddragon,
+  author = "Alfred V. Aho and Ravi Sethi and Jeffery D. Ullman",
+  title = "Compilers: Principles, Techniques and Tools",
+  publisher = "Addison-Wesley",
+  year = 1986,
+  ISBN = "0201100886",
+}
+
+ at book {greendragon,
+  author = "Alfred V. Aho and Jeffery D. Ullman",
+  title = "Principles of Compiler Design",
+  publisher = "Addison, Wesley",
+  year = 1977,
+  ISBN = "0-201-00022-9",
+}




More information about the Commit mailing list