chrono-swift icon indicating copy to clipboard operation
chrono-swift copied to clipboard

Obj-C support?

Open guidedways opened this issue 5 years ago • 2 comments

Can we please have @objc support for this library?

guidedways avatar Oct 20 '19 02:10 guidedways

Sure. Give me like a day or two. The only annoying this is that ChronoParsedResult can’t be represented in Objective-C, since it’s a struct. Would you be cool with parsedResultsFrom(naturalLanguageString: String, referenceDate: Date?) returning an NSDictionary instead of a ChronoParsedResult?

neilsardesai avatar Oct 20 '19 16:10 neilsardesai

Or I suppose I could create a ChronoParsedResultReference that’s just a class representation of ChronoParsedResult.

neilsardesai avatar Oct 20 '19 16:10 neilsardesai