kbiakov / falt-translator

Formal Algorithmic Language Translator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FALT Translator

Formal Algorithmic Language Translator, June 2013

This program allows you to translate the text of a program from formal algorithmic language to C and Pascal syntax.

Example program consists of int & float variable declarations, sequences of operators, perhaps nested. Also assignment operators, conditions, while loop, expressions of operations: -, *, /, and brackets (parentheses).

About

Formal Algorithmic Language Translator


Languages

Language:C++ 100.0%