Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Semantics-preserving cleanup #114

Merged
merged 9 commits into from
Aug 30, 2019
Merged

Semantics-preserving cleanup #114

merged 9 commits into from
Aug 30, 2019

Conversation

regexident
Copy link
Collaborator

Lots of semantics-preserving cleanup of the project:

dcb396d Unified naming of lhs and rhs arguments (from current mix of lhs, x, l, …)
4fab423 Reorganized files
4266f37 Replaced // MARK: with // MARK: - for nicer visual separation in Xcode
da8f000 Moved functions/operators with lhs: Vector into separate ‘Vector.swift’ file
fb9289b Moved functions/operators with lhs: Scalar into separate ‘Scalar.swift’ file
d6e0e91 Replaced use of named functions in ‘ArithmeticTests.swift’ with operators
458b439 Moved arithmetic operators right next to their corresponding named functions
94d4efd Unified file encodings to UTF-8
27ca61a Moved operator-precedence declarations into separate source file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant