Skip to content

Commit

Permalink
make general expressions not allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
mtarek97 committed Jun 11, 2018
1 parent 0062725 commit a40434d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions NOTES.txt

This file was deleted.

2 changes: 1 addition & 1 deletion src/SyntaxValidator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const int SyntaxValidator::INVALID = 0;
const int SyntaxValidator::INSTRUCTION = 1;
const int SyntaxValidator::DIRECTIVE = 2;
const int SyntaxValidator::LABEL_MAXLENGTH = 8;
const bool SyntaxValidator::GENERAL_EXPRESSION_ALLOWED = true;
const bool SyntaxValidator::GENERAL_EXPRESSION_ALLOWED = false;

// constructor
SyntaxValidator::SyntaxValidator()
Expand Down

0 comments on commit a40434d

Please sign in to comment.