/lt

Primary LanguageYacc

LT project

Matrix operations based programming language

Installation, Compilation, and Output

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

MORE INFO

read presentation PPT