Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
6850396bf9
Removed character range creation from the first part of shuntingYard() (the part that adds concatenation operators), because octal and hex values haven't yet been deciphered at this point in the code
47ec95f7bb
Created function that returns a 'default' state
a14ab81697
Updated function names, addeed new function 'FindString' that returns the _text_ of the match
7056026e10
Added a new class 'CHARCLASS', which represents a character class with some other postfixNodes in it. The 'except' field now contains a list of postfixNodes rather than runes
b81a2f8452
Added functions to find if a character is a valid hex value and a valid octal value
fcdb4a8868
Added another test, changed function calls to match new names