Matrix operations based programming language
GSL installation steps (Only one time) :
$ sudo apt-get install libgsl-dev
Compilation Steps : Yacc
$ yacc -d final-yacc.y
Lex
$ lex final-lex.l
Gcc
$ gcc y.tab.c lex.yy.c `gsl-config --cflags --libs`
Running a.out
$ ./a.out
read presentation PPT