sponsor Vim development Vim logo Vim Book Ad

vim-vimlparser : VimL parser

 script karma  Rating 6/3, Downloaded by 2192  Comments, bugs, improvements  Vim wiki

created by
Yukihiro Nakadaira
 
script type
utility
 
description
Try :call vimlparser#test('foo.vim').  It parse the file and shows the result of test compiler.

foo.vim:
if x == y
  echo z
endif

result:
(if (== x y)
  (echo z))
 
install details
:set runtimepath+=/path/to/vim-vimlparser

latest source: https://github.com/ynkdir/vim-vimlparser
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
vim-vimlparser.zip 0.3 2013-03-30 7.3 Yukihiro Nakadaira bug fix.
node.js version.
vim-vimlparser.zip 0.2 2013-02-28 7.3 Yukihiro Nakadaira bug fix.
python version.
vim-vimlparser.zip 0.1 2013-02-23 7.3 Yukihiro Nakadaira Initial upload
ip used for rating: 18.118.9.7

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github