Menu

Syntax problem

Help
2004-08-14
2004-08-15
  • Bart van der Werf

    How do i parse a (Type Name (COMMA Type Name)*)?

     
    • Bart van der Werf

      i also cant seem to make a rule that allows me to have the result be an expression withouth parens

      so
      Runnable a=delegate (Runnable) { ... };
      wont work but
      Runnable a=(delegate (Runnable) {...}); will, i dont get it

       

Log in to post a comment.