The dhall-lang language binding for Vim script.
- vital.vim
- dhall-json
stack install dhall-json
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
Now, only the spec. (./test/Dhall/Parser.vimspec)