/compiler_examples

Small repository to show Flex, Bison and LLVM usage examples

Primary LanguageC++GNU General Public License v3.0GPL-3.0

INE5426 - Construção de Compiladores

Compiler Construction: Computer Science course at INE/UFSC

Flex + Bison C++ example

Files

  • ast.cpp & ast.h: C++ Abstract Syntax Tree definitions and methods
  • parser.y: Bison parser
  • scanner.l: Flex scanner
  • main.cpp: C++ main file
  • Makefile: call make to compile