dabble icon indicating copy to clipboard operation
dabble copied to clipboard

no stdx.lexer

Open wilzbach opened this issue 8 years ago • 1 comments

When I try to compile this project, I get:

dabble/parser.d(22): Error: module lexer is in file 'stdx/d/lexer.d' which cannot be read

wilzbach avatar Mar 07 '16 12:03 wilzbach

When I tried to add libdparse to its build path I get

dabble/parser.d(77): Error: function dabble.parser.DabbleParser.error does not override any function, did you mean to override 'dparse.parser.Parser.error'?
dabble/parser.d(203): Error: undefined identifier 'LambdaExpression'
dabble/parser.d(264): Error: function dabble.parser.DabbleParser.parseFunctionDeclaration does not override any function, did you mean to override 'dparse.parser.Parser.parseFunctionDeclaration'

Moreover fixing those errors yields to

dabble/util.d(109): Error: no property 'clear' for type '_Info[]'
dabble/util.d(148): Error: no property 'clear' for type '_Info[]'
dabble/parser.d(63): Error: no property 'clear' for type 'Tuple!(ulong, ulong, string)[]'
dabble/parser.d(64): Error: no property 'clear' for type 'Tuple!(ulong, ulong)[]'
dabble/parser.d(172): Error: no property 'clear' for type 'string[]'
dabble/parser.d(173): Error: no property 'clear' for type 'string[][]'
dabble/defs.d(46): Error: no property 'clear' for type 'Type*[string]'
dabble/defs.d(47): Error: no property 'clear' for type 'Var[]'
dabble/defs.d(48): Error: no property 'clear' for type 'Decl[]'
dabble/defs.d(49): Error: no property 'clear' for type 'Vtbl[]'
dabble/meta.d(20): Deprecation: function std.process.system is deprecated - Please use wait(spawnShell(command)) or executeShell(command) instead
dabble/meta.d(20): Deprecation: function std.process.system is deprecated - Please use wait(spawnShell(command)) or executeShell(command) instead
dabble/meta.d(124): Error: no property 'clear' for type 'SharedLib[]'
dabble/meta.d(174): Error: no property 'clear' for type 'string'
dabble/meta.d(191): Error: no property 'clear' for type 'string'
dabble/repl.d(205): Error: no property 'clear' for type 'Tuple!(string, "stage", long, "msecs")[]'
dabble/repl.d(222): Error: no property 'clear' for type 'string'
dabble/repl.d(231): Error: no property 'clear' for type 'string'
dabble/repl.d(277): Error: no property 'clear' for type 'Entry[]'
dabble/repl.d(278): Error: no property 'clear' for type 'Entry[]'
dabble/repl.d(349): Error: no property 'clear' for type 'Tuple!(string, "path", string, "name", long, "modified")[]'
dabble/repl.d(350): Error: no property 'clear' for type 'string'

Please update your great program, so that it can be build ;-)

wilzbach avatar Mar 07 '16 12:03 wilzbach