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...
>
>
>
>
>
>
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
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
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
> 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
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
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
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
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
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
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
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
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://
> 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
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
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
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
17 matches
Mail list logo