Peter Kofler
Peter Kofler
I agree, Visitor is the way to go for almost everything when working on an AST.
Thanks for plyj, great work! Can you provide the links to the JDT grammar and the things you (as you wrote) directly ported from?
Sight. It uses even its own Jikes parser generator (http://www.eclipse.org/jdt/core/howto/generate%20parser/generateParser.html). I have some experience with JavaCC, worked on it for JavaNCSS Java 7 upgrade. But that does not help here....
@neontapir you need to use _Python 2.x_ as indicated by the readme.
Emily, maybe you want to copy paste your comment as a section into the readme. I guess you are writing it a lot ;-)
I had the same issue under Windows. It could be related to current folder name. Although there were no blanks in my path. I moved the current folder to top...
Outdated and contains solution, too.
This is save to accept
Is this still valid/open? Maybe something for Spring cleaning ;-)
The failing unit test would be ``` import unittest import ../src/items import ../src/gildedrose suite "Gilded Rose": test "foo": var items = @[initItem("foo", 0, 0)] items.updateQuality() check items[0].name == "fixme" ```...