From: HH Date: 2006-12-26T16:00:23+09:00 Subject: Re: Dhaka 0.0.5 bugfix Can you provide any additional examples? For example, creating a simple DSL like LOGO using Dhaka? I think it would really help me understand how to use this library. I think the idea and the concept behind it is quite wonderful! For example, when building a tokenizer -- can i have a word as a "token" such as "canary" or does each token have to be a single character? Based on the examples, they appear to only be single characters -- I'm doing my best to abstract the information of the examples -- as to what is part of the library and what is defined by the user of the library (e.g. is :idle_state a key symbol for the library?) I'll dig into the actually library code at some point. Thanks for this!