diff options
author | Mike Gerwitz <gerwitm@lovullo.com> | 2016-08-23 11:04:50 -0400 |
---|---|---|
committer | Mike Gerwitz <gerwitm@lovullo.com> | 2016-08-23 11:04:50 -0400 |
commit | ea3edc18caf803e80b947b9d29e2bb20069dff93 (patch) | |
tree | 18bd77f56c62d42842fae9fa23a380d6658bd0e5 /doc | |
parent | 83599cef704e58624788a67be546ef3f7190855d (diff) | |
download | tame-ea3edc18caf803e80b947b9d29e2bb20069dff93.tar.gz tame-ea3edc18caf803e80b947b9d29e2bb20069dff93.tar.bz2 tame-ea3edc18caf803e80b947b9d29e2bb20069dff93.zip |
Initial symbol documentation, find-symbol
* doc/tame.texi: Include `Symbol Table'.
* src/symtable.xsl: Added.
* test/symtable.xspec: Added, testing `find-symbol'.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tame.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/tame.texi b/doc/tame.texi index bd7f18e..ea3d9e1 100644 --- a/doc/tame.texi +++ b/doc/tame.texi @@ -53,6 +53,7 @@ Free Documentation License". @menu * Preprocessor:: Metaprogramming system * Dependency Graph:: Dependency processing and flow analysis +* Symbol Table:: Lookup table for all objects * License:: Document License @end menu @@ -109,6 +110,7 @@ Free Documentation License". @c chapter @raisesections @include ../src/graph.texi +@include ../src/symtable.texi @lowersections @include license.texi |