]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/src/tokenizer.hh
Initial revision
[helm.git] / helm / DEVEL / mathml_editor / src / tokenizer.hh
diff --git a/helm/DEVEL/mathml_editor/src/tokenizer.hh b/helm/DEVEL/mathml_editor/src/tokenizer.hh
new file mode 100644 (file)
index 0000000..06731b9
--- /dev/null
@@ -0,0 +1,10 @@
+
+#ifndef __tokenzier_hh__
+#define __tokenzier_hh__
+
+#include <string>
+#include <vector>
+
+std::vector<TToken> tokenize(const std::string&);
+
+#endif // __tokenzier_hh__