-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
@JuliaRegistrator regsiter
Release notes:
Another slight tweak to some readers in this package. This patch primarily focuses on the parse_julia
function. Previously, this would separate by \n\n
and then it used a basic end
finding algorithm. Now it is using a more complicated depth-tracking algorithm in a hope to keep blocks from splitting between cells. Seem to work pretty well, though I think it still gets stuck in some cases and makes 1 large cell. This is a nice incremental update towards the goal of perfect raw julia -> cell parsing.