codedthinking / Kezdi.jl

An umbrella of Julia packages for data analysis, in loving memory of Gábor Kézdi
Other
9 stars 0 forks source link

Debug and refactor parser #41

Closed korenmiklos closed 1 week ago

korenmiklos commented 1 week ago

I did a bit of refactoring, renaming functions (even transpiler.jl -> parse.jl), removing the depth field of Node. We also don't use position, we may want to drop that, too.

The core logic change is around line 96 of parse.jl.