Skip to content
Snippets Groups Projects
Commit f765239d authored by yangni's avatar yangni
Browse files

init index files

parent dfda4202
No related branches found
No related tags found
1 merge request!1Add makefile for everyone and tests for the indexer
#include "Indexer.h"
Indexer::Indexer() {
}
\ No newline at end of file
/*
Objective: Pulls small dictionaries from the parser and merges them into the
master index.
*/
class Indexer {
public:
Indexer();
private:
};
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment