Re: json
- Posted by mattlewis (admin) Aug 02, 2012
- 2788 views
ghaberek said...
Unfortunately, I had to backtrack a bit, as I feel one thing that would help make file/string parsing a bit easier in Euphoria would be more dynamic file and memory stream I/O, especially buffered I/O with a putback() or peek_next_char() function.
Yes, this sounds like a good idea to me. You should totally code that up and contribute.
I suppose those could just be wrappers around regular getc() and seek() calls, no?
Matt