2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-15 11:59:37 +03:00
Files
bbob/packages/bbob-parser
2018-07-11 16:58:26 +02:00
..
2018-07-11 01:10:43 +02:00
2018-07-11 01:10:43 +02:00
2018-07-08 13:30:13 +02:00
2018-06-12 20:08:15 +02:00
2018-07-11 01:12:19 +02:00
2018-07-11 01:12:19 +02:00
2018-07-11 16:58:26 +02:00
2018-07-08 11:59:59 +02:00

@bbob/parser

install size

Parses BBCode and returns AST Tree looks like

[url=]hello world![/url] to

[
    {
        "tag": "url",
        "attrs": {
            "url": "https://github.com/JiLiZART/bbob/tree/master/packages/bbob-parser"
        },
        content: ["hello", " ", "world!"]
    }
]