Merge pull request #532 from dubek/vhdl-fix-defmacro
[jackhill/mal.git] / impls /
2020-10-31 Vasilij SchneidermannMerge pull request #532 from dubek/vhdl-fix-defmacro WIP-janet
2020-10-31 Vasilij SchneidermannMerge pull request #535 from dubek/vimscript-fix-defmacro
2020-10-31 Vasilij SchneidermannMerge pull request #538 from dubek/ts-fixes
2020-10-31 Vasilij SchneidermannMerge pull request #537 from dubek/tcl-soft-fixes
2020-10-26 Dov Murikts: defmacro! doesn't modify existing functions
2020-10-26 Dov Murikts: Fix (keyword) of keywords
2020-10-26 Dov Murikts: Upgrade to TypeScript 4.0.3
2020-10-26 Dov Muriktcl: defmacro! doesn't modify existing functions
2020-09-30 Dov Muriktcl: Fix (keyword) of keywords
2020-09-30 Dov Murikvhdl: defmacro! doesn't modify existing functions
2020-09-30 Dov Murikvimscript: defmacro! doesn't modify existing functions
2020-08-11 Joel MartinMerge pull request #401 from asarhaddon/quasiquote
2020-08-10 Nicolas BoulenguezChange quasiquote algorithm
2020-07-23 Nicolas Boulenguezada.2: typo
2020-07-23 Nicolas BoulenguezFix (keyword :k) on erlang and fsharp
2020-06-15 Joel MartinMerge pull request #519 from dubek/fix-ruby-keyword
2020-06-15 Joel MartinMerge pull request #518 from oilshell/dev/andy
2020-06-14 Dov Murikruby: (keyword :abc) should just return same keyword
2020-06-13 Andy Chuimpls/bash: Minor changes to make it run under OSH
2020-06-01 Joel MartinMerge pull request #497 from alimpfard/xslt
2020-06-01 AnotherTestXSLT: Use blocking reads instead of a polling thread
2020-05-30 AnotherTestXSLT impl: Limit jvm memory to 2GB
2020-05-30 AnotherTestBreak some lines to make the code more readable
2020-05-30 AnotherTestonly print last result if in repl
2020-05-30 AnotherTestno more infinite boot times!
2020-05-30 AnotherTestattempt to speed execution up
2020-05-30 AnotherTest...add default target back :facepalm:
2020-05-30 AnotherTestmakefile tweak to avoid failure~
2020-05-30 AnotherTesteliminate unnecessary env serialisations
2020-05-30 AnotherTestformat all xslt files
2020-05-30 AnotherTestremove irrelevant comment
2020-05-30 AnotherTestwe can now self-host :tada:
2020-05-30 AnotherTesttry to avoid spammy "No such file or directory" errors
2020-05-30 AnotherTestwe can now self-host...almost
2020-05-30 AnotherTestapply @kanaka's patch to Dockerfile
2020-05-30 Joel MartinMerge pull request #514 from alimpfard/jq-fix
2020-05-30 AnotherTestJq: Fix our share of #513
2020-05-29 Joel MartinMerge pull request #512 from bjh21/bjh21-step2-empties
2020-05-29 Ben Harrisyorick: Fix evaluation of empty vectors in steps 2...
2020-05-28 Ben HarrisStep 2: Test empty vectors and hash-maps
2020-05-23 AnotherTestadd a dockerfile with saxon in it
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 AnotherTestrebase to kanaka/mal
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 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-02-11 Joel MartinMove implementations into impls/ dir