/tutorial/ace/example3.ace

http://github.com/tybor/Liberty · Unknown · 40 lines · 27 code · 13 blank · 0 comment · 0 complexity · 2749428e0a7ac3964c2b84d358bbbf4e MD5 · raw file

  1. -- To launch the compilation with this file, just type:
  2. --
  3. -- compile example3.ace
  4. --
  5. -- In this example, only one class (the root class) is traced by the Liberty
  6. -- Eiffel debugger.
  7. --
  8. system
  9. -- Because this is also the second example of tutorial/number
  10. "number2"
  11. root
  12. EXAMPLE2: make
  13. default
  14. verbose (no);
  15. -- Yes is the equivalent of the -verbose flag
  16. assertion (no);
  17. trace (no);
  18. debug (no);
  19. cluster
  20. "${path_tutorial}/number"
  21. default
  22. trace (yes)
  23. end
  24. "${path_liberty_core}/loadpath.se"
  25. external
  26. generate
  27. end