chap9 707 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .NH 1
  2. References
  3. .IP [1]
  4. Dennis M. Ritchie,
  5. .I
  6. C Reference Manual,
  7. .R
  8. Bell Laboratories,
  9. Murray Hill,
  10. New Jersey,
  11. 1978.
  12. .IP [2]
  13. B.W. Kernighan and D.M. Ritchie,
  14. .I
  15. The C Programming Language,
  16. .R
  17. Prentice Hall,
  18. 1978.
  19. .IP [3]
  20. Eric H. Baalbergen, Dick Grune, Maarten Waage,
  21. .I
  22. The CEM Compiler,
  23. .R
  24. Manual IM-4, Vrije Universiteit, Amsterdam,
  25. 1985.
  26. .IP [4]
  27. Andrew S. Tanenbaum et al.,
  28. .I
  29. A practical tool kit for making portable compilers,
  30. .R
  31. Comm. ACM,
  32. Sep. 1983.
  33. .IP [5]
  34. S. C. Johnson,
  35. .I
  36. Lint, a C program verifier,
  37. .R
  38. Bell Laboratories,
  39. Murray Hill,
  40. New Jersey,
  41. 1978.
  42. .IP [6]
  43. Dick Grune, Ceriel J. H. Jacobs,
  44. .I
  45. A Programmer-friendly LL(1) Parser Generator,
  46. .R
  47. IR 127, Vrije Universiteit, Amsterdam,
  48. 1987.