fmreina / compiler_examples

Small repository to show Flex, Bison and LLVM usage examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Small repository to show Flex, Bison and LLVM usage examples

License:GNU General Public License v3.0


Languages

Language:C++ 47.8%Language:Groff 27.5%Language:Yacc 15.5%Language:Lex 6.9%Language:Makefile 2.2%