Closed IlyaEp closed 3 years ago
Hello @Aunsiels
I propose a new method for RSA.
Example:
from pyformlang.cfg import CFG from pyformlang.rsa import RecursiveAutomaton my_rsa = RecursiveAutomaton.from_cfg(CFG.from_text("S -> a S b | a b"))
Wow! :open_mouth: Looking forward to seeing it in the new release!
Perfect! Thank you again for your contribution!
The new version is out :)
Hello @Aunsiels
I propose a new method for RSA.
Example: