Discussion:
[ragel-users] Rust language bindings for Ragel
Erick Tryzelaar
2014-03-28 04:05:06 UTC
Permalink
Hello all,

I wanted to let you all know that I am maintaining a fork of Ragel 6.8 for
the language Rust, which can be found here:

https://github.com/erickt/ragel/tree/rust

I would eventually like to merge this upstream, but since Rust is still
going through massive changes, I'm not sure if it'd make sense to land this
in Ragel at the moment. I'm aiming to submit a proper pull request when
Rust reaches 1.0 later on this year.

Also, are there any plans for cutting a new version of Ragel any time soon?
I'd like for to migrate over to a more recent version of Ragel, but I'm not
sure if it's stable at the moment.

Thanks!
-Erick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.complang.org/pipermail/ragel-users/attachments/20140327/7d34fd7b/attachment.html>
Adrian Thurston
2014-03-29 16:09:38 UTC
Permalink
Hi Erick,

I noticed the rust backend. I was hoping to merge that sometime.

There will be more releases in the ragel 6 branch. It can be merged there.

Ragel 7 (in master) takes a completely new approach to code generation.
Your patch will need to be redone in that branch. So far I have C, D, Go
and C# generators that you can use as a starting point.

Adrian
Post by Erick Tryzelaar
Hello all,
I wanted to let you all know that I am maintaining a fork of Ragel 6.8
https://github.com/erickt/ragel/tree/rust
I would eventually like to merge this upstream, but since Rust is
still going through massive changes, I'm not sure if it'd make sense
to land this in Ragel at the moment. I'm aiming to submit a proper
pull request when Rust reaches 1.0 later on this year.
Also, are there any plans for cutting a new version of Ragel any time
soon? I'd like for to migrate over to a more recent version of Ragel,
but I'm not sure if it's stable at the moment.
Thanks!
-Erick
_______________________________________________
ragel-users mailing list
ragel-users at complang.org
http://www.complang.org/mailman/listinfo/ragel-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.complang.org/pipermail/ragel-users/attachments/20140329/62ef0e29/attachment.html>
Loading...