home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d167 / cdecl.lha.pi < prev    next >
Text File  |  1994-03-06  |  714b  |  27 lines

  1. .name
  2. CDecl
  3. .type
  4. Programming Utility
  5. .author
  6. Graham Ross with enhancements by David Wolverton,
  7. Tony Hansen, Merlyn LeRoy, Udi Finkelstein and probably others!
  8. .requirements
  9. Tested on A500 w. 1M, but should run on all Amigas.
  10. .description
  11. English to C (and vice versa) translator for C
  12. declarations.  This little gem will translate english
  13. such as "declare foo as pointer to function returning
  14. pointer to array 10 of pointer to long" into
  15. "long *(*(*foo)())[10]", and vice versa.  Update from
  16. version on disk number 114. Includes source.
  17. .short
  18. Convert C declarations to/from english.
  19. .source
  20. C/Yacc/Lex.
  21. .construction
  22. Manx C 3.6A, large code/data.
  23. .email
  24. finkel@libra.math.tau.ac.il
  25. .described-by
  26. Udi Finkelstein
  27.