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=89262281b6e83bd2321150f81f1a0583645eb0c8;hp=0000000000000000000000000000000000000000;hpb=b1fb6b8e1767d775bc452303629e95941d142bea;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__