1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 01:57:09 +03:00
mal/swift
Keith Rollin 1c76df7dc6 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
2015-04-08 14:38:22 -07:00
..
templates Convert to Swift 1.2: 2015-04-08 14:38:22 -07:00
bridging-header.h Initial Swift implementation. 2015-03-23 01:23:27 -07:00
core.swift Convert to Swift 1.2: 2015-04-08 14:38:22 -07:00
env.swift Convert to Swift 1.2: 2015-04-08 14:38:22 -07:00
main.swift Initial Swift implementation. 2015-03-23 01:23:27 -07:00
Makefile Initial Swift implementation. 2015-03-23 01:23:27 -07:00
printer.swift Initial Swift implementation. 2015-03-23 01:23:27 -07:00
reader.swift Convert to Swift 1.2: 2015-04-08 14:38:22 -07:00
readline.swift Initial Swift implementation. 2015-03-23 01:23:27 -07:00
step0_repl.swift Initial Swift implementation. 2015-03-23 01:23:27 -07:00
step1_read_print.swift Initial Swift implementation. 2015-03-23 01:23:27 -07:00
step2_eval.swift Convert to Swift 1.2: 2015-04-08 14:38:22 -07:00
step3_env.swift Convert to Swift 1.2: 2015-04-08 14:38:22 -07:00
step4_if_fn_do.swift Convert to Swift 1.2: 2015-04-08 14:38:22 -07:00
step5_tco.swift Convert to Swift 1.2: 2015-04-08 14:38:22 -07:00
step6_file.swift Convert to Swift 1.2: 2015-04-08 14:38:22 -07:00
step7_quote.swift Convert to Swift 1.2: 2015-04-08 14:38:22 -07:00
step8_macros.swift Convert to Swift 1.2: 2015-04-08 14:38:22 -07:00
step9_try.swift Convert to Swift 1.2: 2015-04-08 14:38:22 -07:00
stepA_mal.swift Convert to Swift 1.2: 2015-04-08 14:38:22 -07:00
types.swift Convert to Swift 1.2: 2015-04-08 14:38:22 -07:00