stsievert/swix

operator is now a reserved word

Closed this issue · 1 comments

torb commented

This means that files like oneD-operators.swift has compile errors because variables are called 'operator'

I remember that breaking somewhere around beta 6; I renamed operator to operation. In the current version (v0.2) I only use infix operator and the like.