Commits
Click on a commit to change the comparison range[parser] Use cursor-driven cell boundary detection2 days ago
by chinar-amrutkar perf: skip cell boundary check on hot path for non-notebook files22 hours ago
by chinar-amrutkar fix: cargo fmt22 hours ago
by chinar-amrutkar fix: remove dead current_cell field from LexerCheckpoint19 hours ago
by chinar-amrutkar fix: remove stale clippy cast_possible_truncation expectation19 hours ago
by chinar-amrutkar chore: remove debug tests12 hours ago
by chinar-amrutkar fix: thread cell_offsets through Parser constructor9 hours ago
by chinar-amrutkar perf: precompute cell_end_offset to avoid extra add per token9 hours ago
by chinar-amrutkar perf: restrict cell-boundary range fixup to EOF/Dedent tokens8 hours ago
by chinar-amrutkar perf: mark consume_end and advance_to_next_cell as cold/inline(never)8 hours ago
by chinar-amrutkar