OCTp2c
OCTp2c is a prototype of an utility for converting the pascal code to C++. It uses lexer (lex) and parser (yacc) to analyze the input, builds a syntax tree and finally outputs the tree as a C++ code.
Information for users
Here you can find information for users - how to download and use the project.
Download
Not yet available.
Usage
Not yet available.
Information for developers
Here you can find information interesting for developers which would like to get the sources, provide improvements or create their own version.
Repository
Project repository: https://bitbucket.org/kkapuscik/octp2c.
Build instruction
This project currently provides a simple makefile for building the project.
License
OCTp2c is released under MPL 2.0 license.