1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-19 09:38:28 +03:00
mal/swift3/Sources
Nicolas Boulenguez e3854f04cf Remove gensym, inc and or from step files.
* Move `gensym` and `inc` from step files to `lib/trivial.mal`.
* Move `or` from step files to `lib/test_cascade.mal`.
  Shorten it because `(first ())` returns `nil`
* Update process and tests accordingly (not the figures yet).
2019-06-02 04:24:51 +02:00
..
step0_repl Squashed commits, updated to latest swift3 (swift-3.0-PREVIEW-2) 2016-07-29 18:37:32 +00:00
step1_read_print Squashed commits, updated to latest swift3 (swift-3.0-PREVIEW-2) 2016-07-29 18:37:32 +00:00
step2_eval Squashed commits, updated to latest swift3 (swift-3.0-PREVIEW-2) 2016-07-29 18:37:32 +00:00
step3_env Squashed commits, updated to latest swift3 (swift-3.0-PREVIEW-2) 2016-07-29 18:37:32 +00:00
step4_if_fn_do Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
step5_tco Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
step6_file Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
step7_quote Test uncaught throw, catchless try* . Fix 46 impls. 2018-12-12 14:18:26 -06:00
step8_macros Remove gensym, inc and or from step files. 2019-06-02 04:24:51 +02:00
step9_try Remove gensym, inc and or from step files. 2019-06-02 04:24:51 +02:00
stepA_mal Remove gensym, inc and or from step files. 2019-06-02 04:24:51 +02:00
core.swift io, swift3, vb: Add number?, fn?, macro? 2017-10-17 05:55:04 +00:00
env.swift Swift3: update to Swift 3 Preview 3. 2016-07-31 23:25:23 -05:00
printer.swift Swift3: updates/fixes for Swift 3.0.1 2016-10-17 22:37:42 -05:00
reader.swift make, swift3: fix parsing empty literal sequences. 2019-05-13 11:59:46 -05:00
types.swift Swift3: updates/fixes for Swift 3.0.1 2016-10-17 22:37:42 -05:00