Vimscript implementation
authorDov Murik <dov.murik@gmail.com>
Tue, 20 Oct 2015 19:02:00 +0000 (15:02 -0400)
committerDov Murik <dov.murik@gmail.com>
Tue, 20 Oct 2015 19:04:04 +0000 (15:04 -0400)
commit50a964ce14e7626be61c7c6415b3cc9ca1af05c0
treedc02516a2e5373e460b1f44a1d615911b6a6ebd3
parent406761e769231da540bfd752ddccd6982803b8b4
Vimscript implementation
25 files changed:
Makefile
README.md
vimscript/.gitignore [new file with mode: 0644]
vimscript/Dockerfile [new file with mode: 0644]
vimscript/Makefile [new file with mode: 0644]
vimscript/core.vim [new file with mode: 0644]
vimscript/env.vim [new file with mode: 0644]
vimscript/printer.vim [new file with mode: 0644]
vimscript/reader.vim [new file with mode: 0644]
vimscript/readline.vim [new file with mode: 0644]
vimscript/run_vimscript.sh [new file with mode: 0755]
vimscript/step0_repl.vim [new file with mode: 0644]
vimscript/step1_read_print.vim [new file with mode: 0644]
vimscript/step2_eval.vim [new file with mode: 0644]
vimscript/step3_env.vim [new file with mode: 0644]
vimscript/step4_if_fn_do.vim [new file with mode: 0644]
vimscript/step5_tco.vim [new file with mode: 0644]
vimscript/step6_file.vim [new file with mode: 0644]
vimscript/step7_quote.vim [new file with mode: 0644]
vimscript/step8_macros.vim [new file with mode: 0644]
vimscript/step9_try.vim [new file with mode: 0644]
vimscript/stepA_mal.vim [new file with mode: 0644]
vimscript/tests/stepA_mal.mal [new file with mode: 0644]
vimscript/types.vim [new file with mode: 0644]
vimscript/vimreadline.c [new file with mode: 0644]