piece-table
There are 22 repositories under piece-table topic.
veler/Csharp-Piece-Table-Implementation
A Piece Table data structure implementation in C#
rsharifnasab/sbu_vi_limited
a simple text editor in java for DS project
alextsao1999/ast-buffer
Fast incremental parsing using piece table and tree-sitter to generate syntax tree
adinapoli/piece-table
Exploration of the Piece Table data structure in Haskell
95ulisse/PieceChain
A piece chain is a data structure that allows fast text insertion and deletion operations, unlimited undo/redo and grouping of operations.
FreddyJohn/PieceTable
Java implementation of PieceTable data structure modified to work with any arbitrary byte stream and have persistence along all initializations with serialization using persist class.
darrenburns/bullet
A simple, terminal based text editor.
buttercrab/dart-piece-table
Zero-dependency Piece Table Package for dart
buttercrab/swift-piece-table
Piece Table with Red-Black Tree in Swift
exbotanical/tabloid
fast and extensible text editor
mrp-78/Text-Editore
Implementation of a simple text editor like vim from scratch by using "piece table" data structure.
kenrick95/piece_table
Piece table data strucutre in Rust
Sanshit-sagar/notepad
IDE that enables infinite revision history and auto-complete prediction using a peice table and multiway trie implementation.
zztkm/editor.py
Learning to implement a text editor with python
Endieym/RealChess
Chess Program
khanhdew/FlippingGame
A strategy board game for two people developed in JavaFX
RAPrograms/Text-Editor
A Java based text editor for creating and editing files using a piece table
thesems/nimbus-text-editor
Terminal-based text editor written in Rust.
capjamesg/piece-table
An implementation of the piece table data structure in Python.
mgood7123/GenericPieceTable
a C++ templated Piece Table implementation, example implementations provided, attempts to detail as much as possible about how the Piece Table (the classic 2 buffers version) works internally on an implementation-level
Sanshit-sagar/notorious
Text Editor that provides an infinite revision history using Piece Lists with Tkinter
wasabi315/piece-table
Piece table implementation in Haskell