Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 618 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 618 Bytes

LDAP filter analyzer

This project is a simple tool for easily visualizing large LDAP filters. Hovering parts of the analyzed result highlights where they were extracted from.

See it live here.

Donate

Description

The input string is analyzed by a scannerless parser: it performs lexing and parsing at once. It uses a factory pattern for building nodes in memory as it scans the input.