Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/patniemeyer/j2swift
Browse files Browse the repository at this point in the history
Conflicts:
	.gitignore
  • Loading branch information
patniemeyer committed Apr 9, 2015
2 parents fd4edaf + ad8eefc commit c57dc1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ A few things it does
A few things it could do in the future
--------------------------------------

- For and While Loops
- Final vars should become "let" vars.
- Method and fields with the same name should be disambiguated.
- Static method invocations should be qualified.
Expand Down
2 changes: 1 addition & 1 deletion j2swift.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
J2SWIFT=~/Desktop/MebaSwift/j2swift/
J2SWIFT=~/Desktop/j2swift/
java -classpath $J2SWIFT/out/production/antlr:$J2SWIFT/lib/antlr-4.5-complete.jar J2Swift $1

0 comments on commit c57dc1d

Please sign in to comment.