Skip to content

Commit

Permalink
Merge pull request #2 from Smug-B/patch-1
Browse files Browse the repository at this point in the history
Enforced Indentation Conventions
  • Loading branch information
PsychedelicPalimpsest authored Apr 25, 2024
2 parents af438bc + 2d5af54 commit 4770bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/main.d
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ void main()
// auto scope_ = tokens.parseMultilineScope(index, nullable!ScopeData(null));
// import std.stdio;
// scope_.declaredVariables.writeln;
import parsing.tokenizer.make_tokens;
import parsing.tokenizer.make_tokens;
import parsing.treegen.scopeParser;
import std.stdio;

Expand Down

0 comments on commit 4770bdc

Please sign in to comment.