1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 10:37:58 +03:00
Commit Graph

5 Commits

Author SHA1 Message Date
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
Joel Martin
da9aef124a Fix unescaping in lua, objc, php, powershell, swift3 and ts. 2017-09-28 07:40:47 -05:00
Joel Martin
2faae94c0a Objective-C: OS X: build, read_atom, str comp., etc.
Also, fix designated init warnings. Note in README that OS X XCode
7 is also supported.
2016-03-06 01:24:16 -06:00
Joel Martin
7cae6e6f12 Objective-C: steps 5-A, self-hosting, perf, README 2016-03-06 01:24:16 -06:00
Joel Martin
57350ed73c Objective-C: steps 0-4, keywords, hash maps. 2016-03-06 01:24:16 -06:00