Age | Commit message (Expand) | Author |
---|---|---|
2023-10-03 | In windows, do not ask the user before terminating | Chimrod |
2023-10-01 | Added the git revision in the code | Chimrod |
2023-09-29 | Added a global line counter (off by default) | Chimrod |
2023-09-29 | Also removed unecessary read_line for windows | Chimrod |
2023-09-29 | Forgot that windows requires files to open in binary mode | Chimrod |
2023-09-29 | Made the lexer buffer abstract | Chimrod |
2023-09-29 | Skip the faulty location when reading the whole compiled file | Chimrod |
2023-09-29 | Allow the parsing for the whole compiled file | Chimrod |
2023-09-29 | Allow differents file encoding for the source | Chimrod |
2023-09-29 | Switched to sedlex instead of ocamllex | Chimrod |
2023-09-25 | Name clash correction | Chimrod |
2023-09-25 | Renamed the main application | Chimrod |