dlang-community / drepl

A REPL for D
Boost Software License 1.0
78 stars 20 forks source link

class stdx.d.parser.Parser member moreTokens is not accessible #3

Closed timotheecour closed 10 years ago

timotheecour commented 10 years ago

dscanner is at git master. I couldn't build using dub(see other bug report) but doing this: rdmd -Isrc -Ipath/to/Dscanner examples/sandbox.d gives: src/dawg/drepl/interpreter.d(96): Error: class stdx.d.parser.Parser member moreTokens is not accessible

MartinNowak commented 10 years ago

Yes, I had some troubles using Dscanner. Among others it doesn't have a dub.json. I'll try to get the necessary things upstream.

MartinNowak commented 10 years ago

I reduced the linker error, that I hit with Dscanner. When it's fixed I can submit my dub.json to Dscanner. https://d.puremagic.com/issues/show_bug.cgi?id=12146

MartinNowak commented 10 years ago

OK, I posted a pull for that linker issue, so let's hope it'll get merged soon. https://github.com/D-Programming-Language/dmd/pull/3255

MartinNowak commented 10 years ago

And I submitted a pull for Dscanner https://github.com/Hackerpilot/Dscanner/pull/109.