index
:
qsp_parser.git
master
Parser and analyzer for the QSP Language
Sébastien Dailly
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
qsp_parser.ml
Age
Commit message (
Expand
)
Author
2024-01-04
Added return code to tell if everything is ok
Chimrod
2023-11-05
Fixup in the --help message
Chimrod
2023-11-04
Allow test to be enabled or disabled by command line
Chimrod
2023-11-04
List all the available tests on command line
Chimrod
2023-11-03
Removed the interractive command line option
Chimrod
2023-11-02
Added a new checkers for unecessary use of strig containing an escaped expres...
Chimrod
2023-10-25
Refactoring the API
Chimrod
2023-10-18
Used the dead-end checker in main analysis
Chimrod
2023-10-18
Applied this new way to check the errors in the main code
Chimrod
2023-10-18
Used the type S.repr in Syntax/Location.t
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
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