Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement parsing of nested regexp classes (issue #67) #69

Merged
merged 3 commits into from
Feb 25, 2020

Conversation

TadeasKucera
Copy link
Contributor

@TadeasKucera TadeasKucera commented Feb 18, 2020

We are now able to parse nested regexp classes like /[[]*+]/, /[\[\]*+]/ or even /[[\]*+]/.

@TadeasKucera TadeasKucera marked this pull request as ready for review February 18, 2020 15:12
include/yaramod/parser/parser_driver.h Outdated Show resolved Hide resolved
src/parser/parser_driver.cpp Outdated Show resolved Hide resolved
@metthal metthal merged commit 6866be6 into master Feb 25, 2020
@metthal metthal deleted the nested_regexp_classes branch February 25, 2020 11:43
metthal added a commit that referenced this pull request Feb 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants