[Babel-users] Babel meeting at IETF 101 -- remote participation

2018-03-14 Thread Juliusz Chroboczek
Dear all, According to the current version of the IETF 101 agenda, the Babel meeting ought to take place on Thursday 22 March 2018 at 18:10 London (winter) time Park Suite https://tools.ietf.org/agenda/101/ Remote participation is possible, and warmly welcomed. Please see https://ietf.

Re: [Babel-users] babeld interface

2018-03-14 Thread Juliusz Chroboczek
> https://github.com/christf/libbabelhelper When you feel you're ready, please provide me with a one-line description, and I'll add a link to the Babel page. ___ Babel-users mailing list Babel-users@lists.alioth.debian.org http://lists.alioth.debian.org

Re: [Babel-users] babeld interface

2018-03-14 Thread Christof Schulze
No, parsing input using string.split is always incorrect. You really want to write a proper lexer. The lexer I posted above is 70 lines of C, including full error checking. In Python, it's probably 15 to 20 lines. Is it really worth switching to a bloated and unreadable format in order to avoid