Just wondering…
Cheers, Alexandre
Weren't your students working on one? :)
Doru
On Sun, Aug 16, 2015 at 3:10 AM, Alexandre Bergel alexandre.bergel@me.com wrote:
Just wondering…
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Well, we parse JavaScript using a JavaScript parser. It works well but we bring quite a heavy dependency (you need node.js, then esprima, then a small homemade script). I have seen quite an activity around PetitParser, maybe someone has already implemented one.
Cheers, Alexandre
On Aug 16, 2015, at 2:20 AM, Tudor Girba tudor@tudorgirba.com wrote:
Weren't your students working on one? :)
Doru
On Sun, Aug 16, 2015 at 3:10 AM, Alexandre Bergel alexandre.bergel@me.com wrote: Just wondering…
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Every thing has its own flow" _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
I started a JavaScript parser (using PetitParser). Not sure that I ever used it - can't find a reference.
Here is the code: MCHttpRepository location: 'http://www.smalltalkhub.com/mc/cbc/PetitJavaScript/main' user: '' password: ''
Use at will, modify as you want if you find it useful.
-cbc
On Sun, Aug 16, 2015 at 9:34 AM, Alexandre Bergel alexandre.bergel@me.com wrote:
Well, we parse JavaScript using a JavaScript parser. It works well but we bring quite a heavy dependency (you need node.js, then esprima, then a small homemade script). I have seen quite an activity around PetitParser, maybe someone has already implemented one.
Cheers, Alexandre
On Aug 16, 2015, at 2:20 AM, Tudor Girba tudor@tudorgirba.com wrote:
Weren't your students working on one? :)
Doru
On Sun, Aug 16, 2015 at 3:10 AM, Alexandre Bergel <
alexandre.bergel@me.com> wrote:
Just wondering…
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Every thing has its own flow" _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
There is this one:
http://www.refactoryworkers.com/SmaCC/Download.html
( SmaCC JavaScript Contains a JavaScript grammar that has been annotated to generate ASTs.)
I'll have finished the port of version 2.0.5 in a few days. The Javascript parser works.
Thierry
2015-08-16 3:10 GMT+02:00 Alexandre Bergel alexandre.bergel@me.com:
Just wondering…
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
This is excellent!!!
Alexandre
Le 18 août 2015 à 12:12, Thierry Goubier thierry.goubier@gmail.com a écrit :
There is this one:
http://www.refactoryworkers.com/SmaCC/Download.html
( SmaCC JavaScript Contains a JavaScript grammar that has been annotated to generate ASTs.)
I'll have finished the port of version 2.0.5 in a few days. The Javascript parser works.
Thierry
2015-08-16 3:10 GMT+02:00 Alexandre Bergel alexandre.bergel@me.com:
Just wondering…
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Great!
I would like to add this as part of the main configuration of Moose. This means that SmaCC should become a dependency.
Please keep us posted.
Cheers, Doru
On Tue, Aug 18, 2015 at 8:57 PM, Alexandre Bergel alexandre.bergel@me.com wrote:
This is excellent!!!
Alexandre
Le 18 août 2015 à 12:12, Thierry Goubier thierry.goubier@gmail.com a écrit :
There is this one:
http://www.refactoryworkers.com/SmaCC/Download.html
( SmaCC JavaScript Contains a JavaScript grammar that has been annotated to generate ASTs.)
I'll have finished the port of version 2.0.5 in a few days. The Javascript parser works.
Thierry
2015-08-16 3:10 GMT+02:00 Alexandre Bergel alexandre.bergel@me.com:
Just wondering…
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev