Skip to content

Commit

Permalink
feat(#5): spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Sep 24, 2024
1 parent e499e6a commit abede99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/program.pest
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ new = { ASSIGNMENT ~ WHITE_SPACE ~ reference}
reference = { char+ }
me = { (ME ~ SEMICOLON ~ WHITE_SPACE ~ login) }
login = {"@" ~ char+}
char = {ASCII_ALPHANUMERIC}
char = { ASCII_ALPHANUMERIC }

ASSIGNMENT = {">"}
CREATION = {"+"}
Expand Down

0 comments on commit abede99

Please sign in to comment.