Libraries tagged by lexical analasys
yuubit/tokenizer
401 Downloads
PHP Library to tokenize various inputs.
goaop/dissect
7689 Downloads
A set of tools for lexical and syntactical analysis written in pure PHP
hexydec/tokenise
7722 Downloads
A program for performing lexical analysis, written in PHP
abdulklarapl/lexer
16 Downloads
Library running lexical analysis for input
remorhaz/lexer-runtime
0 Downloads
Lexical Analysis Runtime Library
kothman/lexer
21 Downloads
A lexical analyser.
coco-project/sql-cache
20 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.
walterwoshid/dissect
53 Downloads
A set of tools for lexical and syntactical analysis written in pure PHP - Fork by WalterWoshid