1
1
mirror of https://github.com/kanaka/mal.git synced 2024-10-05 18:08:55 +03:00
Commit Graph

3892 Commits

Author SHA1 Message Date
老刘
bfc0dbc4f5 vbs: remove the restriction that the first argument to 'apply' must be a function. 2024-08-15 09:15:44 -05:00
老刘
24ac2eeaf5 vbs: add an run script for pass the step6's argv_test 2024-08-15 09:15:44 -05:00
老刘
403d7222a7 vbs: step5 is too slow for vbs, skip it 2024-08-15 09:15:44 -05:00
老刘
eecd575b39 vbs: Removes the echos used by the debug github action 2024-08-15 09:15:44 -05:00
老刘
519524fba4 vbs: add return values to the test samples I wrote myself 2024-08-15 09:15:44 -05:00
老刘
92777df4aa vbs: replace bash script with batch script 2024-08-15 09:15:44 -05:00
老刘
9c86952178 vbs: cannot call bash from runtest.py, so call cmd & run.cmd 2024-08-15 09:15:44 -05:00
老刘
91fc6770f6 vbs: append bash before args 2024-08-15 09:15:44 -05:00
老刘
cff66c084f vbs: Add extra option --no-pty for vbs impl 2024-08-15 09:15:44 -05:00
老刘
a8f009b89b vbs: Merge branch 'master' into cy20lin-fix-windows-runtest 2024-08-15 09:15:44 -05:00
老刘
b9a26bea7e vbs: add an makefile to vbs impl 2024-08-15 09:15:44 -05:00
老刘
e935966a05 vbs: add hello world to yml for debugging 2024-08-15 09:15:44 -05:00
老刘
72ec0d6795 vbs: change the default shell of windows for github action to bash 2024-08-15 09:15:44 -05:00
老刘
7feb037abb vbs: update github action's cfg for windows test support 2024-08-15 09:15:44 -05:00
老刘
d683687973 vbs: make do_full=True for testing 2024-08-15 09:15:44 -05:00
老刘
75c21f1cf9 vbs: add vbs impl to Makefile.impls 2024-08-15 09:15:44 -05:00
老刘
3ea750e652 vbs: add an 'run' script for vbs impl 2024-08-15 09:15:44 -05:00
老刘
c65e0662de vbs: for quick testing, comment out the other languages and leave only the vbs ci 2024-08-15 09:15:44 -05:00
老刘
a5abf7b13d vbs: each of the three systems retains a ci test to compare the outputs 2024-08-15 09:15:44 -05:00
老刘
8946ae4e6b vbs: comment other tests for faster ci test 2024-08-15 09:15:44 -05:00
老刘
a53d3f576a vbs: add vbs impl to IMPLS.yml 2024-08-15 09:15:44 -05:00
老刘
2766ec1b89 vbs: update github action's configuration for Windows support 2024-08-15 09:15:44 -05:00
老刘
5a460613f6 vbs: fix indentation error 2024-08-15 09:15:44 -05:00
老刘
473a4a3d61 vbs: update get-ci-matrix to support windows system 2024-08-15 09:15:44 -05:00
OldLiu
900b82ff84 vbs: fix print privous return value in repl error 2024-08-15 09:15:44 -05:00
OldLiu
135c439aa9 vbs: update readme 2024-08-15 09:15:44 -05:00
OldLiu
6225bfe11f vbs: remove my ignore path 2024-08-15 09:15:44 -05:00
OldLiu
b23fcf5b16 vbs: rewrite error strings & remove my debug error info 2024-08-15 09:15:44 -05:00
OldLiu
7571c1923d vbs: fix (rest nil) try+catch+throw 's bugs 2024-08-15 09:15:44 -05:00
OldLiu
4682d3fc45 vbs: STEPA FINISH!!! 2024-08-15 09:15:44 -05:00
OldLiu
08434c3bae vbs: step9 pass! 2024-08-15 09:15:44 -05:00
OldLiu
b1d5b2f21c vbs: step9 finish except hashmap 2024-08-15 09:15:44 -05:00
OldLiu
9025928f53 vbs: step9 finished a quarter 2024-08-15 09:15:44 -05:00
OldLiu
19e780791e vbs: step8 finish! 2024-08-15 09:15:44 -05:00
OldLiu
0ca4cf28e6 vbs: step8 a half finished 2024-08-15 09:15:44 -05:00
OldLiu
475ded6a80 vbs: rewrite quasiquote with quasiquoteexpand & fix vec 2024-08-15 09:15:44 -05:00
OldLiu
8932321327 vbs: step 7 finish a half 2024-08-15 09:15:44 -05:00
OldLiu
f72d1d5dad vbs: rewrite all: normal fun will recive Env also 2024-08-15 09:15:44 -05:00
OldLiu
a7d3c59b23 vbs: step6 finish! 2024-08-15 09:15:44 -05:00
OldLiu
bf185a3374 vbs: fix ByRef's bug, todo: fix mem leak 2024-08-15 09:15:44 -05:00
OldLiu
e1abc7063c vbs: move specials from core to step4 2024-08-15 09:15:44 -05:00
OldLiu
0ed5b5121f vbs: add prn println str prn-str 2024-08-15 09:15:44 -05:00
OldLiu
89ff2dea63 vbs: fix evaluater's bug (create instead modify a list) 2024-08-15 09:15:44 -05:00
OldLiu
f1eb294ece vbs: add some functions 2024-08-15 09:15:44 -05:00
OldLiu
7136b8d877 vbs: rewrite step4 1 2024-08-15 09:15:44 -05:00
老刘
b77851c0b9 vbs: rewrite step3 & fix bugs 2024-08-15 09:15:44 -05:00
老刘
ed793f2046 vbs: Rewrite step2 2024-08-15 09:15:44 -05:00
老刘
d9f5be1700 vbs: new file 'types.vbs' & fix bugs & rewrite 2024-08-15 09:15:44 -05:00
老刘
2731ad293a vbs: rewrite step0 & 1 2024-08-15 09:15:44 -05:00
老刘
ffd110e0da vbs: rewrite codes 2024-08-15 09:15:44 -05:00