about summary refs log tree commit diff stats
path: root/src/utils/radixtree.nim
Commit message (Collapse)AuthorAgeFilesLines
* Implement standard-compliant HTML tokenizerbptato2022-06-271-2/+2
| | | | | | Seems performant enough, though I'm not sure whether it is actually producing correct output. Still missing: tests and the actual parsing.
* Implement text-align and <center>bptato2022-01-291-6/+5
|
* Implement new buffer model which supports X coordsbptato2021-08-051-2/+1
| | | | ...also, one can kinda use this as a file viewer now I guess
* Remove static radix tree and small/full buildsbptato2021-08-051-145/+1
| | | | | | Static radix tree was a hack to begin with and I don't want to deal with it anymore. I might consider small/full builds later on but let's be honest here, it's premature optimization.
* CSS selectors and re-organizationbptato2021-07-301-0/+309