PoPL/01_lexer
Bananymous d4708ae322 Add README.md for phase 1 2024-02-14 02:41:33 +02:00
..
.gitkeep spring 2024 git template 2023-12-18 07:45:29 +02:00
README.md Add README.md for phase 1 2024-02-14 02:41:33 +02:00
main.py Implement phase 1 lexer 2024-02-14 02:32:21 +02:00

README.md

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.