Simple "Hello World" for lex (flex) and yacc (bison) compiler of compilers
-
Updated
Oct 19, 2018 - Makefile
Simple "Hello World" for lex (flex) and yacc (bison) compiler of compilers
GNU Make framework for building, executing and debugging C language projects, including those involving C source code generation from Lex-like and/or Yacc-like tools
A generic makefile for C/C++ projects in a GNU/Linux environment that is designed to do automatic dependency generation and linking. It also includes rules to build and run unit tests (google test, or cppunit), generate doxygen docs, run code check tools (clang-check and cppcheck), and format the source code using clang-format.
A two phases compiler implementation in C++ including a lexical Analyzer, parser, semantic analysis, and code generation.
Developing a Lexical Analyzer, Parser, Semantic Analysis, and Code Generation for a compiler.
Add a description, image, and links to the yacc topic page so that developers can more easily learn about it.
To associate your repository with the yacc topic, visit your repo's landing page and select "manage topics."