Skip to content

A compiler for Roman Urdu programming language, namely Jalebi. This was the final project for our Compiler Design course. We implemented the Lexical Analyzer, Parser and the Code Generation components of the compiler.

Notifications You must be signed in to change notification settings

ZhenoSan/Jalebi-Compiler

 
 

Repository files navigation

Jalebi-Compiler

A compiler for Roman Urdu programming language, namely Jalebi.

To compile and run the program, follow the steps:

  1. Download the files.
  2. Open terminal and go to the respective directory.
  3. Write these commands on your terminal.
    ~$ make -f makefile
    ~$ ./compiler <config.in

About

A compiler for Roman Urdu programming language, namely Jalebi. This was the final project for our Compiler Design course. We implemented the Lexical Analyzer, Parser and the Code Generation components of the compiler.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 89.4%
  • Yacc 5.9%
  • C++ 2.6%
  • Lex 2.0%
  • Makefile 0.1%