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
Age
Commit message (
Collapse
)
Author
2024-11-15
Fix a correction in the location identification in the unused variable parser
Chimrod
2024-11-15
Added a global check reporting variables only reads
Chimrod
2024-03-27
New test for duplicates evalutations in the code
Chimrod
2024-02-08
Ignore the global checkers if there is a syntax error; ignore error during ↵
Chimrod
recovery after a syntax error
2024-02-08
Added a new check to ensure that every call to another location points to an ↵
Chimrod
existing one
2024-02-08
Added a general context for each test
Chimrod
2024-01-25
Make the option --global effective with qsrc file
Chimrod
2024-01-14
Also include the debugs messages in the exit code
Chimrod
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 ↵
Chimrod
expression
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
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-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
2023-09-25
Added a type checker
Chimrod
2023-09-22
first commit
Chimrod