Age | Commit message (Expand) | Author |
2023-11-04 | List all the available tests on command line | Chimrod |
2023-11-03 | Removed the interractive command line option | Chimrod |
2023-11-03 | Added the /= operator | Chimrod |
2023-11-03 | Extracting the report from the Location checker is now in it’s own function | Chimrod |
2023-11-02 | Added a new checkers for unecessary use of strig containing an escaped expres... | Chimrod |
2023-11-02 | Managed the strings in strings | Chimrod |
2023-11-02 | Added tests for the nested literal mecanism | Chimrod |
2023-11-02 | Updated the interface | Chimrod |
2023-11-02 | Set up a context for parsing the literal strings | Chimrod |
2023-11-02 | Updated the tests | Chimrod |
2023-11-02 | Updated the way to process the strings | Chimrod |
2023-11-02 | Used the same state for the expression levels | Chimrod |
2023-10-30 | Added a state in the string evaluation | Chimrod |
2023-10-30 | Removed unused tokens | Chimrod |
2023-10-26 | Update the documentation in the parser | Chimrod |
2023-10-25 | Updated the documentation | Chimrod |
2023-10-25 | Now I have the API I want. Everything is abstract in the type S.Analyzer | Chimrod |
2023-10-25 | Refactoring the API | Chimrod |
2023-10-21 | Updated the type checker in a more precise way | Chimrod |
2023-10-21 | Updated the tests | Chimrod |
2023-10-21 | Update the readme | Chimrod |
2023-10-18 | Update documentation | Chimrod |
2023-10-18 | Used the dead-end checker in main analysis | Chimrod |
2023-10-18 | New message for error | Chimrod |
2023-10-18 | Removed unused comment | Chimrod |
2023-10-18 | Also used the new Check modulein the tests | Chimrod |
2023-10-18 | Applied this new way to check the errors in the main code | Chimrod |
2023-10-18 | New checker which operate accumulate differents other checkers | Chimrod |
2023-10-18 | Used the type S.repr in Syntax/Location.t | Chimrod |
2023-10-18 | Made the interface more parametrized | Chimrod |
2023-10-18 | Added an interface for the type_of syntax module | Chimrod |
2023-10-18 | Made explicit the use of the report in the parser | Chimrod |
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 |