Settings

Theme

Show HN: A Simple XML and Feed Parser Written in TypeScript

github.com

3 points by parabyl 2 years ago · 0 comments · 1 min read

Reader

I had some fun a while back writing this XML parser in Typescript, after taking interest in tokenisation and compilers.

You can try it out in your own Javascript projects with a simple `npm install xml-trap` and you're good to go! The tokenizer used internally is also exposed (with `createTree`) for anyone to explore and have fun with.

Contributions are welcome!

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection