Re: Code submitted to RDS
- Posted by Daryl Border <Darylb5 at aol.com> Jan 26, 2005
- 468 views
Alexander Toresson asked: What did your code do? And what code is it? The code built a list of files included by each file in the program. When the parser encountered duplicate global symbols, my code would check each symbol to see if it was in the include path for the current file. If one and only one symbol was included either directly or indirectly by the current file, it would use that symbol. Otherwise it would abort normally. The code is in the archive. A search for "scanner.e" should find the file. Daryl Border