Age | Commit message (Expand) | Author |
2023-10-15 | Updated the common interface in order to require the report | Chimrod |
2023-10-15 | Made the report result explicit in parsing | Chimrod |
2023-10-15 | Switched the keyword from string to a sum type | Chimrod |
2023-10-15 | New analyzer for the dead end | Chimrod |
2023-10-15 | Added default syntax implementation | Chimrod |
2023-10-15 | New errors reported | Chimrod |
2023-10-15 | Added a new error case | Chimrod |
2023-10-07 | Added the error message in case of unclosed quote in a text | Chimrod |
2023-10-06 | Moved qparser and syntax in the library folder | Chimrod |
2023-10-05 | Two new error messages | Chimrod |
2023-10-05 | Added a new error message | Chimrod |
2023-10-03 | Variable shallowing made me lost somes errors. Should be better now | Chimrod |
2023-10-03 | Update the compilation rule for git hash inclusion | Chimrod |
2023-10-03 | Added a small report indicating the number of errors and warning | Chimrod |
2023-10-03 | Handle the case where no args are given | Chimrod |
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-10-01 | Added some test for syntax errors | Chimrod |
2023-09-29 | Added a global line counter (off by default) | Chimrod |
2023-09-29 | Added strict type comparaison | Chimrod |
2023-09-29 | Removed unused rule | Chimrod |
2023-09-29 | New precedence test | 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 | Improved the error message in comparaisons | Chimrod |
2023-09-29 | Cleaned the code, removed the old Ephemeron trick | Chimrod |
2023-09-29 | Fixed a wrong location for string | Chimrod |
2023-09-29 | Made the lexer buffer abstract | Chimrod |
2023-09-29 | Do not raise warning on empty comparaison | Chimrod |
2023-09-29 | Skip the faulty location when reading the whole compiled file | Chimrod |
2023-09-29 | Made the difference between the kinds of errors | Chimrod |
2023-09-29 | Added a way to discard the content until the end of the location — recover ... | Chimrod |
2023-09-29 | Reduced the number of error messages | Chimrod |
2023-09-29 | Allow the parsing for the whole compiled file | Chimrod |
2023-09-29 | Renamed the lexer | Chimrod |
2023-09-29 | Allow differents file encoding for the source | Chimrod |
2023-09-29 | Switched to sedlex instead of ocamllex | Chimrod |
2023-09-26 | Added the missing *= operator | Chimrod |
2023-09-25 | Name clash correction | Chimrod |
2023-09-25 | Renamed the main application | Chimrod |
2023-09-25 | Added a type checker | Chimrod |
2023-09-25 | Correction for the keyword | Chimrod |
2023-09-24 | Updated the type system documentation | Chimrod |
2023-09-24 | Added a page for the qsp typing system | Chimrod |
2023-09-24 | Variable without index are now evaluated as well | Chimrod |
2023-09-23 | Correction in the parser preseance | Chimrod |
2023-09-22 | Correction in precedence order | Chimrod |
2023-09-22 | Made the syntax analyzer generic | Chimrod |
2023-09-22 | Updated the readme | Chimrod |
2023-09-22 | Update readme | Chimrod |