-
Notifications
You must be signed in to change notification settings - Fork 6
Pull requests: y-scope/log-surgeon
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
feat: Add more debugging to test-lexer.cpp; Add lexer schema to NFA and DFA tests.
#92
opened Feb 3, 2025 by
SharafMohamed
Loading…
feat: Add TDFA determinization; Update lexer's tag to final register map using TDFA.
#91
opened Feb 3, 2025 by
SharafMohamed
Loading…
refactor: Prefix tree creates default register positions; register handler can add multiple registers; Add
register_id_t
.
#88
opened Feb 3, 2025 by
SharafMohamed
Loading…
refactor: Update DFA to be templated on both a DFA state and NFA state.
#87
opened Feb 3, 2025 by
SharafMohamed
Loading…
refactor: Rename
next
to dest_state
and next()
to get_dest_state()
.
#86
opened Feb 3, 2025 by
SharafMohamed
Loading…
refactor: Clang-tidy fixes for files relevant to TDFA determinization.
#85
opened Feb 3, 2025 by
SharafMohamed
Loading…
refactor: Unify epsilon, positive start, positive end, and negative transitions into spontaneous transitions.
#76
opened Jan 13, 2025 by
SharafMohamed
Loading…
feat: separate the concept of captures and tags; lexer now tracks mapping from variables to capture to tags to registers.
#72
opened Jan 13, 2025 by
SharafMohamed
Loading…
ProTip!
Filter pull requests by the default branch with base:main.