carkov/TODO.md

10 lines
615 B
Markdown
Raw Normal View History

2023-09-26 03:30:10 +02:00
* Implement text filters
** implement abstractize number filter which will take any number as imput and return a NUMBER abstract.
** Implement the abstractize roman numeral filter which will take a token that looks like a roman numeral (except for I)
return a NUMBER abstract.
** implement punctuation stripper / abstractizer which will take a punctuation token and return an abstract or abort the
token.
** Implement asciifier token which will take a unicode string and return an ascii approximation.
* Implement some example code.
* Complete documentation and introductions to actually be useful to users.