Re: [Cdk-user] support for RXN and RDF

2022-11-03 Thread Uli Fechner
Thanks, I like the data structure, it makes a lot of sense given requirements :) I hope that I can continue working on this for a day or two, so that I can finish up including some tests Uli Fechner Senior Software Developer Pending AI u...@pending.ai https://pending.ai/ The National In

Re: [Cdk-user] support for RXN and RDF

2022-11-03 Thread John Mayfield
I think there is one in BEAM already, turns out to be quite handy when parsing text data a character at a time. Basically as you can see from the API is provides utilities to peek ahead and move ahead if the next chars are a given substring. On Thu, 3 Nov 2022 at 06:46, Uli Fechner wrote: > Fi