Skip to content

Commit

Permalink
Update parse.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
silas-wr authored Jul 24, 2024
1 parent 0d5284f commit ebe4ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crate/parse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Program parse(vector<Token> tlist) {

bool eol = true;
bool eof = true;
bool complex = false;
// bool complex = false; // For functions, crates, and such things
bool ok = true;

vector<string> id {"id", "importr", "packr", "fromg", "fromr"};
Expand Down

0 comments on commit ebe4ea0

Please sign in to comment.