Skip to content

Commit

Permalink
[src/parser/grammar.pg] now parses #=[...]
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Masak committed Aug 17, 2009
1 parent 5637208 commit 45c6dd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/parser/grammar.pg
Expand Up @@ -96,6 +96,8 @@ token unv {
|| ^^ <.pod_comment>
|| \h* '#' [
| '`' <quote_expression: >
| '= ' \N*
| '=' <quote_expression: >
| <?opener> <.panic: "Embedded comments now require backticks">
| \N*
]
Expand Down

0 comments on commit 45c6dd3

Please sign in to comment.