Commits
Click on a commit to change the comparison range[parser] Use cursor-driven cell boundary detection5 days ago
by chinar-amrutkar perf: skip cell boundary check on hot path for non-notebook files4 days ago
by chinar-amrutkar fix: cargo fmt4 days ago
by chinar-amrutkar fix: remove dead current_cell field from LexerCheckpoint4 days ago
by chinar-amrutkar fix: remove stale clippy cast_possible_truncation expectation4 days ago
by chinar-amrutkar chore: remove debug tests4 days ago
by chinar-amrutkar fix: thread cell_offsets through Parser constructor4 days ago
by chinar-amrutkar perf: precompute cell_end_offset to avoid extra add per token4 days ago
by chinar-amrutkar perf: restrict cell-boundary range fixup to EOF/Dedent tokens4 days ago
by chinar-amrutkar perf: mark consume_end and advance_to_next_cell as cold/inline(never)4 days ago
by chinar-amrutkar style: run cargo fmt3 days ago
by chinar-amrutkar fix: filter trailing cell offset and skip dedent at root-level boundaries3 days ago
by chinar-amrutkar fix: revert has_cells logic to match original3 days ago
by chinar-amrutkar fix: remove range_from_consume_end from root-level cell boundary3 days ago
by chinar-amrutkar fix: move root-level check after flush to avoid hot-path overhead3 days ago
by chinar-amrutkar test: add parser tests for notebook cell boundary syntax errors4 hours ago
by chinar-amrutkar fix: don't emit Dedent at cell boundaries with open indent stack3 hours ago
by chinar-amrutkar