A modern scripting language; implemented in old school C, yacc & flex
-
Updated
Oct 10, 2024 - C
A modern scripting language; implemented in old school C, yacc & flex
code satic html pages without repeating yourself
NKU CS major compulsory course in 5th semester, taught by Prof. Wang Gang. Finish a compiler of language SysY(A subset of language C), by using auxiliary tools bison and yacc. It is widely regarded as the most difficult compulsory course in computer science.
Building compilers for lexical analysis & parsing
The front-end of a compiler that converts python code to Three-Address-Code(TAC)
Lab codes for Compiler design
🔧 My studies involving context-free grammar analysis. The analyzers were built using familiar tools such as YACC, Lex and Bison. Topics covered include token filtering, simple variable manipulation, and arrays.
A repo with basic compiler design programs in C, using Lex and YACC
AlphaCompiler is a fully functional compiler for Alpha programming language.
The LALR parser generator (LPG) is a tool for developing scanners and parsers. Supports multi-language . Input is specified by BNF rules. LPG supports backtracking (to resolve ambiguity), automatic AST generation and grammar inheritance.
yacc lex for reversed automatic differentiation
Yet another CLR compiler compiler.
Compilers course project @ IST 2013
Add a description, image, and links to the yacc-lex topic page so that developers can more easily learn about it.
To associate your repository with the yacc-lex topic, visit your repo's landing page and select "manage topics."