Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

sloth

Sloth lexer and parser

Instructions:

Download and install the latest version of flex from http://flex.sourceforge.net/

Download and install the latest version of Bison from https://www.gnu.org/software/bison/

Run the following commands:

flex sloth.lex
bison parser.y
gcc parser.tab.c lex.yy.c

Finally, run the program with a sloth file as it's argument. For example:

./a.out fact.sl

About

Sloth lexer and parser

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.