neogeny / TatSu

竜 TatSu generates Python parsers from grammars in a variation of EBNF
https://tatsu.readthedocs.io/
Other
408 stars 48 forks source link

[tests] Modernize how generated code is loaded #272

Closed dnicolodi closed 2 years ago

dnicolodi commented 2 years ago

There is no need to write the code in a file to load it as a module. It can be done without touching the filesystem and thus potentially leaving temporary files around.