objectionary / eo-phi-normalizer

Command Line Normalizer and Rewriter of 𝜑-calculus Expressions (part of EOLANG family)
https://www.objectionary.com/eo-phi-normalizer/
MIT License
7 stars 2 forks source link

as a syntax sugar, let's replace `Φ.org.eolang` with `Φ̇` #603

Open yegor256 opened 9 hours ago

yegor256 commented 9 hours ago

Motivated by https://github.com/objectionary/eo/issues/3607

Let's print Φ.org.eolang.string as Φ̇.string. Simply put, replace Φ.org.eolang with Φ̇.

yegor256 commented 9 hours ago

@deemp please, help

deemp commented 8 hours ago

@yegor256, only print?

No need to parse Φ.org.eolang.string as Φ̇.string?

yegor256 commented 8 hours ago

@deemp both printing and parsing, of course