Skip to content

joeljohn135/Compiler_using_lex_yacc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Ratsel is a translator using Lex and Yacc

To run the files-
Step1: Download the files        
Step2: Open the terminal 
Step3: compile 'yacc -d ratsel.y'
Step4: compile 'flex ratsel.l'
Step5: Run 'cc lex.yy.c y.tab.c -lfl'
Step6: ./a.out<input.r

input.r file is of ratsel format

About

Translator using lex and yacc

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published