jackhill/mal.git
2020-05-23 AnotherTestbe more spec-compatible with readline
2020-05-23 AnotherTestadd 'xpath-eval', and fix most running issues
2020-05-23 AnotherTestfix (fn? +) ;=> false
2020-05-23 AnotherTestoops.
2020-05-23 AnotherTestrebase to kanaka/mal
2020-05-23 AnotherTestgenerate perf analysis
2020-05-23 AnotherTestfix previous env issue
2020-05-23 AnotherTestimpl everything, passes tests, has some weird bug with...
2020-05-23 AnotherTestImplement step9 fully. pass all tests~
2020-05-23 AnotherTestFinish step8
2020-05-23 AnotherTestfix in-file step name
2020-05-23 AnotherTestimplement step7-quote
2020-05-23 AnotherTestremove debug function
2020-05-23 AnotherTestimpl step6
2020-05-23 AnotherTestimpl step4, fix string parsing
2020-05-23 AnotherTestprint functions as #<fn name>
2020-05-23 AnotherTestimpl step3 fully. passes all tests
2020-05-23 AnotherTesthandle vectors and hashmaps
2020-05-23 AnotherTestimpl step2, remove interleaved calls in READ/EVAL/PRINT
2020-05-23 AnotherTeststart step2-eval
2020-05-23 AnotherTestpass all step1 tests
2020-05-23 AnotherTestadd reader macros
2020-05-23 AnotherTestcomplete required functionality for step1
2020-05-23 AnotherTeststarting xslt impl
2020-05-23 Joel MartinMerge pull request #510 from bjh21/bjh21-runtest-simpler
2020-05-23 Ben Harrisruntest: Strip CR on input
2020-05-23 Ben Harrisruntest: Don't worry about how implementation echoes...
2020-05-21 Joel MartinMerge pull request #506 from gabrielmadruga/master
2020-05-21 Joel MartinMerge pull request #508 from bjh21/bjh21-throwtests
2020-05-21 Joel MartinMerge pull request #509 from bjh21/bjh21-ps-catch
2020-05-21 Ben Harrisps: Fix handling of exceptions thrown from catch* clause
2020-05-19 Ben HarrisAdd tests for nested exception handlers
2020-05-17 Gabriel MChange os.clock multiplier, update Dockerfile to use...
2020-05-16 Joel MartinMerge pull request #505 from bjh21/bjh21-test-readatom
2020-05-16 Gabriel MUpdate README.md
2020-05-16 Gabriel MChange \177 to \u{029e}, correctly define keyword,...
2020-05-16 Gabriel MAdd lrexlib-pcre through luarocks.
2020-05-16 Gabriel MRemove usage of socket
2020-05-15 Gabriel MLua Makefile improvements.
2020-05-10 Ben HarrisStep 6: Test read-string of a single atom at the end...
2020-03-30 Joel MartinMerge pull request #502 from maniaphobic/master
2020-03-29 mANIApHOBICCorrect a trivial typographical error in the guide
2020-02-11 Joel MartinRevert accidentally pushed close_fds experiment
2020-02-11 Joel MartinMove implementations into impls/ dir
2020-01-23 Joel MartinDEBUG re-enable (REMOVE ME).
2020-01-23 Joel MartinDISABLE FDs (REMOVE ME).
2020-01-23 Joel MartinFD debug (REMOVE ME).
2020-01-20 Joel Martinruntest.py: close FDS on Popen
2020-01-17 Joel MartinAdd missing clean targets in 5 impls.
2020-01-16 Joel Martingraph: update stats, add new implementations.
2020-01-16 Joel MartinAlign jq capitalization with docs.
2020-01-16 Joel MartinMerge pull request #493 from alimpfard/patch-3
2020-01-16 Joel MartinMerge pull request #494 from alimpfard/master
2020-01-16 AnotherTestfix case where env could be null
2020-01-16 AnotherTestfix atoms not leaking out of let*
2020-01-15 Ali Mohammad PurAdd test for atoms "leaking" out of let* binds
2020-01-15 Joel MartinMerge pull request #492 from alimpfard/patch-2
2020-01-15 Ali Mohammad Purissue #491
2020-01-13 Joel MartinMerge pull request #488 from alimpfard/main+jq
2020-01-13 AnotherTestrefactor atoms out of step4 and step5
2020-01-13 AnotherTestrefactor some stuff to adhere to mal guidelines
2020-01-13 Joel MartinMerge pull request #489 from def-/master
2020-01-13 Dennis FelsingFix Nim version for Nim 1.0.4
2020-01-13 AnotherTestadd stub makefile
2020-01-12 AnotherTestorder alphabetically
2020-01-12 AnotherTestMerge branch 'main+jq' of https://github.com/alimpfard...
2020-01-12 AnotherTestclean up comments
2020-01-12 AnotherTestchange Dockerfile to build on top of ubuntu:bionic
2020-01-10 Ali Mohammad Puradd jq info to readme
2020-01-10 AnotherTestbring the let* child env to newwer steps
2020-01-10 AnotherTestadd jq to travis matrix
2020-01-10 AnotherTestswitch run to a python script that gives io to the...
2020-01-10 AnotherTestswitch to tail -f circular pipes
2020-01-10 AnotherTestcoreutils
2020-01-10 AnotherTestyes
2020-01-10 AnotherTestxenial is the latest LTS apparently
2020-01-10 AnotherTestswitch to ubuntu :shrug:
2020-01-10 AnotherTestchange python version, py2 segfaults
2020-01-10 AnotherTestbusybox has its own timeout
2020-01-10 AnotherTestadd Dockerfile
2020-01-10 AnotherTestimplement conj/seq
2020-01-10 AnotherTestfix macroexpand
2020-01-10 AnotherTestfix printing strings
2020-01-09 AnotherTestfix weird interaction between let* and fn* and atoms
2020-01-08 AnotherTestadd step9 and fix "symbol not found" exception format
2020-01-08 AnotherTestfix atom interactions and unfuck execution speed
2020-01-07 AnotherTestproperly implement tco and add step7:quote
2020-01-07 AnotherTestadd step8
2020-01-07 AnotherTestproperly implement tco and add step7:quote
2020-01-07 AnotherTestadd atoms
2020-01-07 AnotherTeststart step6 and add the cheaty runtime of cheatiness
2020-01-07 AnotherTestfix scoping and backport print patch
2020-01-07 AnotherTestEQUIRECURSION BABY!
2020-01-07 AnotherTest...add step4...
2020-01-07 AnotherTestfix (= list vector) and the case where (((& x) ......
2020-01-07 AnotherTestimpl step5
2020-01-07 AnotherTeststep 3 done~
2020-01-07 AnotherTestprepare for later
2020-01-07 AnotherTeststep2 - eval
2020-01-07 AnotherTestall tests passing yay
next