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

5 Commits

Author SHA1 Message Date
Dov Murik
6d4201755a skew: Support catchless try* 2019-02-20 07:14:23 +00:00
Joel Martin
4aa0ebdf47 Error on unterminated strings.
Add a step1 test to make sure that implementations are properly
throwing an error on unclosed strings.

Fix 47 implementations and update the guide to note the correct
behavior.
2019-01-25 16:16:06 -06:00
Dov Murik
c91c8de968 forth, skew, tcl: Add number?, fn?, macro? 2017-10-14 12:21:33 +00:00
Dov Murik
e73fcefe8f Fix unescaping in rexx, skew, vimscript 2017-09-28 07:38:32 -05:00
Dov Murik
034e82adc5 Add Skew implementation
See http://skew-lang.org/ for details on the Skew language. Currently
Mal only compiles to Javascript, as there are some issues with the C#
backend for Skew (https://github.com/evanw/skew/issues/19).

Tested with Skew 0.7.42.
2016-11-20 10:10:41 +00:00