nicklockwood / Expression

A cross-platform Swift library for evaluating mathematical expressions at runtime
MIT License
824 stars 50 forks source link

Added Codable Conformance #48

Open cms7912 opened 1 year ago

cms7912 commented 1 year ago

Added codable conformance to ParsedExpression & SubExpression

nicklockwood commented 1 year ago

@cms7912 this sounds like a good idea, but you seem to have reformatted the code with 2-space indenting, which makes it hard to review (and also isn't something I wanted). Can you revert that?