Skip to content

Latest commit

 

History

History
executable file
·
25 lines (17 loc) · 779 Bytes

README.md

File metadata and controls

executable file
·
25 lines (17 loc) · 779 Bytes

Turbo C code to ANSI C code converter

Input: Turbo C compliant code Output Generated: Equivalent ANSI C code

Lexical Analysis performed using C-Source Scanner. XML Parser uses PugiXML

Dependencies:

  • GCC-G++
  • Make
  • FLEX
  • Java Development Kit

Authors (In alphabetical order):

The project is incomplete and is missing a lot of function definitions in the XML files. Not suitable for production as of now.

Licensed under GNU GPLv3