There are 0 repository under yacc-lex topic.
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 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.
The front-end of a compiler that converts python code to Three-Address-Code(TAC)
:wrench: 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
A small translator to convert Python code to C code.
AlphaCompiler is a fully functional compiler for Alpha programming language.
Compiler for custom virtual machine - university project
yacc lex for reversed automatic differentiation
Programmable Generic Lexical Scanner (Tokenizer) - Yacc compatible faster and simpler Flex replacement.
This is a mini C compiler built using lex and yacc. This was part of our innovative assignment.
A simple transpiler project that converts source code written in C to D code. The conversion takes place through a series of steps, including lexical, syntactic, and semantic analysis. The final result is a D code equivalent to that written in C.
Java (version 8) Programming Language Compiler
Compilers course project @ IST 2013
LL parser-generator and tokenizer generator written in C.
Cookie is a custom compiler & programming language designed to be simple, intuitive, and easy to use, making it accessible to anyone interested in programming
Welcome to the Compiler Design Laboratory Course! In this course, a compiler is built from scratch. There's different stages of the compilation process, including lexical analysis, syntax analysis, creation of Abstract Syntax Tree, code generation, and optimization which are all utilized in this course.
Este es un intérprete en el que se pueden realizar operaciones matemáticas básicas: suma, resta, multiplicación y división.
An educational Yacc parser implementation for the specified grammar, featuring Java-like addition rules and integrated type checking for assignment consistency. Explore code, examples, and tests to deepen your understanding of Yacc parsing and semantic analysis.
🛠️ A simple compiler for Micro-Go built by Lex and Yacc
Programs for Compiler Design course CS601 using Lex and C.