[Python-Dev] Re: NEWLINE sentinel behavior in CPython's PEG grammar

2022-11-03 Thread David J W
t 27, 2022, 01:59 Matthias Görgens > wrote: > >> Hi David, >> >> Could you share what you have so far, perhaps ok GitHub or so? That way >> it's easier to diagnose your problems. I'm reasonably familiar with Rust. >> >> Perhaps also add a

[Python-Dev] Re: NEWLINE sentinel behavior in CPython's PEG grammar

2022-10-26 Thread David J W
o be sure is check the code unfortunately. > > Hope this helps. > > Regards from rainy London, > Pablo Galindo Salgado > > > On 26 Oct 2022, at 19:12, David J W wrote: > > > >  > > I am writing a Rust version of Python for fun and I am at the parser > stage

[Python-Dev] NEWLINE sentinel behavior in CPython's PEG grammar

2022-10-26 Thread David J W
I am writing a Rust version of Python for fun and I am at the parser stage of development. I copied and modified a PEG grammar ruleset from another open source project and I've already noticed some problems (ex Newline vs NL) with how they transcribed things. I am suspecting that CPython's gramma

[Python-Dev] msvccompiler and .NET sdk version

2007-12-29 Thread j w
Maybe this is fixed somewhere already, but just fyi: I have the .NET sdk 2.0 installed (but not 1.1) I'm running ActivePython 2.5.1 When I was building Mercurial from sources, I got this error: error: Python was built with Visual Studio 2003; extensions must be built with a compiler than