Libraries tagged by lexical
tmilos/lexer
1004652 Downloads
Lexical analyzer with individual token definition with regular expressions
mjohnson/decoda
1073876 Downloads
A lightweight lexical string parser for BBCode styled markup.
strscan/strscan
117028 Downloads
Simple string tokenizer for lexical scanning operations
remorhaz/php-unilex
111083 Downloads
Unilex: lexical analyzer generator with Unicode support written in PHP
hexydec/tokenise
6589 Downloads
A program for performing lexical analysis, written in PHP
ryangjchandler/lexical
290 Downloads
Attribute-driven tokenisation for PHP.
goaop/dissect
184 Downloads
A set of tools for lexical and syntactical analysis written in pure PHP
nabu-3/lexer
19 Downloads
nabu-3 Lexer library to generate and analize lexical expressions
coco-project/sql-cache
19 Downloads
Based on the lexical analysis of "update," "select," "insert," and "delete" SQL statements, an automatic caching strategy is implemented. The strategy involves caching the data when executing a select operation and associating the table name contained in the SQL statement with the corresponding cached records. When executing update, insert, or delete operations, the table name from the SQL statement is extracted, and any cached records containing this table name from previous select operations are deleted. This strategy enables seamless caching without delay and eliminates the need to worry about data synchronization issues. It is particularly effective for tables with infrequent data modifications. For tables with frequent modifications, they can be ignored by configuring the strategy accordingly.
henriquebs0/lexical-analyzer
16 Downloads
abdulklarapl/lexer
16 Downloads
Library running lexical analysis for input
yuubit/tokenizer
401 Downloads
PHP Library to tokenize various inputs.
kloud/flex
9 Downloads
A console wrapper for the flex command
walterwoshid/dissect
53 Downloads
A set of tools for lexical and syntactical analysis written in pure PHP - Fork by WalterWoshid
tomiii/decoda-extended
336 Downloads
A lightweight lexical string parser for BBCode styled markup.