#include "../sexpress/sexpress.hpp"
#include "../sexpress/svector.hpp"
#include "sreader.hpp"
Include dependency graph for vecread.cpp:
Go to the source code of this file.
Functions | |
void | add_vectors_to_reader (class IntelibReader &reader) |
Tune a reader to recognize vectors. |
|
Tune a reader to recognize vectors. Make the given reader object recognize constructs like #(1 2 3) or #~(1 2 3) and return the appropriate vectors, respectively, of fixed or variable size Definition at line 45 of file vecread.cpp. Referenced by LispReader::LispReader(), and SchemeReader::SchemeReader(). |