Add Bocfel interpreter
[projects/chimara/chimara.git] / interpreters / bocfel / dict.h
1 #ifndef DICTIONARY_H
2 #define DICTIONARY_H
3
4 #include <stdint.h>
5
6 void tokenize(uint16_t, uint16_t, uint16_t, int);
7
8 void ztokenise(void);
9 void zencode_text(void);
10
11 #endif