comparison src/tokenizer.cpp @ 72:e6a2d0be7c5e

start coding on new config syntax
author carl
date Sun, 10 Jul 2005 13:28:33 -0700
parents dd21c8e13074
children 2b369f7db7bf
comparison
equal deleted inserted replaced
71:dd21c8e13074 72:e6a2d0be7c5e
1 /*
2
3 Copyright (c) 2004 Carl Byington - 510 Software Group, released under
4 the GPL version 2 or any later version at your choice available at
5 http://www.fsf.org/licenses/gpl.txt
6
7 */
8
1 #include "context.h" 9 #include "context.h"
2 10
3 static char* tokenizer_version="$Id:"; 11 static char* tokenizer_version="$Id:";
4 12
5 enum state {s_init, 13 enum state {s_init,