Skip to content

aiya000/dhall-to-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💠 dhall-to-vim 💠

The dhall-lang language binding for Vim script.

Requirements

Modules

Dhall

Interprets dhall's expressions to the Vim script's value.

echo Dhall.read('10')
" 10

echo Dhall.read('{foo = 10}')
" {'foo': 10}

echo Dhall.read('<Foo = 10 | Bar : Natural>')
" 10

Dhall.parser

Now, only the spec. (./test/Dhall/Parser.vimspec)

About

The dhall-lang language binding for Vim script.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published