On 04/05/2013 02:59 PM, Masklinn wrote:
On 2013-04-05, at 23:35 , Brian Anderson wrote:

On 04/05/2013 02:32 PM, Jack Moffitt wrote:
rustfix is high on everybody's list of things we would like to have. it's a
sizeable and difficult project though.
Since I don't think something that could have ported servo is likely
to ever exist, perhaps a good first milestone is just something that
can make the easy changes like removing `pub` from `pub impl X for Y`
and s/const/static/. It seems like it needs a minimal amount of syntax
awareness and would at least automate the main drudgery. Is the rust
parser exposed as a library?

jack.
The rust parser is available as a library, yes.
And does Rust support loading/using multiple versions of the same
library?

In theory, yes!
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to