diff --git a/corpus/comments.txt b/corpus/comments.txt index 37482eb..a997dd2 100644 --- a/corpus/comments.txt +++ b/corpus/comments.txt @@ -2,42 +2,33 @@ Full Line Comments ================== +not_a_comment # comment -#comment -# also a comment! --- (root (item - (comment)) - (item - (comment)) + (statement + (open_statement + (expression + (identifier))))) (item (comment))) - + ================== Partial Line Comments ================== -# comment # 1; -#comment# "one" +not_a_comment # comment --- -(source +(root (item - (comment)) + (statement + (open_statement + (expression + (identifier))))) (item - (statement - (closed_statement - (value - (integer))))) - - (item - (comment)) - (item - (statement - (open_statement - (value - (string)))))) + (comment)))