Expronicon.jl icon indicating copy to clipboard operation
Expronicon.jl copied to clipboard

Function to parse a whole file in structured form.

Open 0x0f0f0f opened this issue 1 year ago • 5 comments

In 0.7.3 there was Expronicon.parse_file. Now it has been moved in Expronicon.ZhanKai. What is the purpose of that module?

0x0f0f0f avatar Jun 22 '23 08:06 0x0f0f0f

it's for bootstrapping Expronicon into ExproniconLite, I'm curious why you use that function? I don't remember if I export it or not. We can bring it back if it breaks compatibility gurantee

Roger-luo avatar Jun 22 '23 20:06 Roger-luo

it's for bootstrapping Expronicon into ExproniconLite, I'm curious why you use that function? I don't remember if I export it or not. We can bring it back if it breaks compatibility gurantee

I'm using Expronicon to traverse and pattern match against whole julia programs.

0x0f0f0f avatar Jul 04 '23 14:07 0x0f0f0f

Any news on this one?

0x0f0f0f avatar Jul 24 '23 15:07 0x0f0f0f

please feel free to open a PR to bring it back - I don't think it was in the exported API (I wish we have a public keyword or even better make things private lol)

Roger-luo avatar Aug 02 '23 01:08 Roger-luo

now we have a public keyword. I'd in favor of clean up this package a bit with Moshi and Jieko.

Roger-luo avatar Aug 12 '24 22:08 Roger-luo