2023-09-29 07:10:14 +00:00
|
|
|
==================
|
|
|
|
Full Line Comments
|
|
|
|
==================
|
|
|
|
|
2023-09-30 19:13:38 +00:00
|
|
|
not_a_comment
|
2023-09-29 07:10:14 +00:00
|
|
|
# comment
|
|
|
|
|
|
|
|
---
|
|
|
|
|
2023-09-29 13:53:53 +00:00
|
|
|
(root
|
|
|
|
(item
|
2023-09-30 19:13:38 +00:00
|
|
|
(statement
|
2023-10-01 04:01:02 +00:00
|
|
|
(expression
|
|
|
|
(identifier))))
|
2023-09-29 13:53:53 +00:00
|
|
|
(item
|
|
|
|
(comment)))
|
2023-09-30 19:13:38 +00:00
|
|
|
|
2023-09-29 07:10:14 +00:00
|
|
|
==================
|
|
|
|
Partial Line Comments
|
|
|
|
==================
|
|
|
|
|
2023-09-30 19:13:38 +00:00
|
|
|
not_a_comment # comment
|
2023-09-29 07:10:14 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
|
2023-09-30 19:13:38 +00:00
|
|
|
(root
|
2023-09-29 13:53:53 +00:00
|
|
|
(item
|
2023-09-30 19:13:38 +00:00
|
|
|
(statement
|
2023-10-01 04:01:02 +00:00
|
|
|
(expression
|
|
|
|
(identifier))))
|
2023-09-29 13:53:53 +00:00
|
|
|
(item
|
2023-09-30 19:13:38 +00:00
|
|
|
(comment)))
|