Skip to content

Commit

Permalink
minor typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lepisma committed Jan 15, 2024
1 parent 57407e5 commit bffda95
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/misc/01-parsing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

Develop a simple parser in your preferred programming language that can read and
interpret basic constructs of the [Ink narrative
language](https://www.inklestudios.com/ink/) which is n English like language to
write interactive fictions.
language](https://www.inklestudios.com/ink/) which is an English like language
to write interactive fictions.

The idea of this exercise is to learn writing parsers and understand connected
challenges. The recommended way to go about this exercise is to try writing the
parser both from scratch (starting from pure RegEx) and using common parsing
framework or approach.
challenges. The recommended way to go about this exercise is to first write the
parser from scratch (starting from pure RegEx) and the use common parsing
frameworks or approaches.

Here are a few expectations from your program:

Expand Down

0 comments on commit bffda95

Please sign in to comment.