Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lex Yacc Compiler

A simple compiler front-end using Flex and Bison.

Features

  • Lexical Analysis (Flex)
  • Syntax Analysis (Bison)
  • Supports loops, expressions, blocks

Run

bison -d parser.y flex lexical.l gcc lex.yy.c parser.tab.c -o parser .\parser.exe

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages