Skip to content

Commit

Permalink
Merge pull request #93 from Jasch-M/patch-1
Browse files Browse the repository at this point in the history
fix: updated index.mdx: Fixed supposedly missing word in footnote of Tegral Niwen's module page.
  • Loading branch information
utybo authored Sep 8, 2023
2 parents 020c4cf + 316d61c commit eb71e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/modules/core/niwen/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ From a very abstract perspective, when we think of parsing things, what we reall

Compilation of programming languages is an example of something like this: compilers take in files (which are inherently strings of characters) and output some form of executable format.[^1]

[^1]: This is a big simplification of the process that goes into the compilation programming languages. Parsing, as in looking at the file and extracting its structure into an *abstract syntax tree*, is usually the first step of this process.
[^1]: This is a big simplification of the process that goes into the compilation of programming languages. Parsing, as in looking at the file and extracting its structure into an *abstract syntax tree*, is usually the first step of this process.

**Lexers** and **parsers** are two categories of tools that you can use to perform this process.

Expand Down

1 comment on commit eb71e75

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.