Skip to content

alexpnt/qC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Compilers Project

qC Compiler

Features:

  • Lexical analyser
  • Error handling
  • Syntax Analyzer (Abstract Syntax Tree)
  • Semantic Analyzer (Symbol Table + Error Handler)

####Installation:####

./install   (lex,yacc and gcc required)

####Usage:####

Show AST

./qcompiler -t < simple.qc

Show Symbol Table

./qcompiler -s < simple.qc

####Screenshot:####

Cheers!

About

qC - A compiler for a subset of the C language

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published