[ANN] CoreParse (Version n+1)

2012-03-05 Thread Thomas Davie
Hi All, A while ago I showed you all my parsing library 'CoreParse', and got some really useful feedback. Today, I'd like to show you what's changed since then! • Easier processing of syntax trees into your data structures. In earlier versions of CoreParse you had to use a parser delegate

Re: [ANN] CoreParse (Version n+1)

2012-03-05 Thread Thomas Davie
I'm pretty sure I did this the first time I announced CoreParse too . Thanks for the suggestion Uli: https://github.com/beelsebob/CoreParse Tom Davie if (*ra4 != 0xffc78948) { return false; } On 5 Mar 2012, at 13:45, Uli Kusterer wrote: On 05.03.2012, at 12:09, Thomas Davie wrote: A while

Re: [ANN] CoreParse

2011-06-26 Thread Thomas Davie
On 6 Jun 2011, at 16:10, Philip Mötteli wrote: I really appreciate how BN support is implemented in ParseKit: http://parsekit.com/grammars.html. I like it very much, that there are no numbers, but call backs for every token, using method-names (c. f. above URL under Instantiating Grammar

Re: [ANN] CoreParse

2011-06-06 Thread Angus Hardie
On 5 Jun 2011, at 18:22, Jens Alfke wrote: On Jun 5, 2011, at 6:21 AM, Thomas Davie wrote: I've just completed firming up the API and documentation for CoreParse. CoreParse provides a powerful tokenisation and parsing engine, which uses shift-reduce parsing (unlike ParseKit) to

Re: [ANN] CoreParse

2011-06-06 Thread Thomas Davie
On 5 Jun 2011, at 15:35, Stephane Sudre wrote: Hi, your post probably misses the following stuff: - a URL - the license - whether it's written in Obj-C 2.0 (which I personally hope it's not) or 1.0. That'll teach me for posting this just as I was going out the door! - URL -

Re: [ANN] CoreParse

2011-06-06 Thread Philip Mötteli
Hi, Am 06.06.2011 um 00:12 schrieb Thomas Davie: On 5 Jun 2011, at 18:22, Jens Alfke wrote: On Jun 5, 2011, at 6:21 AM, Thomas Davie wrote: I've just completed firming up the API and documentation for CoreParse. CoreParse provides a powerful tokenisation and parsing engine, which uses

Re: [ANN] CoreParse

2011-06-06 Thread Thomas Davie
On 6 Jun 2011, at 16:10, Philip Mötteli wrote: Hi, Am 06.06.2011 um 00:12 schrieb Thomas Davie: On 5 Jun 2011, at 18:22, Jens Alfke wrote: On Jun 5, 2011, at 6:21 AM, Thomas Davie wrote: I've just completed firming up the API and documentation for CoreParse. CoreParse provides a

[ANN] CoreParse

2011-06-05 Thread Thomas Davie
Hi guys, I guess this will get rather overshadowed by some other guy's announcements in the near future, but I thought I'd throw this out there. I've just completed firming up the API and documentation for CoreParse. CoreParse provides a powerful tokenisation and parsing engine, which uses

Re: [ANN] CoreParse

2011-06-05 Thread Jens Alfke
On Jun 5, 2011, at 6:21 AM, Thomas Davie wrote: I've just completed firming up the API and documentation for CoreParse. CoreParse provides a powerful tokenisation and parsing engine, which uses shift-reduce parsing (unlike ParseKit) to support a wide range of context free grammars.

Re: [ANN] CoreParse

2011-06-05 Thread Thomas Davie
On 5 Jun 2011, at 18:22, Jens Alfke wrote: On Jun 5, 2011, at 6:21 AM, Thomas Davie wrote: I've just completed firming up the API and documentation for CoreParse. CoreParse provides a powerful tokenisation and parsing engine, which uses shift-reduce parsing (unlike ParseKit) to

Re: [ANN] CoreParse

2011-06-05 Thread Thomas Wetmore
On Jun 5, 2011, at 6:12 PM, Thomas Davie wrote: On 5 Jun 2011, at 18:22, Jens Alfke wrote: On Jun 5, 2011, at 6:21 AM, Thomas Davie wrote: I've just completed firming up the API and documentation for CoreParse. CoreParse provides a powerful tokenisation and parsing engine, which uses

Re: [ANN] CoreParse

2011-06-05 Thread Kyle Sluder
How 'bout a link? ;-) --Kyle Sluder (Sent from the bar at BJ's Brewhouse, in Apple HQ's parking lot) On Jun 5, 2011, at 6:21 AM, Thomas Davie tom.da...@gmail.com wrote: Hi guys, I guess this will get rather overshadowed by some other guy's announcements in the near future, but I thought