Expronicon.jl
Expronicon.jl copied to clipboard
Function to parse a whole file in structured form.
In 0.7.3 there was Expronicon.parse_file
. Now it has been moved in Expronicon.ZhanKai
. What is the purpose of that module?
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
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.
Any news on this one?
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)
now we have a public keyword. I'd in favor of clean up this package a bit with Moshi and Jieko.