-
Notifications
You must be signed in to change notification settings - Fork 45
Description
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