jackhill/mal.git
2016-08-27 Iqbal AnsariFix tokenizer regex to treat [] as two separate tokens...
2016-08-27 Iqbal AnsariImplementation of step1 without the optional functionality
2016-08-27 Iqbal AnsariAdd common-lisp step0
2016-08-25 Joel MartinPowerShell: add missing Makefile.
2016-08-24 Joel MartinFix step4 case sensitivity test.
2016-08-24 Joel MartinPowerShell: add to Travis build.
2016-08-24 Joel MartinREADME: add PowerShell, implementation 58.
2016-08-24 Joel Martintests: additional tests based on PowerShell impl
2016-08-24 Joel MartinPowerShell: steps 4-A, optional, and self-hosting
2016-08-20 Joel MartinPowerShell: steps 0-3
2016-08-09 Joel MartinMerge pull request #229 from wasamasa/chuck-implementation
2016-08-09 Vasilij SchneidermannAdd basic Makefile
2016-08-09 Vasilij SchneidermannAdd chuck to Travis builds
2016-08-09 Vasilij SchneidermannAdd Dockerfile fixes and change runner to bash
2016-08-08 Vasilij SchneidermannSupport backspace in readline implementation
2016-08-07 Vasilij SchneidermannMention in README
2016-08-07 Vasilij SchneidermannMove run_chuck.rb to run
2016-08-06 Vasilij SchneidermannRemove temp file
2016-08-06 Vasilij SchneidermannAdd run script, fix argv bug
2016-08-06 Vasilij SchneidermannMerge branch 'master' into chuck-implementation
2016-08-06 Vasilij SchneidermannSelf-hosting fix
2016-08-06 Vasilij SchneidermannImplement step A
2016-08-06 Vasilij SchneidermannAdd a self-made readline implementation
2016-08-05 Vasilij SchneidermannImplement step 9
2016-08-01 Vasilij SchneidermannImplement step 8
2016-08-01 Joel MartinSwift3: update to Swift 3 Preview 3.
2016-08-01 Joel MartinMerge pull request #228 from fredim/swift3
2016-07-30 Vasilij SchneidermannImplement step 7
2016-07-29 Vasilij SchneidermannImplement step 6
2016-07-29 Fred ImSquashed commits, updated to latest swift3 (swift-3...
2016-07-29 Joel Martinada: stats target.
2016-07-29 Joel Martinperl6: update/add missing Dockerfile. Stats target.
2016-06-27 Joel MartinMerge pull request #225 from rhysd/crystal-0.18.4
2016-06-24 rhysdCrystal: Use Int64 instead of Int32 because time_ms...
2016-06-24 rhysdCrystal: subcommand is changed from 'build' to 'compile'
2016-06-17 Joel MartinMerge pull request #224 from dubek/logo
2016-06-17 Dov MurikLogo implementation
2016-06-16 Joel MartinMerge pull request #223 from wasamasa/better-elisp...
2016-06-16 Vasilij SchneidermannImprove elisp-eval to use MAL types
2016-06-15 Joel MartinMerge pull request #222 from wasamasa/elisp-eval
2016-06-15 Joel MartinMerge pull request #221 from dubek/js-interop
2016-06-15 Vasilij SchneidermannReplace elisp* with elisp-eval, use rx in test
2016-06-15 Dov Murikjs: Fix interop, update web REPL page
2016-06-13 Joel MartinMerge pull request #218 from dubek/io-interop
2016-06-13 Joel MartinMerge pull request #219 from hinrik/perl6_eval_tests
2016-06-13 Joel MartinMerge pull request #220 from dubek/test-case-sensitive
2016-06-13 Dov Muriktests: Verify case sensitivity of names and strings
2016-06-13 Dov Murikio: Add interop function io-eval
2016-06-12 Joel MartinMerge pull request #216 from hinrik/add_perl6_impl
2016-06-12 Joel MartinMerge pull request #217 from dubek/lua-interop
2016-06-12 Hinrik Örn... Add tests for perl6-eval function
2016-06-12 Dov Murikprocess/guide: Describe interop function quux-eval
2016-06-12 Dov Muriklua: Add interop core function lua-eval
2016-06-11 Hinrik Örn... Perl 6: Throw exception on missing ), ], or }
2016-06-11 Joel MartinMerge pull request #215 from hinrik/add_perl6_impl
2016-06-11 Hinrik Örn... Test the Perl 6 implementation on Travis
2016-06-11 Hinrik Örn... Add perl6-eval interop function
2016-06-11 Hinrik Örn... Add Perl 6 implementation
2016-06-08 Joel MartinMakefile: user specified TEST_OPTS take precedence.
2016-06-06 Joel MartinMerge pull request #214 from rhysd/crystal-0.17.4
2016-06-06 rhysdCrystal: Fix steps for Crystal v0.17.4
2016-06-06 Joel Martinplsql: disable until tests more reliably pass.
2016-06-03 Joel Martinplsql: add oracle user in Dockerfile. Longer test startup,
2016-06-02 Joel Martinplsql: disable until uid 1001 issue resolved.
2016-06-02 Joel Martinplsql: enable travis build.
2016-05-24 Joel Martinplsql: add run script.
2016-05-22 Joel Martinplsql: fix normal user/sudo startup of container.
2016-05-22 Joel Martin*sql: update Makefiles, README. Logon override.
2016-05-22 Joel Martinplsql: add dockerfile. Lots of cleanup/renaming.
2016-05-22 Joel Martinplsql: Fix readline/output async. Improve arg mode.
2016-05-22 Joel Martinplsql: self-hosting. Long strings, refactor io.
2016-05-22 Joel Martinplsql: keyword/vector/hash-map. Other deferrables.
2016-05-22 Joel Martinplsql: stepA basics. Fix step6 argument processing.
2016-05-22 Joel Martinplsql: add step9 basics. Refactor arg list passing.
2016-05-22 Joel Martinplsql: refactor with memory pool. step5,7,8 basics.
2016-05-22 Joel Martinplsql: step6 basics. File I/O in io.sql and wrap.sh
2016-05-22 Joel Martinplsql: step4 basics.
2016-05-22 Joel Martinplsql: step2,3 basics.
2016-05-22 Joel Martinplsql (Oracle PL/SQL): Copy plpgsql. Step0,1 basics.
2016-05-19 Joel MartinRefactor to use run scripts, remove *_RUNSTEP
2016-05-17 Joel MartinMerge pull request #212 from dubek/argv-testing
2016-05-16 Dov Murikscala: Run steps directly from jar file
2016-05-15 Dov Murikmake: Clean script output; skip test for command-line...
2016-05-15 Dov Murikmatlab: Add 'run' script to handle command-line args
2016-05-15 Dov Murikjava: Add 'run' script which quotes arguments correctly
2016-05-14 Vasilij SchneidermannImplement step 5
2016-05-13 Dov Murikio: Add wrapper to swallow startup message from Io...
2016-05-12 Joel MartinMerge pull request #213 from dubek/time-ms-fixes
2016-05-12 Vasilij SchneidermannUse truthiness constants
2016-05-12 Dov Murikfactor: Set *ARGV* and run command-line script correctl...
2016-05-12 Vasilij SchneidermannImplement step 4
2016-05-11 Dov Murikr: Fix setting *ARGV*
2016-05-11 Dov Murikjs: Fix setting *ARGV* in step6 & step7
2016-05-11 Dov Murikfsharp: When executing a mal script, don't print the...
2016-05-11 Dov Murikerlang: Fix time-ms to return milliseconds since epoch
2016-05-11 Dov Murikcpp: Make integer values 64-bit so they can holds time...
2016-05-11 Dov Murikerlang: When executing a mal script, don't print the...
2016-05-11 Dov Murikcpp: When executing a mal script, don't print the final...
2016-05-11 Dov Murikocaml: Remove debug prints in step6 & step7
2016-05-11 Dov Muriktests: Test *ARGV* is set correctly in step 6
next