1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-19 17:47:53 +03:00
mal/matlab
Ben Harris 9a924bddaa matlab: Detect more unterminated strings.
Rather than treating anything beginning and ending with '"' as a valid
string, we now use a regexp to detect a valid string and treat any other
token starting with '"' as an error.

This does not fix all of the bugs found by #359, though: there remains a
problem with long strings of backslashes in the input getting expanded
into too many backslashes in the resulting string.
2019-05-19 12:00:28 +01:00
..
+types Matlab: fix real matlab issues, , add conj. 2016-02-05 17:31:19 -06:00
.dockerignore matlab: support Octave 4.0.0 2015-12-31 13:55:18 -06:00
core.m Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
Dict.m matlab: support Octave 4.0.0 2015-12-31 13:55:18 -06:00
Dockerfile Matlab: update to Octave 4.2.1 2017-09-11 16:47:55 -05:00
Env.m matlab: support Octave 4.0.0 2015-12-31 13:55:18 -06:00
Makefile Convert to loccount based stats calculation. 2019-03-20 23:34:21 -05:00
printer.m matlab: support Octave 4.0.0 2015-12-31 13:55:18 -06:00
reader.m matlab: Detect more unterminated strings. 2019-05-19 12:00:28 +01:00
run Generic <impl>_MODE setting. Add travis modes. 2017-09-11 17:54:26 -05:00
step0_repl.m Matlab: fix hash-map equality and keywords. 2015-11-30 14:09:38 -06:00
step1_read_print.m matlab: support Octave 4.0.0 2015-12-31 13:55:18 -06:00
step2_eval.m matlab: fix empty list evaluation. 2016-04-02 17:26:53 -05:00
step3_env.m matlab: fix empty list evaluation. 2016-04-02 17:26:53 -05:00
step4_if_fn_do.m matlab: fix empty list evaluation. 2016-04-02 17:26:53 -05:00
step5_tco.m matlab: fix empty list evaluation. 2016-04-02 17:26:53 -05:00
step6_file.m matlab: fix empty list evaluation. 2016-04-02 17:26:53 -05:00
step7_quote.m matlab: fix empty list evaluation. 2016-04-02 17:26:53 -05:00
step8_macros.m matlab: fix empty list evaluation. 2016-04-02 17:26:53 -05:00
step9_try.m Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
stepA_mal.m gensym: hide the counter in an environment, define inc in stepA. 2019-05-11 16:37:26 +02:00
type_utils.m Haxe, Matlab: add number?, fn? and macro? 2017-10-25 22:38:24 -05:00
types matlab: step0 and step1 basics. 2015-02-07 20:32:24 -06:00