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
Copy file name to clipboardExpand all lines: README.mkd
+34-1Lines changed: 34 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,9 @@ This parser provide same feature for following languages.
19
19
20
20
## Example
21
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.
22
+
### Parse VimL into AST, and print S-expression
23
+
24
+
All of interfaces are provided from vimlparser module. VimLParser parse into AST using StringReader, and Compiler to compile nodes.
23
25
24
26
```vim
25
27
let s:vimlparser = vimlparser#import()
@@ -37,3 +39,34 @@ This above code output following.
0 commit comments