Add README.md for phase 1

This commit is contained in:
Bananymous 2024-02-14 02:41:33 +02:00
parent 9510c0d7a6
commit d4708ae322
1 changed files with 9 additions and 0 deletions

9
01_lexer/README.md Normal file
View File

@ -0,0 +1,9 @@
This directory contains a lexer implemented in PLY.
The python script supports CLI arguments
[-h|--help] to show usage
--who to print my name and student number
[-f|--file] to specify filename to perform lexical analysis on
Tokens are parsed according to the instructions in plussa with the optional int delimeters. After successfull parsing, the program will print out all found tokens.