Closed isomarcte closed 8 years ago
Refer to this link for build results (access rights to CI server needed): https://jenkins.scala-ide.org:8496/jenkins//job/ghprb-scalariform/31/ Test PASSed.
LGTM.
RARROW
was introduced in the 0.1.6
fork, so it should be fine to delete (few people should be depending on it).
RARROW
values now parse asVARID
, this is what we want becauseRARROW
is an identifier.->
into→
and they now lex as separate identifiers. This is a breaking change for anyone who relied on them being the same token/value.RARROW
value.val -> = foo
or where you haveimport Foo.->
This fixes #203 and #209