Symbol table package

octavian@earthlink.net (Peter Friend)
23 Mar 1999 00:32:56 -0500

          From comp.compilers

Related articles
Symbol table package octavian@earthlink.net (1999-03-23)
| List of all articles for this month |

From: octavian@earthlink.net (Peter Friend)
Newsgroups: comp.compilers
Date: 23 Mar 1999 00:32:56 -0500
Organization: Compilers Central
Keywords: symbols

I recently needed a symbol table package for several projects I was
working on (not compiler related). It uses a ternary search trie and
is pretty fast.


All of the source is included, do with it what you wish. I'll add the
GPL when I get a moment.


There are no man pages yet, just the incomplete CWEB document. I
wanted to make it available though, since the code is pretty much
done.


I hope someone finds it useful:


http://www.octavian.org/cs/tst.tar.gz


Suggestions for improvements and fixes are encouraged.


Peter


---
Software Engineer
EarthLink Network


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.