Skip to content

shu030929/SLRparser

Repository files navigation

SLRparser

for MAC

(in terminal)
how to compile =

  1. Open the folder name SLRparser.
  2. g++ -std=c++11 -o SLRparser SLR_parsing.cpp

how to start =
./SLRparser inputN.txt (N is the number of input file you want to try)


for linux

(ubuntu 18.04) you should download g++(cpp) compiler.

(in terminal)
how to compile =

  1. Navigate to the directory where the SLR_parsing.cpp and inputN.txt files are located.
  2. g++ -o SLR_parsing SLR_parsing.cpp

how to start =
./ SLR_parsing inputN.txt (N is the number of input file you want to try)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages