Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
janpaulpl authored Jun 11, 2023
1 parent 6a4722b commit f408af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/parser.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The parser code is contained in `/src/main/scala/gvc/parser`. Parser code is sep

* `AST`: AST data structure definitions
* `ParserState`: Immutable data structure that contains line indices and parser state data, used for translating string indices to line/column numbers and for tracking multi-line comment state.
* `Whitespace`: Base psuedo-lexer, parses whitespace
* `Whitespace`: Base pseudo-lexer, parses whitespace
* `Lexer`: Extends `Whitespace`, parses basic tokens such as identifiers, etc.
* `Types`: Extends `Lexer`, parses type specifiers
* `Expressions`: Extends `Types`, parses C0 imperative expressions
Expand Down

0 comments on commit f408af7

Please sign in to comment.