single-hash-literal

A single # is literal text in all positions; no comment recognition

§2.1 · source

Input

# not a comment
foo # also literal

Output AST

- type: Paragraph
  children:
    - type: Text
      value: "# not a commentfoo # also literal"