1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-19 17:47:53 +03:00
mal/haxe
Ben Harris 9a4896ef20 fantom, haxe, hy, julia: Detect more unterminated strings.
This is achieved by tightening the regexp used to detect valid strings.
2019-05-17 23:07:05 +01:00
..
core Haxe, Matlab: add number?, fn? and macro? 2017-10-25 22:38:24 -05:00
env Haxe: add missed Env.hx file. 2016-01-28 20:50:57 -06:00
printer Haxe: step7-A, hash-maps, metadata, self-hosting. 2016-01-25 22:51:58 -06:00
reader fantom, haxe, hy, julia: Detect more unterminated strings. 2019-05-17 23:07:05 +01:00
tests Tests: move step5 non-TCO tests to per impl. 2016-03-14 23:39:21 -05:00
types Haxe, Matlab: add number?, fn? and macro? 2017-10-25 22:38:24 -05:00
Compat.hx Haxe: add C++, JS, Neko targets. Make neko default. 2016-01-25 23:37:47 -06:00
Dockerfile Update JS impls: use ffi-napi and Ubuntu 18.04 2018-11-28 17:12:17 -06:00
Makefile Convert to loccount based stats calculation. 2019-03-20 23:34:21 -05:00
node_readline.js Update JS impls: use ffi-napi and Ubuntu 18.04 2018-11-28 17:12:17 -06:00
package.json Update JS impls: use ffi-napi and Ubuntu 18.04 2018-11-28 17:12:17 -06:00
run Generic <impl>_MODE setting. Add travis modes. 2017-09-11 17:54:26 -05:00
Step0_repl.hx Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
Step1_read_print.hx Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
Step2_eval.hx Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
Step3_env.hx Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
Step4_if_fn_do.hx Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
Step5_tco.hx Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
Step6_file.hx Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
Step7_quote.hx Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
Step8_macros.hx Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
Step9_try.hx Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
StepA_mal.hx gensym: hide the counter in an environment, define inc in stepA. 2019-05-11 16:37:26 +02:00