Re: [Factor-talk] Parse ini file

2009-12-04 Thread Jean-François Bigot
Hi I tried once to do something like that. It's probably far simplier that what you want, but you can find the source at http://thread.gmane.org/gmane.comp.lang.factor.general/2475 I didn't tested this for a long time, I don't know if it still works. Jeff Le 30 nov. 09 à 05:15, Le Hoang

Re: [Factor-talk] Parse ini file

2009-12-04 Thread Hugo Schmitt
For inspiration, you may also want to look at basis/simple-flat-file.factor which has functions to parse some kinds of plain text files. Nothing as complete as Python's, though. Cheers, Hugo On Fri, Dec 4, 2009 at 4:18 PM, Jean-François Bigot jeff.bi...@wanadoo.fr wrote: Hi I tried once to

Re: [Factor-talk] Parse ini file

2009-12-04 Thread Slava Pestov
Hi, Have you considered using JSON? We already have a vocabulary for parsing JSON files: json about Slava On Sun, Nov 29, 2009 at 11:15 PM, Le Hoang Anh lehoanganh...@gmail.com wrote: Hi all, Is there any vocab in Factor lib/paste.factorcode  to parse ini file? I'm factor newbie and looking