libxslt Show more
does anybody know if it implements tail call recursion optimizations? or will recursive parsers just inherently be limited by the maximum stack depth
(there is no way to make a non-recursive parser in xslt 1.0)
actually, you can iterate non-recursively over a string with exslt:tokenize, it’s just terrible
A small, community‐oriented Mastodon‐compatible Fediverse (GlitchSoc) instance managed as a joint venture between the cat and KIBI families.
libxslt
(there is no way to make a non-recursive parser in xslt 1.0)