1
1
mirror of https://github.com/kanaka/mal.git synced 2024-10-27 14:52:16 +03:00
mal/impls/vbs
2024-08-15 09:15:44 -05:00
..
tests vbs: add return values to the test samples I wrote myself 2024-08-15 09:15:44 -05:00
core.vbs vbs: test WSH.Echo "\nuser>" 2024-08-15 09:15:44 -05:00
env.vbs vbs: rewrite error strings & remove my debug error info 2024-08-15 09:15:44 -05:00
install.vbs vbs: step 7 finish a half 2024-08-15 09:15:44 -05:00
io.vbs vbs: Update io.vbs for avoid error 2024-08-15 09:15:44 -05:00
Makefile vbs: add an makefile to vbs impl 2024-08-15 09:15:44 -05:00
printer.vbs vbs: Unify newlines to LF for fix step6 slurp's error 2024-08-15 09:15:44 -05:00
reader.vbs vbs: rewrite error strings & remove my debug error info 2024-08-15 09:15:44 -05:00
run vbs: import variable MAL_VBS_IMPL_NO_STDERR & MAL_VBS_IMPL_ECHO_STDIN 2024-08-15 09:15:44 -05:00
step0_repl.vbs vbs: rewrite step0 use IOWrap for test 2024-08-15 09:15:44 -05:00
step1_read_print.vbs vbs: rewrite step3 using IOWrap 2024-08-15 09:15:44 -05:00
step2_eval.vbs vbs: rewrite step2 use IOWrap 2024-08-15 09:15:44 -05:00
step3_env.vbs vbs: rewrite step3 using IOWrap 2024-08-15 09:15:44 -05:00
step4_if_fn_do.vbs vbs: rewrite step4 using IOWrap 2024-08-15 09:15:44 -05:00
step5_tco.vbs vbs: rewrite step5 using IOWrap 2024-08-15 09:15:44 -05:00
step6_file.vbs vbs: rewrite step6 using IOWrap 2024-08-15 09:15:44 -05:00
step7_quote.vbs vbs: rewrite step7 using IOWrap 2024-08-15 09:15:44 -05:00
step8_macros.vbs vbs: Replace All StdErr with StdOut 2024-08-15 09:15:44 -05:00
step9_try.vbs vbs: Replace All StdErr with StdOut 2024-08-15 09:15:44 -05:00
stepA_mal.vbs vbs: test WSH.Echo "\nuser>" 2024-08-15 09:15:44 -05:00
types.vbs vbs: STEPA FINISH!!! 2024-08-15 09:15:44 -05:00