1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 10:37:58 +03:00
mal/swift
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
..
templates Swift*: add seq/string?. swift: gensym/or macro fix 2016-02-24 16:49:25 -06:00
tests Tests: move step5 non-TCO tests to per impl. 2016-03-14 23:39:21 -05:00
bridging-header.h Initial Swift implementation. 2015-03-23 01:23:27 -07:00
core.swift [swift] add number?, fn?, and macro? 2017-11-01 20:38:42 -05:00
env.swift Update for Xcode 7.0 2015-09-21 18:26:47 -07:00
main.swift Initial Swift implementation. 2015-03-23 01:23:27 -07:00
Makefile Swift3: add meta to all collections. Simplify types. 2016-03-01 14:58:59 -06:00
printer.swift Update for Xcode 7.0 2015-09-21 18:26:47 -07:00
reader.swift Error on unterminated strings. 2019-01-25 16:16:06 -06:00
readline.swift Update for Xcode 7.0 2015-09-21 18:26:47 -07:00
run Refactor to use run scripts, remove *_RUNSTEP 2016-05-18 22:29:18 -07:00
step0_repl.swift Update for Xcode 7.0 2015-09-21 18:26:47 -07:00
step1_read_print.swift Update for Xcode 7.0 2015-09-21 18:26:47 -07:00
step2_eval.swift Update for Xcode 7.0 2015-09-21 18:26:47 -07:00
step3_env.swift Update for Xcode 7.0 2015-09-21 18:26:47 -07:00
step4_if_fn_do.swift Update for Xcode 7.0 2015-09-21 18:26:47 -07:00
step5_tco.swift Update for Xcode 7.0 2015-09-21 18:26:47 -07:00
step6_file.swift Update for Xcode 7.0 2015-09-21 18:26:47 -07:00
step7_quote.swift Update for Xcode 7.0 2015-09-21 18:26:47 -07:00
step8_macros.swift julia, matlab, r, rust, swift: fix macro result evaluation 2016-01-26 14:16:20 -06:00
step9_try.swift julia, matlab, r, rust, swift: fix macro result evaluation 2016-01-26 14:16:20 -06:00
stepA_mal.swift julia, matlab, r, rust, swift: fix macro result evaluation 2016-01-26 14:16:20 -06:00
types_class.swift Update for Xcode 7.0 2015-09-21 18:26:47 -07:00
types_enum.swift Update for Xcode 7.0 2015-09-21 18:26:47 -07:00