Add Bocfel interpreter
[projects/chimara/chimara.git] / interpreters / bocfel / dict.h
diff --git a/interpreters/bocfel/dict.h b/interpreters/bocfel/dict.h
new file mode 100644 (file)
index 0000000..e1c8c02
--- /dev/null
@@ -0,0 +1,11 @@
+#ifndef DICTIONARY_H
+#define DICTIONARY_H
+
+#include <stdint.h>
+
+void tokenize(uint16_t, uint16_t, uint16_t, int);
+
+void ztokenise(void);
+void zencode_text(void);
+
+#endif