Closed yegor256 closed 1 day ago
I'm trying to add this to all-the-basics.phi and the build fails in eo-parser:
all-the-basics.phi
eo-parser
primitives ↦ ⟦ string ↦ "hello, друг!", int ↦ 42, float ↦ 3.14 ⟧,
Would be great if we can support this syntax. Moreover, we should use it when printing XMIR to PHI too.
@maxonfjvipon this is your, please help
@yegor256 still an issue?
@maxonfjvipon fixed, thanks!
I'm trying to add this to
all-the-basics.phi
and the build fails ineo-parser
:Would be great if we can support this syntax. Moreover, we should use it when printing XMIR to PHI too.