Skip to content

Commit

Permalink
Trying to fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
DePasqualeOrg committed Oct 1, 2024
1 parent e73afaa commit 4014d8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Lexer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ let keywords: [String: TokenType] = [
"not": .not,
"true": .booleanLiteral,
"false": .booleanLiteral,
"none": .nullLiteral,
"None": .nullLiteral,
// "none": .nullLiteral,
// "None": .nullLiteral,
]

func isWord(char: String) -> Bool {
Expand Down

0 comments on commit 4014d8a

Please sign in to comment.