Aadhavan Srinivasan
|
1bafdcdb7e
|
Added support for inverted matches; moved escape character detection to its own function
|
2 months ago |
Aadhavan Srinivasan
|
a66e8f1c08
|
Concatenate every character if it is escaped
|
2 months ago |
Aadhavan Srinivasan
|
7b815343f4
|
Removed exclamation mark in inverted metacharacters - had the opposite effect becasue of the way deleteFunc works
|
2 months ago |
Aadhavan Srinivasan
|
1a7fd12569
|
Added support for some escaped metacharacters
|
2 months ago |
Aadhavan Srinivasan
|
ca945c7740
|
Added support for character ranges and dot metacharacter
|
2 months ago |
Aadhavan Srinivasan
|
11073759e3
|
Added support for character classes (not ranges, yet); also take input from stdin instead of cmdline arg
|
2 months ago |
Aadhavan Srinivasan
|
84c768fd5e
|
Fixed small bug with question mark operator, wasn't adding the empty state's output
|
2 months ago |
Aadhavan Srinivasan
|
7286e07858
|
Added question mark operator - 0 or 1
|
2 months ago |
Aadhavan Srinivasan
|
ae219f763a
|
Added alternate function, removed relevant code from main; also started working on escape characters
|
2 months ago |
Aadhavan Srinivasan
|
4781b87b90
|
Added comments
|
2 months ago |
Aadhavan Srinivasan
|
bf3060b672
|
Used 'unique append' to ensure that a transition can only contain a given state once
|
2 months ago |
Aadhavan Srinivasan
|
761a5ad052
|
Added functions for concatenation and kleene star creation, removed relevant code from main
|
2 months ago |
Aadhavan Srinivasan
|
5ee427230c
|
Replaced 'pop' with 'mustPop' which panics on error
|
2 months ago |
Aadhavan Srinivasan
|
273a03e3cf
|
Added more test cases
|
2 months ago |
Aadhavan Srinivasan
|
139c88dd58
|
Started working on '+' operator
|
2 months ago |
Aadhavan Srinivasan
|
c894ee4c0d
|
Renamed match function to 'findAllMatches', to better represent what it does
|
2 months ago |
Aadhavan Srinivasan
|
9d786997df
|
Initial support for multiple matching
|
2 months ago |
Aadhavan Srinivasan
|
11dd6aeb7c
|
More Kleene star fixes
|
2 months ago |
Aadhavan Srinivasan
|
9d3bc2b804
|
Fixed kleene star behavior, which used to behave like a '+'
|
2 months ago |
Aadhavan Srinivasan
|
cc0098b558
|
Print matched content in color
|
2 months ago |
Aadhavan Srinivasan
|
bc11777ad5
|
Fixed Kleene Star matching
|
2 months ago |
Aadhavan Srinivasan
|
d191686168
|
Rudimentary matching works
|
2 months ago |
Aadhavan Srinivasan
|
213da40c3b
|
Allow one state to map to multiple states with the same transition eg. ab|aa
|
2 months ago |
Aadhavan Srinivasan
|
8394e7867e
|
Fixed bug with last state detection
|
2 months ago |
Aadhavan Srinivasan
|
82b33f3c9a
|
First commit
|
2 months ago |