yacc topic

List yacc repositories

jni4android

309
Stars
86
Forks
Watchers

JNI Generater for Android

TinyCompiler

233
Stars
57
Forks
Watchers

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

FsLexYacc

202
Stars
68
Forks
Watchers

Lexer and parser generators for F#

cCompiler

176
Stars
56
Forks
Watchers

c语言编译器,用 lex 和 yacc 工具完成词法分析与语法分析并生成语法树,C++实现了语 法树的解析并生成中间代码,生成中间代码的过程中实现了错误检测。C++实 现了中间代码的优化操作。之后利用 python 对中间代码进...

lesscpy

144
Stars
47
Forks
Watchers

Python LESS compiler

SYsU-lang

202
Stars
37
Forks
Watchers

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

tinylang

67
Stars
12
Forks
Watchers

Tiny玩具语言(Go语言实现/包含Tiny编译器/CASL汇编器/COMET虚拟机/调试器/支持WebAssembly/LLVM)

sqlfun

79
Stars
37
Forks
Watchers

Modern SQL parser using Bison (Yacc) and Flex

PL0_Compiler

38
Stars
9
Forks
Watchers

PL0 Compiler 编译原理 C 语言 实现的 PL/0 编译器 flex & bison