Skip to content

how to increase parser placeholder #68

@thomaslavaur

Description

@thomaslavaur

Hello I had this error today and in can't figure it out where is the problem. I tried to use my own implementation of memcpy and I think the problem is here.

Here is my error :

Exception in thread "main" java.lang.RuntimeException: Error: Parser reached placeholder implementation of parse tree action.
at ccomp.parser.CParser$152.reduce(CParser.java:1330)
at ccomp.parser.CParser.invokeReduceAction(CParser.java:1763)
at beaver.Parser.reduce(Parser.java:464)
at beaver.Parser.parse(Parser.java:383)
at beaver.Parser.parse(Parser.java:352)
at ccomp.parser_hw.CCompiler.compileProgram(CCompiler.java:169)
at zcc.ZCC.compile(ZCC.java:230)
at zcc.ZCC.main(ZCC.java:127)
Makefile:113: recipe for target 'bin/test.params' failed
make: *** [bin/test.params] Error 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions