boolean expressions

main
Brett 2023-08-21 19:09:37 -04:00
parent 54ac0acd55
commit 246742d956
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ namespace cs
{
return !context.contains(token) || context.at(token).empty();
}
// http://www.cs.unb.ca/~wdu/cs4613/a2ans.htm
bool factor(const RuntimeContext& context)
{
if (!hasNextToken())