Aymeric Fromherz
977e985e4c
Encode dates to Z3 [skip ci]
2022-01-14 01:54:33 +01:00
Aymeric Fromherz
d89eea0481
Encode comparison operators on money [skip ci]
2022-01-13 20:11:28 +01:00
Aymeric Fromherz
827f5cb916
encode money to Z3 [skip ci]
2022-01-13 20:02:14 +01:00
Aymeric Fromherz
50d0ee0909
Start printing z3 model results according to their type [skip ci]
2022-01-13 19:52:58 +01:00
Denis Merigoux
428ae95c62
[skip ci] Added a walkthrough example for ProLaLa + tweaked tests output order of vcs
2022-01-13 16:58:43 +01:00
Denis Merigoux
5a6f4485e7
Matching subscope variables also [skip ci]
2022-01-13 16:00:09 +01:00
Denis Merigoux
a9454a0aac
Correctly match ignored part of expressions in VC generation [skip ci]
2022-01-13 12:15:37 +01:00
Denis Merigoux
bf444f548f
Error message pretty-printing and sat solving example [skip ci]
2022-01-13 10:46:23 +01:00
Aymeric Fromherz
f342c89482
[skip ci] Z3encoding: proper error message for ill-formed unary operators
2022-01-12 19:15:51 +01:00
Aymeric Fromherz
29ed4ff696
[skip ci] Z3encoding: refer to Catala source code variable names when printing a model
2022-01-12 19:09:20 +01:00
Aymeric Fromherz
297b7ec604
[skip ci] Z3encoding: documenting the function style for the context
2022-01-12 19:02:56 +01:00
Aymeric Fromherz
83e83507ed
[skip ci] Z3encoding: Passing the context around to preserve dynamic updates throughout the VC encoding
2022-01-12 18:59:01 +01:00
Aymeric Fromherz
e66730bdd5
[skip ci] Start improving model prettyprinting
2022-01-12 18:35:36 +01:00
Aymeric Fromherz
a7ad86233e
[skip ci] document Z3encoding context type
2022-01-12 18:23:50 +01:00
Aymeric Fromherz
862af7a3d8
[skip ci] Pretty-print simple Z3 models when a VC is not satisfied
2022-01-12 18:15:09 +01:00
Aymeric Fromherz
45dc3faeed
[skip ci] minor refactor: prepare to parse Z3 model
2022-01-12 17:55:32 +01:00
Aymeric Fromherz
0e59cff1ed
[skip ci] print Z3 model when verification is failing
2022-01-12 17:51:28 +01:00
Aymeric Fromherz
9995837564
[skip ci] Z3encoding: support function calls
2022-01-12 17:38:12 +01:00
Denis Merigoux
78b1fe08f4
[skip ci] Always name of the variable on the left
2022-01-12 16:56:05 +01:00
Denis Merigoux
6d06f9c81c
Prettified error messages
2022-01-12 16:50:10 +01:00
Aymeric Fromherz
2a8f7f7c07
[skip ci] remove all logs before encoding query to z3
2022-01-12 16:30:00 +01:00
Denis Merigoux
0831f462ae
Correct signature
2022-01-12 16:28:03 +01:00
Denis Merigoux
16d8554384
Provide a function that removes all log calls
2022-01-12 16:25:46 +01:00
Aymeric Fromherz
d455e29978
[skip ci] Z3encoding: obtain type of bound variables
2022-01-12 15:58:19 +01:00
Denis Merigoux
c7b225bad5
Add types of free variables in VC [skip ci]
2022-01-12 15:52:44 +01:00
Aymeric Fromherz
7f3e59f7b0
[skip ci] Z3encoding: more debug information when encoding fails
2022-01-12 15:21:13 +01:00
Aymeric Fromherz
8bb8053580
[skip ci] Z3 encoding: Better split output between debug and non-debug information
2022-01-12 14:43:17 +01:00
Aymeric Fromherz
3c6f9d9174
[skip ci] formatting + slight refactor for better error messages during Z3 verification
2022-01-12 14:20:52 +01:00
Aymeric Fromherz
b11c76404f
[skip ci] Spawn one query per VC and correctly encode VC by negating it
2022-01-12 14:08:35 +01:00
Aymeric Fromherz
e10a25876f
[skip ci] Print Z3 encoding information as debug information only
2022-01-12 13:58:38 +01:00
Aymeric Fromherz
1c8f9c31f5
Z3 encoding: Add missing Lte for integers
2022-01-12 12:16:54 +01:00
Denis Merigoux
260959b088
Formatting + correct expected tests output
2022-01-11 18:33:45 +01:00
Aymeric Fromherz
20cc0795f9
Arithmetic binary operators
2022-01-11 17:54:02 +01:00
Aymeric Fromherz
f642bfe4be
Z3 encoding: More binary operators, pass more tests
2022-01-11 17:49:02 +01:00
Denis Merigoux
006f5f6c2a
Fix authorship
2022-01-11 16:36:38 +01:00
Denis Merigoux
83bdd0b632
Test base for verification conditions encoding
2022-01-11 16:13:34 +01:00
Denis Merigoux
d705334d9e
Merge branch 'master' into proof_platform
2022-01-11 15:43:33 +01:00
Denis Merigoux
7fc37f9af8
Added controls for Dcalc and Scopelang
2022-01-11 11:25:41 +01:00
Denis Merigoux
56e4adb3f7
Merge branch 'master' into clerk
2022-01-10 18:36:49 +01:00
Denis Merigoux
f8dc1494f0
Autoformatting
2022-01-10 18:36:14 +01:00
Denis Merigoux
2b6e7c8b98
Working prototype of clerk, the new build system for Catala
2022-01-10 17:57:58 +01:00
Alain
5c5bc77c87
formatting (sorry, problem with the makefile)
2022-01-10 17:53:48 +01:00
Alain
5bc9a36308
vc generation for conflict errors
2022-01-10 17:30:19 +01:00
Alain
e8dbaaec47
add not to z3encoding
2022-01-10 17:30:08 +01:00
Alain
0c2dbdddd1
correct typo in vc generation for conflict error
...
add some debug in comments
2022-01-10 17:29:53 +01:00
Alain
baa435d2c5
optimization for not
2022-01-10 17:28:37 +01:00
Alain
8a0a4c7603
naive verification condition for conflicts
2022-01-10 16:25:20 +01:00
Louis Gesbert
8d059b420e
Fix console formatting with colors
...
closes #174
2022-01-10 15:56:55 +01:00
Aymeric Fromherz
4b47f7fd9a
More binary operators encoding, some boolean examples now passing
2022-01-10 14:53:58 +01:00
Aymeric Fromherz
b9b593a361
Encode some basic types to Z3
2022-01-10 14:51:36 +01:00
Aymeric Fromherz
0455029951
Z3: Start encoding Catala types as Z3 sorts
2022-01-10 14:50:50 +01:00
Aymeric Fromherz
bc4608755a
Z3: Encode EVar node
2022-01-10 14:46:41 +01:00
Aymeric Fromherz
2d036f9925
Add ctx_var to z3encoding context
2022-01-10 14:37:17 +01:00
Aymeric Fromherz
a9ebfaed38
Pass program to z3encoder
2022-01-10 14:36:15 +01:00
Denis Merigoux
ca7b009b02
Should compile
2022-01-10 14:35:51 +01:00
Denis Merigoux
ab194c76fd
Give function for retrieving variable types
2022-01-10 14:32:27 +01:00
Denis Merigoux
1fcd66ba78
Made pretty printing without logs for dcalc
2022-01-10 14:19:04 +01:00
Denis Merigoux
50719911f8
Added TODOs
2022-01-10 13:48:00 +01:00
Denis Merigoux
04cc274d3e
Print term for error message
2022-01-10 11:52:48 +01:00
Denis Merigoux
4082e5056e
More prettier things
2022-01-10 10:59:30 +01:00
Denis Merigoux
3a864b6160
Aesthetic improvements
2022-01-10 10:28:14 +01:00
Denis Merigoux
ad4218285d
Working partial evaluation for Dcalc using ugly but correct style
2022-01-09 19:16:34 +01:00
Denis Merigoux
743a1b74c9
Renamed and grouped modules cleanly
2022-01-08 18:37:04 +01:00
Aymeric Fromherz
8b6595426e
Add Lt node and int literals
2022-01-07 18:54:15 +01:00
Aymeric Fromherz
ce80d1e9e9
Omit Log node from VC generation
2022-01-07 18:47:53 +01:00
Denis Merigoux
71a2f85d7c
Comments
2022-01-07 18:44:10 +01:00
Denis Merigoux
546107bfb0
Merge branch 'proof_platform' of github.com:CatalaLang/catala into proof_platform
2022-01-07 18:37:30 +01:00
Denis Merigoux
50224851f5
Port optimizations to Dcalc
2022-01-07 18:36:56 +01:00
Aymeric Fromherz
cc8e88ec4e
Start supporting unary operators
2022-01-07 18:36:25 +01:00
Aymeric Fromherz
75b42423c6
Start encoding literals to Z3
2022-01-07 18:25:35 +01:00
Aymeric Fromherz
98b5518638
Add support for Z3 encoding of if_then_else
2022-01-07 18:23:46 +01:00
Aymeric Fromherz
f2bd803f0f
Add support for Z3 encoding of binary operators application
2022-01-07 18:14:01 +01:00
Aymeric Fromherz
1105858bea
Setting up the pipeline for encoding VCs to Z3
2022-01-07 17:50:45 +01:00
Aymeric Fromherz
6c67ed03bb
Add z3 dependency to build system
2022-01-07 16:58:24 +01:00
Denis Merigoux
ee92ed2385
Added comments
2022-01-07 16:18:26 +01:00
Denis Merigoux
75ef1ef70f
Added proof of concept of verification condition generation
2022-01-07 12:04:31 +01:00
Denis Merigoux
909e539cdc
Fixed all bugs
2022-01-05 15:57:18 +01:00
Denis Merigoux
82c09ee455
Fixed a bug [skip ci]
2022-01-05 15:37:34 +01:00
Denis Merigoux
3752328671
Code working but needs debugging [skip ci]
2022-01-05 10:42:46 +01:00
Denis Merigoux
9733f39653
Refactoring done except Desugared_to_scope.def_map_to_tree [skip ci]
2022-01-05 09:14:43 +01:00
Denis Merigoux
f6825668dd
Propagate labels in desugaring, not building desugared/ yet [skip-ci]
2022-01-04 18:19:15 +01:00
Denis Merigoux
e9d54e120d
Changed label scoping from scope to scope definition key [skip ci]
2022-01-03 18:39:59 +01:00
Denis Merigoux
cacf605a64
Merge pull request #169 from EmileRolley/fix-odoc-gen
...
Fix(build/doc): remove warnings due to .ml* files
2022-01-02 17:26:24 +01:00
Emile Rolley
397b0e1d7c
fix(build/doc): remove warnings due to .ml* files
2022-01-02 14:53:51 +01:00
Emile Rolley
7a62147283
fix(latex): render properly the '^' and fix the french babel usage
2021-12-31 20:50:03 +01:00
Emile Rolley
5a06d33d2d
fix(latex): escape '#' inside latex outputs + refactor pre_latexify
2021-12-31 19:47:55 +01:00
Alain
2d267471da
tentative beta reduction
2021-12-17 15:32:20 +01:00
Alain
84cd6ddc61
error on empty everywhere
2021-12-17 15:27:34 +01:00
Alain
c3268cc13c
more mistakes removed
2021-12-16 19:48:14 +01:00
Alain
63ff6cfbb3
wip (compiling but can't compile catala program without internal errors)
...
instrumentation of Dcalc.expr to show internals representation
2021-12-16 19:16:57 +01:00
Alain
3a09b39bf5
wip
2021-12-16 16:59:25 +01:00
Alain
0d1363b2f6
wip
2021-12-15 15:43:11 +01:00
Alain
65ad229373
scope_let translation 2/6
2021-12-15 09:23:03 +01:00
Alain
16b0dba9d0
Merge branch 'master' into feat/default-option
2021-12-14 10:27:11 +01:00
Denis Merigoux
9f0929b86d
Fix the final bug!
2021-12-10 17:55:24 +01:00
Denis Merigoux
f16ebf8b8b
Removed optimizations, just one weird bug missing [skip ci]
2021-12-10 17:23:14 +01:00
Denis Merigoux
e8a95db9ed
Trying to box everything but optimizations complaining
2021-12-10 16:54:51 +01:00
Denis Merigoux
00a998462a
Implementation OK, now on to debugging Bindlib [skip ci]
2021-12-10 16:30:36 +01:00
Denis Merigoux
50400c445d
Few progress
2021-12-09 23:29:49 +01:00
Denis Merigoux
c456a62cb3
Builds but with empty stubs [skip ci]
2021-12-09 22:59:39 +01:00
Denis Merigoux
3a21bec4b1
Scopelang to dcalc done [skip ci]
2021-12-09 18:42:36 +01:00
Denis Merigoux
fcf7c31279
Progress on Scopelang -> Dcalc [skip ci]
2021-12-09 13:54:10 +01:00
Denis Merigoux
d9f21e9e66
Progress
2021-12-09 11:58:42 +01:00
Denis Merigoux
6099d1e4ad
Beginning to bring more structure to Dcalc
2021-12-08 23:56:03 +01:00
Alain
9c76b34afc
removed assert false
2021-12-08 12:58:21 +01:00
Alain
df545e5761
add translate_binder
...
refactor make_bindopt
refactor make_matchopt
added make_bindmopt
remove _{i}_ printing in to_ocaml
add correct printing of handle_default_opt
add two-step translation
correct context for new variables
2021-12-07 18:57:28 +01:00
Alain
177a2149ac
handle_opt
2021-12-07 16:03:15 +01:00
Denis Merigoux
2732a87ca1
Fix CLI doc
2021-12-02 09:19:35 +01:00
Alain
959203e595
add: error message when unary operator log is left somewhere it shouldn't
2021-12-01 15:48:58 +01:00
Alain
ac7df6cdd7
add: implementation of generic operator without the need of rewriting each one
...
add: error when using an operator not in the right place when using --avoid_empty
2021-12-01 15:48:18 +01:00
Alain
0dfac8210e
fix invariant correction within ErrorOnEmpty
2021-12-01 15:43:19 +01:00
Alain
86fa2ea7fa
correct bindlib utilization (cont)
2021-12-01 15:42:37 +01:00
Alain
3f8bc482f3
add refine iota transformation in lcalc
2021-12-01 15:42:01 +01:00
Alain
5f86837428
correct use of bindlib in the translation
2021-12-01 11:17:16 +01:00
Alain
be166eb479
add lazy implementation of handle_default_opt in runtime
2021-12-01 10:17:05 +01:00
Alain
fd8ff75079
renamed transform -> visitor_map
2021-12-01 10:12:00 +01:00
Alain
76f5e6115c
changing signature -- cont
2021-11-30 18:05:30 +01:00
Denis Merigoux
604fbbf2bf
Stub of changing signature
2021-11-30 16:52:33 +01:00
Denis Merigoux
c3bde49194
Merge branch 'master' into alain_default-option
2021-11-30 16:52:19 +01:00
Denis Merigoux
536dde9834
Formatting + CI + etc
2021-11-30 16:27:47 +01:00
Alain
8d580f1db6
fix: removed ESome and ENone constructions.
2021-11-29 17:53:07 +01:00
Alain
22af2a9335
refactored transformation to remove matchopt construction
2021-11-29 17:40:30 +01:00
Alain
cf43e3d87c
add generic identity optimization helper
...
peephole transform using generic transformation
add iota reduction as an optimization
2021-11-29 17:40:13 +01:00
Denis Merigoux
82865c48da
Fix #162
2021-11-29 10:36:33 +01:00
Denis Merigoux
4137641c8c
Better error message
2021-11-28 13:16:21 +01:00
Denis Merigoux
d1b75b047b
Give a name to every rule and def, label or not
2021-11-28 13:09:44 +01:00
Denis Merigoux
5619113ac4
Remove code duplication
2021-11-28 12:46:49 +01:00
Denis Merigoux
166baf42af
Error when duplicate labels
2021-11-28 12:28:30 +01:00
Denis Merigoux
a06cbe8614
Fix literate programming problems
2021-11-26 18:07:46 +01:00
Alain
c2db3a40c6
ref: use of built-in match instead of matchopt (wip)
2021-11-26 17:10:31 +01:00
Alain
3bc71e8c43
modification to take into account the prevous commit
2021-11-25 18:55:23 +01:00
Alain
fcdaa21d54
add utilities that replace to deal with options
2021-11-25 17:27:06 +01:00
Alain
7ec067c6ec
added mockup of eoption in the ocaml runtime
2021-11-25 17:27:03 +01:00
Alain
3d2f9635e9
add marking in the position utils. This replace the internal-based model to create new positions
2021-11-25 17:26:13 +01:00
Denis Merigoux
7d3e381d45
Improvements with Alain during weekly meeting
2021-11-24 15:51:49 +01:00
Denis Merigoux
fb281a0d99
Formatting
2021-11-24 15:22:29 +01:00
Alain
949df1cd33
the translation executes correctly, but the result is totally unreadable
2021-11-24 11:01:45 +01:00
Alain
08b38472e2
found a bug inside the match translation.
2021-11-22 15:55:21 +01:00
Alain
f75341c44f
making options default compilation target
2021-11-22 15:55:21 +01:00
Alain
53b40121ad
should be ok, without handling the types
2021-11-22 15:55:21 +01:00
Alain
0f5fde2c5a
advancing
2021-11-22 15:55:21 +01:00
Alain
41a8961285
tentative, trying something else
2021-11-22 15:55:21 +01:00
Alain
a24a4ab6df
starting to work on type inference
2021-11-22 15:55:21 +01:00
Alain
6fdd739f54
saving my work somewhere
2021-11-22 15:55:21 +01:00
Denis Merigoux
29f12aa3cb
Building a JS version of the Catala compiler
2021-11-12 10:07:13 +01:00
Denis Merigoux
8c0694ba15
Fixes #101
2021-11-12 09:43:23 +01:00
Denis Merigoux
22cd03c466
Bumping version numbers and fixing 0.5.0 build
2021-11-07 11:00:46 +01:00
Denis Merigoux
485d093b7e
Bump Catala version number
2021-11-07 01:38:17 +01:00
Denis Merigoux
1d0ef3cf70
Better error message and correctly format desugaring.ml
2021-11-06 23:16:58 +01:00
Denis Merigoux
56baf91923
Remove prefixes to each line in messages, keep only first line
2021-11-06 23:04:12 +01:00
Denis Merigoux
2c0e8a7864
x10 performance on Catala compilation & interpretation
...
Cleaner rewriting of main let-binding chaining procedure from Scopelang to Dcalc
Removed costly unboxing in DCalc.Ast.make_let_in seemed to do the trick
2021-10-28 15:24:39 +02:00
Denis Merigoux
a271d96b3a
Remove glitch in HTML literate output
2021-10-25 10:12:42 +02:00
Emile Rolley
9aaa614410
refactor(parser): add the new catala-metadata markup
2021-10-01 10:01:25 +02:00
Denis Merigoux
b72d8e09ee
Restore typechecking version of CGI example
2021-09-28 12:01:08 +02:00
Louis Gesbert
dc026d0a7f
I was still unhappy with the remaining duplication
...
that and the double-matching with different kinds of regexps; it should be more
robust now.
2021-08-20 14:23:10 +02:00
Louis Gesbert
dfb358993c
Small fix
2021-08-19 20:41:34 +02:00
Louis Gesbert
98aed4187a
Further factorise decimals parsing
2021-08-19 20:32:23 +02:00
Louis Gesbert
e431e194de
Factorise lexer translations
2021-08-19 18:26:06 +02:00
Denis Merigoux
7cbb4a9149
Merge pull request #138 from AltGr/lexer-refactor
...
Cleanup the lexer, and refactor for more generic directives
2021-08-19 12:12:53 +02:00
Denis Merigoux
b56299f3d3
Switch ocamlformat to 0.19.0
2021-08-19 11:35:56 +02:00
Louis Gesbert
fdcdefd4d0
Fix parser conflict
...
`LAW_TEXT` tokens are now returned one per line, so we need an associativity
rule to correctly aggregate them.
2021-08-19 11:25:32 +02:00
Louis Gesbert
9cb3a405d8
Fix lexing of money tokens
...
- The polish lexer was wrongly adapted from the american one: the code to trim
the prefix `$` char was kept instead of trimming the postfix `PLN`
- Anyway the regex isn't enforced to match until the end of input so trimming
postfix units is not needed
- And the trimming for `€` was wrong anyway, it assumed `€` is only 1 char long
in utf8
2021-08-19 11:25:32 +02:00
Louis Gesbert
3b5c4c17cd
Resync the three lexers
...
We'll need to factorise that better in the not-too-far future: there was already
a discrepancy between en and fr; and this won't scale if we keep adding
languages.
2021-08-19 11:25:32 +02:00
Louis Gesbert
b31bee71ad
Cleanup the lexer, and refactor for more generic directives
2021-08-18 18:23:08 +02:00
EmileRolley
923a90b883
syntax(compiler): remove an @EmileRolley's note
2021-07-09 19:44:55 +02:00
EmileRolley
ac47d1ff1a
refactor(compiler): minor factorization of formatting functions inside the To_ocaml module
2021-07-08 17:00:24 +02:00
EmileRolley
731513a003
refactor(compiler): factorize formatters inside prints modules
2021-07-08 16:36:53 +02:00
EmileRolley
6169d19b1e
feat(compiler): add collection concatenation operator
2021-07-08 16:27:46 +02:00
Denis Merigoux
0d54b39aa9
Logging in Python OK
2021-06-26 18:04:36 +02:00
Denis Merigoux
e38dc4c728
Various bugfixing and improvements for the Python backend
2021-06-25 00:16:21 +02:00
Denis Merigoux
95b34937a6
Switch to use Python enums as a tag for tagged unions
2021-06-24 21:55:20 +02:00
Denis Merigoux
fbf60b89bf
Fix lenght type mismatch
2021-06-24 21:32:09 +02:00
Denis Merigoux
0481181f92
Put mypy typing under CI
2021-06-24 18:18:25 +02:00
Denis Merigoux
817b1785df
Python translation working but still buggy
2021-06-24 17:50:08 +02:00
Denis Merigoux
015776270d
Compilation passing from lcalc to scalc
2021-06-24 14:52:51 +02:00
Denis Merigoux
eb9c75f394
Making progress into translation
2021-06-23 17:47:34 +02:00
Denis Merigoux
46717b0440
Compiling blocks to SCalc
2021-06-22 18:16:47 +02:00
Denis Merigoux
1313183353
Defining a new intermediate representation
2021-06-22 16:01:57 +02:00
Denis Merigoux
fffd0ffb63
Working the way into the Python backend
2021-06-22 14:55:43 +02:00
Denis Merigoux
9ab32efcce
Added machinery for Python backend
2021-06-21 18:00:06 +02:00
Denis Merigoux
bbd50747d9
Big renaming and dir reorg
2021-06-21 11:39:06 +02:00