Initial chekin post-discontinuity.

This commit is contained in:
2023-09-25 18:30:10 -07:00
commit 6556164879
24 changed files with 1063 additions and 0 deletions

9
TODO.md Normal file
View File

@ -0,0 +1,9 @@
* 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.