Skip to content

Commit

Permalink
Parser
Browse files Browse the repository at this point in the history
- Fixed typo
  • Loading branch information
deavmi committed Apr 2, 2024
1 parent 8dfd3f0 commit ffdd508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tlang/compiler/parsing/core.d
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import tlang.compiler.lexer.core;
import core.stdc.stdlib;
import misc.exceptions : TError;
import tlang.compiler.parsing.exceptions;
import tlang.compiler.reporting : LineInfo;Par
import tlang.compiler.reporting : LineInfo;

/**
* Provided with a lexer this
Expand Down

0 comments on commit ffdd508

Please sign in to comment.