uiri / SEGIMAP

IMAP (and LMTP) Server written in Rust
MIT License
32 stars 6 forks source link

Discuss Removal of PEG Parser #12

Closed indiv0 closed 7 years ago

indiv0 commented 9 years ago

Post arguments for and against the removal of the PEG parser here.

uiri commented 8 years ago

At the moment, by largest argument in favour of removing the PEG parser is that it isn't possible to compile the peg library with the stable release.

On Tue, Feb 24, 2015 at 07:05:35PM -0800, Nikita Pekin wrote:

Post arguments for and against the removal of the PEG parser here.


Reply to this email directly or view it on GitHub: https://github.com/uiri/SEGIMAP/issues/12

indiv0 commented 8 years ago

I think that removing the PEG parser is the best course of action. What would be the alternative though? I think that nom is a good candidate.

indiv0 commented 7 years ago

Closed by #18, which replaced PEG with nom.