X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2Fsrc%2Ftokenizer.hh;fp=helm%2FDEVEL%2Fmathml_editor%2Fsrc%2Ftokenizer.hh;h=06731b91f9a53e36659793bff2713a3684e11677;hb=30060cffed61b88fe53e4d6386b606050d6dfda0;hp=0000000000000000000000000000000000000000;hpb=e6927665462cbbace76cff1b17d4f8badcb44eda;p=helm.git diff --git a/helm/DEVEL/mathml_editor/src/tokenizer.hh b/helm/DEVEL/mathml_editor/src/tokenizer.hh new file mode 100644 index 000000000..06731b91f --- /dev/null +++ b/helm/DEVEL/mathml_editor/src/tokenizer.hh @@ -0,0 +1,10 @@ + +#ifndef __tokenzier_hh__ +#define __tokenzier_hh__ + +#include +#include + +std::vector tokenize(const std::string&); + +#endif // __tokenzier_hh__