caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] JavaScript parser?
@ 2012-03-22 11:34 Alan Schmitt
  2012-03-22 11:46 ` Gabriel Scherer
  0 siblings, 1 reply; 3+ messages in thread
From: Alan Schmitt @ 2012-03-22 11:34 UTC (permalink / raw)
  To: caml users

Hello,

I was wondering if there is a JavaScript parser written in Caml. I found a reference to aurochs, but the web site seems to be dead. Any other suggestion?

Thanks,

Alan

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Caml-list] JavaScript parser?
  2012-03-22 11:34 [Caml-list] JavaScript parser? Alan Schmitt
@ 2012-03-22 11:46 ` Gabriel Scherer
  2012-03-22 13:59   ` Alan Schmitt
  0 siblings, 1 reply; 3+ messages in thread
From: Gabriel Scherer @ 2012-03-22 11:46 UTC (permalink / raw)
  To: Alan Schmitt; +Cc: caml users

Aurochs is still available on Berke Durak's github:
  https://github.com/berke/aurochs

Aurochs is only a parser generator; it was used to write a Javascript
grammar for the tool Jsure (also developped by Berke):
  https://github.com/berke/jsure

On Thu, Mar 22, 2012 at 12:34 PM, Alan Schmitt
<alan.schmitt@polytechnique.org> wrote:
> Hello,
>
> I was wondering if there is a JavaScript parser written in Caml. I found a reference to aurochs, but the web site seems to be dead. Any other suggestion?
>
> Thanks,
>
> Alan
>
> --
> Caml-list mailing list.  Subscription management and archives:
> https://sympa-roc.inria.fr/wws/info/caml-list
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> Bug reports: http://caml.inria.fr/bin/caml-bugs
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Caml-list] JavaScript parser?
  2012-03-22 11:46 ` Gabriel Scherer
@ 2012-03-22 13:59   ` Alan Schmitt
  0 siblings, 0 replies; 3+ messages in thread
From: Alan Schmitt @ 2012-03-22 13:59 UTC (permalink / raw)
  To: Gabriel Scherer; +Cc: caml users

On 22 mars 2012, at 12:46, Gabriel Scherer wrote:

> Aurochs is still available on Berke Durak's github:
>  https://github.com/berke/aurochs
> 
> Aurochs is only a parser generator; it was used to write a Javascript
> grammar for the tool Jsure (also developped by Berke):
>  https://github.com/berke/jsure

Thanks a lot. It seems that with the "-dump-raw-ast" of jsure I can easily get the data I want in another program.

Alan

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-03-22 14:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-22 11:34 [Caml-list] JavaScript parser? Alan Schmitt
2012-03-22 11:46 ` Gabriel Scherer
2012-03-22 13:59   ` Alan Schmitt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).