Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Amadio committed Sep 2, 2021
1 parent dd994b7 commit aa24b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ func main() {
The `planout-golang` compiler was written from scratch instead of using a generator. This requires more lines of code but
gives better control over syntax and error messages. It also makes things like parsing JSON literals embedded in
PlanOut code much simpler and less error-prone. Several bugs in the official compiler were fixed in this implementation.
The bugs are mentioned in the list of incompatibilities.
The bug fixes are mentioned in the list of incompatibilities.

Internal names of lexical tokens and syntax tree nodes are mostly consistent with those in the official grammar file,
except where it made sense to change them. For example, the official compiler uses `CONST` tokens for both string and
Expand Down

0 comments on commit aa24b35

Please sign in to comment.