Project of IUT compiler course in 3 phase for C.
The project of the IUT compiler course in 3 phases for C.
Note: There are videos from test cases of phase3(final phase) here
It's a simplified C compiler that checks syntax, semantic and finally generates assembly codes.
This project has been done in two-person(@elnazrahmati and me) teams.
flex -o myapp.c phase1.lex
gcc myapp.c
./a.out
bison -d bison_code.y -o app.cpp
flex -o app_lex.cpp flex_code.l
g++ app.cpp app_lex.cpp
for printing the parse tree by token value run:./a.out test.txt 0
for printing the parse tree by token name run: ./a.out test.txt 1
bison -d bison_code.y -o app.cpp
flex -o app_lex.cpp flex_code.l
g++ app.cpp app_lex.cpp
./a.out test.txt 0
HarfBuzz text shaping engine
Hascal is a general purpose and open source programming language designed to build optimal, maintainable, reliable and efficient software.
Solution of Quera's Problems with different programming language and approach.
Python3 externals for Max / MSP
A small framebuffer pdf, djvu, epub, xps, and cbz viewer
Turn your ES5 code into readable ES6. Lebab does the opposite of what Babel does.
C++ library for creating and modifying Microsoft Word (.docx) files