root/trunk/thune/charset.h

Revision 186, 281 bytes (checked in by krobillard, 2 years ago)

Thune - Can now tokenize int! as hexadecimal.

Line 
1#ifndef CHARSET_H
2#define CHARSET_H
3
4
5extern uint8_t charset_white[32];
6extern uint8_t charset_delimiters[32];
7extern uint8_t charset_sword[32];
8extern uint8_t charset_word[32];
9extern uint8_t charset_binary[32];
10extern uint8_t charset_hex[32];
11
12
13#endif /*CHARSET_H*/
Note: See TracBrowser for help on using the browser.