1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 10:37:58 +03:00
Commit Graph

17 Commits

Author SHA1 Message Date
Joel Martin
dd7a4f55f3 Test uncaught throw, catchless try* . Fix 46 impls.
Fixes made to: ada, c, chuck, clojure, coffee, common-lisp, cpp,
crystal, d, dart, elm, erlang, es6, factor, fsharp, gnu-smalltalk,
groovy, guile, haxe, hy, js, livescript, matlab, miniMAL, nasm, nim,
objc, objpascal, ocaml, perl, perl6, php, plsql, ps, python, r,
rpython, ruby, scheme, swift3, tcl, ts, vb, vimscript, wasm, yorick.

Catchless try* test is an optional test. Not all implementations
support catchless try* but a number were fixed so they at least don't
crash on catchless try*.
2018-12-12 14:18:26 -06:00
Vasilij Schneidermann
85657c9632 common-lisp, es6, guile, java, mal: Add number?, fn?, macro? 2017-10-17 01:29:08 +02:00
Dov Murik
81eabb9986 guile: Fix crash/exception on literal empty list
Issue #190
2016-03-30 09:29:00 -04:00
Dov Murik
48572759b7 Add gensym and clean or macro to stepA of 12 implementations (part 1)
* go
* guile
* js
* mal
* miniMAL
* ocaml
* ps
* python
* racket
* ruby
* tcl
* vimscript
2016-01-23 00:31:51 -05:00
Dov Murik
dcd1519937 guile: modify step6 (and later) to handle atoms 2016-01-06 14:33:56 +02:00
Nala Ginrut
4b3eaa7436 guile: perf tests OK 2015-04-07 05:13:11 +08:00
Nala Ginrut
2f60d14c9c guile refixed *ARGV* 2015-04-07 03:49:33 +08:00
Nala Ginrut
1ad90e2b69 guile fixed *ARGV* issue 2015-04-07 02:54:12 +08:00
Nala Ginrut
2a80d367e3 guile: self-hosting works 2015-04-07 02:45:40 +08:00
Nala Ginrut
10bc1bceb0 guile: fixed _apply 2015-04-06 16:20:10 +08:00
Nala Ginrut
1c90c5065e fixed contain? 2015-04-06 05:08:48 +08:00
Nala Ginrut
0d9fb576f6 added immutable feature to avoid strange bug 2015-04-06 04:27:47 +08:00
Nala Ginrut
9633243eaa guile: print host-language 2015-04-04 12:36:44 +08:00
Nala Ginrut
94a0943ab4 guile: fixed readline bug 2015-04-04 12:26:48 +08:00
Nala Ginrut
c3b5dda753 guile: enable readline 2015-04-04 04:09:31 +08:00
Nala Ginrut
101fe65223 guile: fixed stepA with new tests 2015-04-04 03:09:24 +08:00
Nala Ginrut
9f3c099543 guile done 2015-04-04 02:27:19 +08:00