This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients BTaskaya, eamanu, rhettinger, serhiy.storchaka
Date 2020-12-22.02:41:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608604915.19.0.761893560968.issue39159@roundup.psfhosted.org>
In-reply-to
Content
> Can you explain it a bit more detailed, 
> how does this standalone expression compiler should work?

Aim for something like JSON parser but for the supported Python constant expressions and with the existing tokenize module to feed a hand-rolled on-recursive parser
History
Date User Action Args
2020-12-22 02:41:55rhettingersetrecipients: + rhettinger, serhiy.storchaka, eamanu, BTaskaya
2020-12-22 02:41:55rhettingersetmessageid: <1608604915.19.0.761893560968.issue39159@roundup.psfhosted.org>
2020-12-22 02:41:55rhettingerlinkissue39159 messages
2020-12-22 02:41:54rhettingercreate