Advertisement
Guest User

ANTLR 3.4 C++ target error

a guest
Aug 1st, 2012
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. CPP.stg 133:33: anonymous template has 0 arg(s) but mapped across 1 value(s)
  2. CPP.stg 134:33: anonymous template has 0 arg(s) but mapped across 1 value(s)
  3. CPP.stg 208:6: required parameters (filterMode) must appear before optional parameters
  4. CPP.stg 272:1: required parameters (labelType) must appear before optional parameters
  5. CPP.stg 272:12: required parameters (members) must appear before optional parameters
  6. CPP.stg 272:21: required parameters (filterMode) must appear before optional parameters
  7. CPP.stg 279:18: anonymous template has 0 arg(s) but mapped across 1 value(s)
  8. CPP.stg 280:18: anonymous template has 0 arg(s) but mapped across 1 value(s)
  9. CPP.stg 324:66: required parameters (filterMode) must appear before optional parameters
  10. CPP.stg 458:51: anonymous template has 0 arg(s) but mapped across 1 value(s)
  11. CPP.stg 459:51: anonymous template has 0 arg(s) but mapped across 1 value(s)
  12. CPP.stg 475:27: anonymous template has 0 arg(s) but mapped across 1 value(s)
  13. CPP.stg 478:27: anonymous template has 0 arg(s) but mapped across 1 value(s)
  14. CPP.stg 484:27: anonymous template has 0 arg(s) but mapped across 1 value(s)
  15. CPP.stg 501:46: anonymous template has 0 arg(s) but mapped across 1 value(s)
  16. CPP.stg 502:46: anonymous template has 0 arg(s) but mapped across 1 value(s)
  17. CPP.stg 540:68: invalid character '<'
  18. CPP.stg 540:68: invalid character '\'
  19. CPP.stg 540:70: 'n' came as a complete surprise to me
  20. CPP.stg 667:28: implicitly-defined attribute i not visible
  21. CPP.stg 980:49: anonymous template has 0 arg(s) but mapped across 1 value(s)
  22. CPP.stg 1029:21: invalid character '}'
  23. CPP.stg 1029:21: mismatched input '};' expecting ID
  24. CPP.stg 1154:56: anonymous template has 0 arg(s) but mapped across 1 value(s)
  25. CPP.stg 1163:54: anonymous template has 0 arg(s) but mapped across 1 value(s)
  26. CPP.stg 1215:47: anonymous template has 0 arg(s) but mapped across 1 value(s)
  27. CPP.stg 1221:46: anonymous template has 0 arg(s) but mapped across 1 value(s)
  28. CPP.stg 1341:95: anonymous template has 0 arg(s) but mapped across 1 value(s)
  29. error(10): internal error: grammar.g : java.lang.IllegalArgumentException: no such attribute: buildAST
  30. org.stringtemplate.v4.ST.add(ST.java:187)
  31. org.antlr.codegen.CodeGenerator.genRecognizer(CodeGenerator.java:349)
  32. org.antlr.Tool.generateRecognizer(Tool.java:655)
  33. org.antlr.Tool.process(Tool.java:468)
  34. org.antlr.Tool.main(Tool.java:93)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement