1
1
mirror of https://github.com/kanaka/mal.git synced 2024-08-16 17:20:23 +03:00

Commit Graph

  • a85bbef517 vbs: Merge branch 'master' into cy20lin-fix-windows-runtest 老刘 2024-08-08 13:38:49 +0800
  • 85c72fe400 vbs: add an makefile to vbs impl 老刘 2024-08-08 12:59:23 +0800
  • 10437811fc vbs: add hello world to yml for debugging 老刘 2024-08-08 12:55:06 +0800
  • 2cf7738c4f vbs: change the default shell of windows for github action to bash 老刘 2024-08-08 12:50:09 +0800
  • 22eee3b458 vbs: update github action's cfg for windows test support 老刘 2024-08-08 12:44:56 +0800
  • b57a4e8320 vbs: make do_full=True for testing 老刘 2024-08-08 12:38:03 +0800
  • 8ac902b339 vbs: add vbs impl to Makefile.impls 老刘 2024-08-08 12:31:58 +0800
  • a0db830202 vbs: add an 'run' script for vbs impl 老刘 2024-08-08 12:31:40 +0800
  • 1df72d8c35 vbs: for quick testing, comment out the other languages and leave only the vbs ci 老刘 2024-08-08 12:31:21 +0800
  • 3bf986771a vbs: each of the three systems retains a ci test to compare the outputs 老刘 2024-08-08 12:19:02 +0800
  • 9b8d69f097 vbs: comment other tests for faster ci test 老刘 2024-08-08 12:16:55 +0800
  • 2bc3323f79 vbs: add vbs impl to IMPLS.yml 老刘 2024-08-08 12:09:31 +0800
  • f346c4fe24 vbs: update github action's configuration for Windows support 老刘 2024-08-08 12:07:02 +0800
  • 66ca4a8092 vbs: fix indentation error 老刘 2024-08-08 12:01:17 +0800
  • fdcc1124a5 vbs: update get-ci-matrix to support windows system 老刘 2024-08-08 11:58:34 +0800
  • 9c6bcd860a vbs: fix print privous return value in repl error OldLiu 2023-07-08 13:03:26 +0800
  • e4a0e49401 vbs: update readme OldLiu 2023-07-08 12:20:18 +0800
  • 23f722ca64 vbs: remove my ignore path OldLiu 2023-07-08 12:13:37 +0800
  • 02eb37ae21 vbs: rewrite error strings & remove my debug error info OldLiu 2023-01-29 00:13:45 +0800
  • d725374990 vbs: fix (rest nil) try+catch+throw 's bugs OldLiu 2023-01-28 23:33:10 +0800
  • 2bb3edad6c vbs: STEPA FINISH!!! OldLiu 2023-01-28 13:51:46 +0800
  • f2cab28ac9 vbs: step9 pass! OldLiu 2023-01-28 01:11:37 +0800
  • f9eb0e16ae vbs: step9 finish except hashmap OldLiu 2023-01-27 13:45:58 +0800
  • d8d2237ab8 vbs: step9 finished a quarter OldLiu 2023-01-26 21:51:50 +0800
  • cc65a063c9 vbs: step8 finish! OldLiu 2023-01-26 19:49:30 +0800
  • f647d3b1f9 vbs: step8 a half finished OldLiu 2023-01-26 18:57:47 +0800
  • cd055ee54e vbs: rewrite quasiquote with quasiquoteexpand & fix vec OldLiu 2023-01-26 17:10:03 +0800
  • 1c9d8bc426 vbs: step 7 finish a half OldLiu 2023-01-24 00:32:39 +0800
  • 44010effdc vbs: rewrite all: normal fun will recive Env also OldLiu 2023-01-22 22:59:42 +0800
  • edd1e27510 vbs: step6 finish! OldLiu 2023-01-22 22:41:56 +0800
  • 48dfd2fc40 vbs: fix ByRef's bug, todo: fix mem leak OldLiu 2023-01-21 00:09:26 +0800
  • e8e0ac64a9 vbs: move specials from core to step4 OldLiu 2023-01-20 21:50:12 +0800
  • beddcf5639 vbs: add prn println str prn-str OldLiu 2023-01-20 21:36:46 +0800
  • 7e842012e8 vbs: fix evaluater's bug (create instead modify a list) OldLiu 2023-01-20 19:15:11 +0800
  • d8698416ab vbs: add some functions OldLiu 2023-01-19 23:56:35 +0800
  • 1466dd84d6 vbs: rewrite step4 1 OldLiu 2023-01-19 23:05:05 +0800
  • 3d2bb5d801 vbs: rewrite step3 & fix bugs 老刘 2023-01-19 21:11:11 +0800
  • 9213908533 vbs: Rewrite step2 老刘 2023-01-19 19:36:39 +0800
  • 2d4a7888f8 vbs: new file 'types.vbs' & fix bugs & rewrite 老刘 2023-01-19 19:27:04 +0800
  • 0677b18de5 vbs: rewrite step0 & 1 老刘 2023-01-19 16:13:48 +0800
  • 805b8140ee vbs: rewrite codes 老刘 2022-12-23 23:40:24 +0800
  • 76d4c8f79f vbs: env hotfix 老刘 2022-10-30 20:55:17 +0800
  • 03c59c82ab vbs: fix env's big bug 老刘 2022-10-30 20:20:57 +0800
  • 223727e799 vbs: fix fn* calling bug which evaluate code twice OldLiu 2022-10-23 12:47:04 +0800
  • 4c96d741c4 vbs: core miss, added OldLiu 2022-08-28 21:36:38 +0800
  • 7af8b97f18 vbs: add step4(have some bugs) OldLiu 2022-08-28 21:33:05 +0800
  • 85e39eb8ce vbs: step4 init:1 OldLiu 2022-08-28 15:47:05 +0800
  • add135ee32 vbs: step4 init: OldLiu 2022-08-28 15:46:30 +0800
  • 7c84432011 vbs: fix step3 OldLiu 2022-08-28 13:44:39 +0800
  • 129262b462 vbs: fix error dealing OldLiu 2022-08-28 10:18:52 +0800
  • c8371b171e vbs: rewrite 3 OldLiu 2022-08-28 00:53:12 +0800
  • 4bc295e286 vbs: rewrite code 2 OldLiu 2022-08-28 00:00:10 +0800
  • 9b2cb5a9b0 vbs: rewrite code1 OldLiu 2022-08-27 22:05:13 +0800
  • d8916d6852 vbs: finish step2 OldLiu 2022-05-02 10:52:27 +0800
  • 07740dde69 vbs: fix hashtable, string, error handle OldLiu 2022-02-26 10:52:44 +0800
  • 33a826adb9 vbs: add extra code data detect OldLiu 2022-02-18 12:14:44 +0800
  • e3f6a8f0f4 vbs: add error handling,macros, string, boolean, null OldLiu 2022-02-18 12:00:05 +0800
  • ae38ddf2f4 vbs: Merge branch 'kanaka:master' into master 老刘 2022-02-17 23:04:40 +0800
  • d3fbaf76da vbs: vbs step 0&1 OldLiu 2022-02-17 23:02:57 +0800
  • c283a469c0 vbs: batch impl init OldLiu 2022-01-10 00:07:07 +0800
  • 0d32585d6b python.2: fix self-host by adding fn?, macro?. Joel Martin 2024-08-14 13:23:11 -0500
  • c4ab84b116 tests/stepA: fn?, macro? required for self-host. Joel Martin 2024-08-14 13:18:03 -0500
  • 99d3ce5464 haxe: fix core readline function: print prompt Joel Martin 2024-08-13 14:58:06 -0500
  • d1afe8ddb5 awk: fix regex warnings (extraneous escaping) Joel Martin 2024-08-13 09:57:48 -0500
  • e62567fb8f awk: disable env/types debug to fix self-host tests Joel Martin 2024-08-13 09:54:37 -0500
  • ce36490541 GHA: ensure self-host by checking prompt. Joel Martin 2024-08-13 09:59:09 -0500
  • c76aa8c34b tests/step1: add list within list quasiquote test. Joel Martin 2024-08-13 09:51:55 -0500
  • 5463dfac6b Port diagrams to drawio. Update with eval_ast/macro changes. Joel Martin 2024-08-12 14:33:40 -0500
  • 4db37829ef README: update counts to include LaTeX3. Joel Martin 2024-08-12 14:51:34 -0500
  • 61b81f9847
    Merge 3aba3a02d9 into 82b5f367a2 Name 2024-08-12 08:14:41 -0700
  • 3b93b11077 sync with upstream Yang Le 2024-08-09 20:50:14 +0800
  • ef05f2fe20 all tests passed Yang Le 2023-07-24 20:06:32 +0800
  • 77a251c90e update for tests/lib Yang Le 2023-07-22 16:30:26 +0800
  • 8bc59ebdd1 add Dockerfile Yang Le 2023-07-13 19:37:21 +0800
  • 12453ee063 stepA Yang Le 2023-07-13 17:54:08 +0800
  • ddd6645baa update for hash-map Yang Le 2023-07-09 20:25:05 +0800
  • 171834b65a step9 Yang Le 2023-07-09 20:24:00 +0800
  • befa4d53f4 fix errors and memory leaks Yang Le 2023-07-08 22:50:50 +0800
  • b2f53f4674 step8 Yang Le 2023-07-06 22:51:04 +0800
  • 993b7a7a11 step7 Yang Le 2023-07-06 20:15:12 +0800
  • 9d6ad9d76a step6 but memory leak Yang Le 2023-07-04 20:47:16 +0800
  • 6824e331dc step5 Yang Le 2023-07-04 13:27:38 +0800
  • 436cee20d6 fix memory leak Yang Le 2023-06-27 22:04:48 +0800
  • 02ca56579c step4 Yang Le 2023-06-26 20:45:03 +0800
  • 0fef0a39cc step3 Yang Le 2023-06-24 16:03:19 +0800
  • 41fd05cfed step3(WIP) Yang Le 2023-06-04 22:51:09 +0800
  • 586113a7a2 minor improve Yang Le 2023-06-04 18:08:55 +0800
  • 8d7fa53011 minor improve Yang Le 2023-06-04 17:21:40 +0800
  • 5f2627e0ad step2 Yang Le 2023-06-04 16:38:30 +0800
  • dd10408a79 step1 Yang Le 2023-06-04 00:06:28 +0800
  • 7bf30168a0 there you go Yang Le 2023-06-03 11:20:04 +0800
  • 931464d11b
    Merge a07bcc3c90 into 82b5f367a2 Wayne Myers 2024-08-09 16:30:29 -0700
  • 82b5f367a2
    Add expected result for fn/hash-map interaction test Garklein 2024-08-09 19:29:50 -0400
  • f41ee8d924
    Merge branch 'master' into master Joel Martin 2024-08-09 18:07:27 -0500
  • c41582a110
    Merge b4d9ab0122 into e8179fbb8f zsdz 2024-08-09 16:04:03 -0700
  • e8179fbb8f
    Fixes for guide text (#611) Adam Gashlin 2024-08-09 16:02:38 -0700
  • 183af6566a
    Merge branch 'master' into fixes Joel Martin 2024-08-09 17:58:49 -0500
  • a1f1a72d2b Generalize note for with-meta (guide, Step A) Denis Fuenzalida 2021-03-28 20:03:22 -0700
  • 47395d754d pprint properly prints hash-maps Jordi Iñigo 2021-09-10 16:56:32 +0200
  • d2b56e9657 runtest.py: if --no-pty, do not expect echo'd input runtest-no-pty-no-echo Joel Martin 2024-08-09 09:46:23 -0500