Re: Looking for parser generator library

2012-02-16 Thread Alan Malloy
https://www.google.com/search?q=attoparsec+in+centimeters is where I got a citation to back the 3.1 centimeter number (though, curiously, I asked for km instead of cm the first time). On Feb 15, 5:51 pm, DAemon wrote: > Not massively - I get about 3.1 metres. 10^-18x10^15x10^3x3.1m... > > > > > >

Re: Looking for parser generator library

2012-02-16 Thread DAemon
Not massively - I get about 3.1 metres. 10^-18x10^15x10^3x3.1m... On Thu, Feb 16, 2012 at 12:47 PM, Despite wrote: > > Haskell has a parser library named for a distance of approximately > > three centimetres? :) > > Not that it's pertinent, but a parsec is 31 trillion kilometers. Did > you mass

Re: Looking for parser generator library

2012-02-16 Thread DAemon
atto is 10^-18, and a parsec is 3.1×10^13 km, which is 3.1×10^16m, which is 3.1×10^18cm, so Cedric was right, from what I can see... Turns out I misread a 3 as a 5... lol *facepalm* On Thu, Feb 16, 2012 at 1:04 PM, Alan Malloy wrote: > Roman Gonzalez: > > this library is a port of Haskell's atto

Re: Looking for parser generator library

2012-02-15 Thread Alan Malloy
Roman Gonzalez: > this library is a port of Haskell's attoparsec Despite: > > Haskell has a parser library named for a distance of approximately > > three centimetres? :) > > Not that it's pertinent, but a parsec is 31 trillion kilometers.  Did > you massively misplace a decimal?  :) 1 attoParsec

Re: Looking for parser generator library

2012-02-15 Thread Despite
> Haskell has a parser library named for a distance of approximately > three centimetres? :) Not that it's pertinent, but a parsec is 31 trillion kilometers. Did you massively misplace a decimal? :) -- You received this message because you are subscribed to the Google Groups "Clojure" group. T

Re: Looking for parser generator library

2012-02-08 Thread Sanjay Dasgupta
May I also suggest a look at VisualLangLab (http://vll.java.net/)? It's a completely visual environment for developing (see http://vll.java.net/EditingTheGrammarTree.html) and testing (see http://vll.java.net/TestingParsers.html) parsers without using code/ scripts of any kind. Under the hood, its

Re: Looking for parser generator library

2012-02-07 Thread Cedric Greevey
On Tue, Feb 7, 2012 at 5:46 PM, Roman Gonzalez wrote: > I released yesterday zetta-parser (http://github.com/van-clj/zetta-parser) > through the van-clj group (http://van-clj.github.com), this library is a > port of Haskell's attoparsec. Haskell has a parser library named for a distance of approx

Re: Looking for parser generator library

2012-02-07 Thread Roman Gonzalez
I released yesterday zetta-parser (http://github.com/van-clj/zetta-parser) through the van-clj group (http://van-clj.github.com), this library is a port of Haskell's attoparsec. The difference between this and the ones I've seen so far is that zetta allows you to use a parser without having al

Re: Looking for parser generator library

2012-02-07 Thread Evan Gamble
fnparse has been forked by John Poplett and updated to work with clojure 1.3. On Clojars it's at https://clojars.org/org.clojars.jpoplett/fnparse. On Github it's at https://github.com/John-Poplett/fnparse - Evan On Jan 28, 7:19 am, Roman Perepelitsa wrote: > I'm looking for a parser generator

Re: Looking for parser generator library

2012-01-29 Thread Meikel Brandmeyer (kotarak)
Hi, parsley by Christophe hasn't been mentioned, yet. https://github.com/cgrand/parsley Sincerely Meikel -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members

Re: Looking for parser generator library

2012-01-29 Thread Roman Perepelitsa
Thanks for all the suggestions! They'll keep me going for a weekend. Roman Perepelitsa. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - ple

Re: Looking for parser generator library

2012-01-28 Thread Lars Nilsson
On Sat, Jan 28, 2012 at 1:04 PM, Roman Perepelitsa wrote: > A library based on parser combinators would be ideal, something like parsec > in haskell. Although if in clojure world people usually take a different > approach, I'm open to trying it. Two projects attempting to bring Parsec-style parsi

Re: Looking for parser generator library

2012-01-28 Thread Roman Perepelitsa
Thanks, I didn't look at amotoen yet. Will do! A library based on parser combinators would be ideal, something like parsec in haskell. Although if in clojure world people usually take a different approach, I'm open to trying it. 2012/1/28 Richard Lyman > Have you looked at amotoen? > > https://

Re: Looking for parser generator library

2012-01-28 Thread Jack Moffitt
> I'm looking for a parser generator library. I stumbled upon fnparse, but > unfortunately it doesn't work with clojure 1.3. I ended up just using ANTLR and it works pretty well from Clojure. Most of my time was spent on the grammar and implementation, not the ANTLR integration bits. I started fr

Re: Looking for parser generator library

2012-01-28 Thread Chris Perkins
Here is one I wrote a while ago. https://github.com/grammati/imparsonate It's not "finished" (is open-source software ever really finished?), so I don't know whether it will do what need it to. - Chris -- You received this message because you are subscribed to the Google Groups "Clojure" gro

Re: Looking for parser generator library

2012-01-28 Thread Richard Lyman
Have you looked at amotoen? https://github.com/richard-lyman/amotoen I'm not sure what your needs are... -Rich On Sat, Jan 28, 2012 at 8:19 AM, Roman Perepelitsa wrote: > I'm looking for a parser generator library. I stumbled upon fnparse, but > unfortunately it doesn't work with clojure 1.3

Looking for parser generator library

2012-01-28 Thread Roman Perepelitsa
I'm looking for a parser generator library. I stumbled upon fnparse, but unfortunately it doesn't work with clojure 1.3. Roman Perepelitsa. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com