Settings

Theme

Show HN: Brashtag – A notation for writing trees and a parser for it

github.com

1 points by pratikdeoghare a month ago · 0 comments · 1 min read

Reader

Ideas:

* Keep the notation as small as possible and non-intrusive. * Have a parser that assigns as little meaning as possible and returns a tree that is easy to work with. * Do everything else by walking the tree. * Avoid having to come up with syntaxes and parsers all the time.

I think the design is complete because nothing can be taken away from the syntax or the parser.

I have been using this system for many years now. When I am writing brashtag documents I am think of constructing trees not of typing text.

No comments yet.

Keyboard Shortcuts

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