Convert to Swift 1.2:
authorKeith Rollin <keith.rollin@gmail.com>
Wed, 8 Apr 2015 21:35:33 +0000 (14:35 -0700)
committerKeith Rollin <keith.rollin@gmail.com>
Wed, 8 Apr 2015 21:38:22 +0000 (14:38 -0700)
commit1c76df7dc66c63949ffd0ccc63a2425fe2f5e1fc
tree54c4aa0fdcc4a3d7057975713581a01aa0966587
parent3829ee8cb48da7b5ea880dfe574fec9c58013c68
Convert to Swift 1.2:

* Change "Array" to "ArraySlice"
* Change "as" keyword to "as!"
* Use count(str.utf16) rather than str.utf16count)
* Add "combine:" parameter label to call to slice.reduce
15 files changed:
README.md
swift/core.swift
swift/env.swift
swift/reader.swift
swift/step2_eval.swift
swift/step3_env.swift
swift/step4_if_fn_do.swift
swift/step5_tco.swift
swift/step6_file.swift
swift/step7_quote.swift
swift/step8_macros.swift
swift/step9_try.swift
swift/stepA_mal.swift
swift/templates/step.swift
swift/types.swift