Repository navigation
lex
- Website
- Wikipedia
WIN10/11 自带微软五笔码表与短语替换与管理工具( 可将系统五笔一键替换为郑码、小鹤音形、表形码等 ),软件仅930KB( 绿色免安装 ),已自带郑码、小鹤音形、表形码、五笔86、98、091、新世纪等输入法的各种流行码表。
DFA regular expression library & friends
A high-performance C++ regex library and lexical analyzer generator with Unicode support. Extends Flex++ with Unicode support, indent/dedent anchors, lazy quantifiers, functions for lex and syntax error reporting and more. Seamlessly integrates with Bison and other parsers.
LexRank algorithm for text summarization
snapdragon is an extremely pluggable, powerful and easy-to-use parser-renderer factory.
A compiler that accepts any valid program written in C. It is made using Lex and Yacc. Returns a symbol table, parse tree, annotated syntax tree and intermediate code.
clex is a simple lexer generator
☁ A friendly guide to help you easily comprehend AWS Cloud concepts, designed for beginners and intermediate users with clear explanations, illustrations, and practical examples.
An implementation of regular expressions for Python that uses a finite state automaton(正则引擎的Python实现,包括从NFA到DFA和DFA的最小化)