Repository navigation

#

lex

chai2010/go-ast-book

📚 《Go语言定制指南》(原名:Go语法树入门/开源免费图书/Go语言进阶/掌握抽象语法树/Go语言AST)

Go
5428
7 个月前

WIN10/11 自带微软五笔码表与短语替换与管理工具( 可将系统五笔一键替换为郑码、小鹤音形、表形码等 ),软件仅930KB( 绿色免安装 ),已自带郑码、小鹤音形、表形码、五笔86、98、091、新世纪等输入法的各种流行码表。

1046
2 个月前

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.

C++
554
21 天前

Rust grammar tool libraries and binaries

Rust
540
5 天前
Go
411
3 年前

c compiler based on flex(lex), bison(yacc) and LLVM, supports LLVM IR and obj code generation. 基于flex,bison以及LLVM,使用c++11实现的类C语法编译器, 支持生成中间代码及可执行文件.

C++
252
8 年前

LexRank algorithm for text summarization

Python
230
1 年前

snapdragon is an extremely pluggable, powerful and easy-to-use parser-renderer factory.

JavaScript
226
2 年前

Lexer and parser generators for F#

F#
216
3 个月前

A mini, simple and modular compiler for SYsU/SysY(tiny C). Based on Clang/LLVM/ANTLR4/Bison/Flex.

C
214
5 个月前

Parse YARA rules and operate over them more easily.

Python
187
2 个月前

c语言编译器,用 lex 和 yacc 工具完成词法分析与语法分析并生成语法树,C++实现了语 法树的解析并生成中间代码,生成中间代码的过程中实现了错误检测。C++实 现了中间代码的优化操作。之后利用 python 对中间代码进行处理并生成 mips 汇编码并且可以成功在 PCSpim(mips 模拟器)上运行。

C
185
8 年前

Python LESS compiler

Less
144
2 年前

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.

Yacc
136
2 年前

☁ A friendly guide to help you easily comprehend AWS Cloud concepts, designed for beginners and intermediate users with clear explanations, illustrations, and practical examples.

86
8 天前

FAN (fan-out-oriented) ATPG (Automatic Test Pattern Generation) and Fault Simulation command line tool

Verilog
86
1 年前

An implementation of regular expressions for Python that uses a finite state automaton(正则引擎的Python实现,包括从NFA到DFA和DFA的最小化)

Python
85
2 年前