Skip to content

Commit

Permalink
Compiler: In symbol_expr, don't allow double quote. See pull request #…
Browse files Browse the repository at this point in the history
  • Loading branch information
jefft0 committed Jan 21, 2022
1 parent e302b71 commit 3514e68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions r_comp/compiler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,7 @@ bool Compiler::symbol_expr(std::string &s) {
case '(':
case '[':
case ']':
case '\"':
case '.':
if (s == "mk") {

Expand Down

0 comments on commit 3514e68

Please sign in to comment.