Skip to content

Commit

Permalink
Shunting Yard working fine with Swift 4.2 and Xcode 10
Browse files Browse the repository at this point in the history
  • Loading branch information
iillx committed Nov 1, 2018
1 parent ace62f8 commit 6707ce2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Shunting Yard/ShuntingYard.playground/Contents.swift
@@ -1,10 +1,5 @@
//: Playground - noun: a place where people can play

// last checked with Xcode 9.0b4
#if swift(>=4.0)
print("Hello, Swift 4!")
#endif

internal enum OperatorAssociativity {
case leftAssociative
case rightAssociative
Expand Down
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>

0 comments on commit 6707ce2

Please sign in to comment.