Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 406 Bytes

README.md

File metadata and controls

11 lines (5 loc) · 406 Bytes

Downlaod and install Go

Use the following command to clone the repository: git clone https://github.com/twbjelland/inClass_9_20.git

In the command line, run the following command: go run parser.go

parser.go --> The lexical analyser combined with the parser which outputs tokens, lexemes, and the parse tree order of a text file

test.txt --> The text file being passed through parser.go to test it