aravagarwal/CodeCloakPII
0
1====2comment3====4 5// This is a comment6/* This is also a comment */7/* this comment /* // /** ends here: */8/**/9 10a /* dkjfhsdf + */ + b; /* ***** */11 12---13 14(program 15 (line_comment) 16 (block_comment) 17 (block_comment) 18 (block_comment) 19 (expression_statement 20 (binary_expression 21 (identifier) 22 (block_comment) 23 (identifier))) 24 (block_comment)) 25 26======================27comments and literals28======================29 30123;31// comment32 33---34 35(program36 (expression_statement (decimal_integer_literal))37 (line_comment))38 