Skip to content

mihailkirov/Pseudo-Pythoc-C

Repository files navigation

A basic psuedo programming  language (mix of Python and C) on C using flex and bison frameworks. 
The project is a basic implementation of the classical syntaxic and lexical tree analysis. 
You can compile it using the makefile and then execute it with the test file (./COMPILO test.txt).
The language supports variable assignment, operators priority and loops. The arithmetic operations that are supported are - '+', '-','*','**'. 
Logical operations - '<', '>', '==' , '>=', '<='.   

About

Programming language with Flex&Bison - C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages