Aadhavan Srinivasan
|
f5eb9c8218
|
Defined postfixNodes for LPAREN and RPAREN
|
2 weeks ago |
Aadhavan Srinivasan
|
21b2d5a2a9
|
Added lookaround-related fields to postfixNode struct
|
1 month ago |
Aadhavan Srinivasan
|
c807d6664e
|
Changed generation of characters for non-whitespace, non-digit and non-word characters - it's basically an inverted character class now
|
1 month ago |
Aadhavan Srinivasan
|
e882f41400
|
Added fields to denote all the characters that an 'allChars' postfixNode _shouldn't_ represent (useful for inverting character classes)
|
1 month ago |
Aadhavan Srinivasan
|
160b2f9215
|
Added newline character as an escaped node
|
1 month ago |
Aadhavan Srinivasan
|
c56d81a335
|
Added unicode support to dot metacharacter - it now matches _any_ unicode character (almost)
|
1 month ago |
Aadhavan Srinivasan
|
9a073aa514
|
Added node types for left and right parentheses
|
2 months ago |
Aadhavan Srinivasan
|
b602295bee
|
Added support for specifying how often a postfixNode is repeated
|
2 months ago |
Aadhavan Srinivasan
|
a19d409796
|
Set node type to ASSERTION if the character represents an assertion
|
2 months ago |
Aadhavan Srinivasan
|
656c506aa8
|
Wrote function to provide correct node for escaped character
|
2 months ago |
Aadhavan Srinivasan
|
b8d5ea0897
|
Wrote function to create a character node regardless of the contents of the node
|
2 months ago |
Aadhavan Srinivasan
|
444413e1f7
|
Added postfixNode type to represent a node in the postfix representation of the regex
|
2 months ago |