You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The string tokenizer allows scripts to break a string into tokens.
10
+
* The parser to make AST (Abstract Syntax Tree)
11
+
12
+
## Supported languages
13
+
14
+
This parser provide same feature for following languages.
15
+
16
+
* Vim script
17
+
* Python
18
+
* Javascript
19
+
20
+
## Example
21
+
22
+
All of interfaces are provided from vimlparser module. make StringReader to break a string into tokens, and VimLParser to parse into AST, Compiler to compile nodes.
0 commit comments