Skip to content

coryagami/ca11h_ass1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To compile just run make and use the outputted program "pasclex". If the makefile doesn't work for whatever reason, 
commands are:

lex -i lexer.l
g++ driver.c lex.yy.c -lfl

then run the a.out

a.out < inputfilegoeshere

About

Lexical Analyzer/Parser for Pascal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published