Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-02 | Don't check parser_t.c against EOF | Tomasz Kramkowski | |
parser_t.c is a char which may be unsigned on some platforms and therefore incapable of holding EOF. This field is only ever set from parser_t.source which is a char array, which only ever originates from {main,strquote,include} -> parser_pp -> {init_parser,parser_reset} which all assign it from char arrays. This means it should never be EOF, so the check can be dropped. Also update the documentation so it matches. | |||
2024-01-28 | fix bugs found by emailer | Preston Pan | |
2024-01-26 | Change README | Preston Pan | |
2024-01-22 | add unglue | Preston Pan | |
2024-01-22 | fix curry | Preston Pan | |
2024-01-20 | fix memory leak partially or fully depending on how good I am at thinking | Preston Pan | |
2024-01-20 | fix segfault | Preston Pan | |
2024-01-20 | add more detailed error messages; fix a couple bugs | Preston Pan | |
2024-01-10 | add shit | Preston Pan | |
2024-01-10 | add comments in both stem and also in my c code | Preston Pan | |
2024-01-09 | add sleep; fix bugs | Preston Pan | |
2024-01-09 | reorganize directory structure | Preston Pan | |