summaryrefslogtreecommitdiff
path: root/properties.l
AgeCommit message (Collapse)Author
2024-07-24Add grammar rules to parse the value of a propertyAlessandro Iezzi
In the lexer, I've done a string duplication, 'cause the value wasn't transfered to the parser. The VALUE token keep a single character, so, in the parser I need to concatenate every single character to a string.
2024-07-24Remove the main function from properties.lAlessandro Iezzi
The next step is to define the whole grammar inside the parser.
2024-07-22Add a first draft of the parserAlessandro Iezzi
2024-07-22Initial commitAlessandro Iezzi