#include <string.h>
#include "../sexpress/sexpress.hpp"
#include "../sexpress/shashtbl.hpp"
#include "sreader.hpp"
Include dependency graph for hshread.cpp:
Go to the source code of this file.
Functions | |
void | add_hashtables_to_reader (class IntelibReader &reader) |
Tune a reader to recognize hash tables. |
|
Tune a reader to recognize hash tables. Make the given reader object recognize constructs like #S(EQL (KEY . VAL) ...) and return the appropriately constructed object of the SExpressionHashTable class Definition at line 50 of file hshread.cpp. Referenced by LispReader::LispReader(), and SchemeReader::SchemeReader(). |