Skip to content

Commit

Permalink
Implement Iterator for Cursor (#625)
Browse files Browse the repository at this point in the history
Closes #609

Still needs tweaking to adapt to the current Cursor's behavior and needs
more documentation/tests for the Visitor trait.
  • Loading branch information
Xanewok authored Oct 31, 2023
1 parent 80114a8 commit 7bb650b
Show file tree
Hide file tree
Showing 20 changed files with 807 additions and 663 deletions.
5 changes: 5 additions & 0 deletions .changeset/hip-mails-wonder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nomicfoundation/slang": minor
---

The CST Cursor now implements the Iterator trait as part of the Rust API
Loading

0 comments on commit 7bb650b

Please sign in to comment.