This is a tool to help trace Lua API calls. The program ctrace.lua reads
lua.h and outputs ctrace.c and ctrace.h. In your client code, change lua.h
to ctrace.h and rebuild, linking ctrace.o with it. A trace of Lua API calls
will appear in stdout when you run your program.

To install, edit Makefile to reflect your installation of Lua.
Then run "make". To see a test, run "make test".

This code is hereby placed in the public domain.
Please send comments, suggestions, and bug reports to lhf@tecgraf.puc-rio.br .
