Re: Python and Rust rewrites

2025-04-24 Thread Nikolaos Chatzikonstantinou
On Wed, Apr 16, 2025 at 12:17 PM Bruno Haible wrote: > > Nikolaos Chatzikonstantinou wrote: > > Thank you for the response. I should confess that I'm currently rewriting > > GNU m4 in Python, aiming for 100% compatibility with 1.4.19. I had the > > issue of implementing regexp() because Python doe

Re: Python and Rust rewrites

2025-04-16 Thread Bruno Haible via Gnulib discussion list
Nikolaos Chatzikonstantinou wrote: > Thank you for the response. I should confess that I'm currently rewriting > GNU m4 in Python, aiming for 100% compatibility with 1.4.19. I had the > issue of implementing regexp() because Python doesn't have that syntax. I > wrote a shim for regcomp() but then I