Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.mkdn
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ To parse a string, call [Gaucamole](https://metacpan.org/pod/Gaucamole)'s `parse
object-oriented interface in the future.)

It returns a list of results. If it ever returns more than one, this is a bug that
means it couldn't ambiguously parse something. This will later be enforced in the
means the parsed string was ambiguous. This will later be enforced in the
interface. The current interface is not official.

## AST Nodes
Expand Down