chap-3.tex 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. \input setup % -*- Mode: TeX -*-
  2. \beginchapter{3}{Evaluation and Compilation}{ChapThree}{EvaluationAndCompilation}
  3. \beginSection{Evaluation}
  4. \DefineSection{Evaluation}
  5. \input concept-eval
  6. \endSection%{Evaluation}
  7. \beginSection{Compilation}
  8. \DefineSection{Compilation}
  9. \input concept-compile
  10. \endSection%{Compilation}
  11. \beginSection{Declarations}
  12. \DefineSection{Declarations}
  13. \input concept-decls
  14. \endSection%{Declarations}
  15. \beginSection{Lambda Lists}
  16. \DefineSection{LambdaLists}
  17. \input concept-bvl
  18. \endSection%{Lambda Lists}
  19. \beginSection{Error Checking in Function Calls}
  20. \DefineSection{FuncallErrorChecking}
  21. \input concept-args
  22. \endSection%{Error Checking in Function Calls}
  23. \beginSection{Traversal Rules and Side Effects}
  24. \DefineSection{TraversalRules}
  25. \input concept-traversal
  26. \endSection%{Traversal Rules and Side Effects}
  27. \beginSection{Destructive Operations}
  28. \DefineSection{DestructiveOperations}
  29. \input concept-destruction
  30. \endSection%{Destructive Operations}
  31. \includeDictionary{dict-eval-compile}
  32. \endchapter
  33. \bye