Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-13 | Add possibility of using ':' and '=' as values | ||
2024-08-13 | Add `cpyval` function | ||
2024-08-02 | Check if the file is passed | ||
2024-08-02 | Replace main with properties_load | ||
2024-07-24 | Trim the value of a property | ||
2024-07-24 | Add rules to parse a single and multiple properties | ||
2024-07-24 | Add grammar rules to parse the value of a property | ||
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-22 | Add a first draft of the parser | ||