Denis Merigoux
|
9007eb4204
|
Apply suggestions by @altgr
|
2023-06-19 17:29:51 +02:00 |
|
Denis Merigoux
|
420348beda
|
Added a last TODO and put big example under CI
|
2023-06-18 21:38:00 +02:00 |
|
Denis Merigoux
|
b55d8c823b
|
Closure conversion & hoisting working
|
2023-06-18 21:30:55 +02:00 |
|
Denis Merigoux
|
2ddbe93126
|
Bug identified
|
2023-06-18 18:15:29 +02:00 |
|
Denis Merigoux
|
a20adc0055
|
Closure hoisting (missing a bug on hardest case)
|
2023-06-18 18:08:18 +02:00 |
|
Denis Merigoux
|
2c45ca1599
|
More doc
|
2023-06-18 16:08:16 +02:00 |
|
Denis Merigoux
|
9cf55b0edd
|
Closure env is unit if no extra variable captured
|
2023-06-18 15:49:02 +02:00 |
|
Denis Merigoux
|
6962761774
|
Merge branch 'master' into closure_conversion
|
2023-06-15 17:56:41 +02:00 |
|
Denis Merigoux
|
3d3e735402
|
Nicer error message
|
2023-06-15 17:47:58 +02:00 |
|
Denis Merigoux
|
ed2891c761
|
Closure conversion should work now
|
2023-06-15 17:32:00 +02:00 |
|
Denis Merigoux
|
d850ac688a
|
Added operators for closure environment handling
|
2023-06-15 16:52:36 +02:00 |
|
Denis Merigoux
|
57abfbf2c7
|
Other pattern matching
|
2023-06-15 16:33:14 +02:00 |
|
Denis Merigoux
|
a3087ee163
|
Adding typing for closure env
|
2023-06-15 11:11:56 +02:00 |
|
Denis Merigoux
|
385e19b9e1
|
Formatting
|
2023-06-15 10:51:31 +02:00 |
|
Denis Merigoux
|
571c7c5d89
|
Correctly count number of var occurences
|
2023-06-14 11:39:27 +02:00 |
|
Denis Merigoux
|
42aaa1017d
|
Created minimal not working example and tame down beta-reduction
|
2023-06-14 11:18:39 +02:00 |
|
Denis Merigoux
|
2c9b56fb70
|
More agressive re-typing
|
2023-06-13 20:37:23 +02:00 |
|
Denis Merigoux
|
27bbe78438
|
Understanding a limitation
|
2023-06-13 20:10:42 +02:00 |
|
Aminata-Dev
|
10d147a8b1
|
Messages renamed to Message (lighter syntax)
|
2023-06-13 11:50:56 +02:00 |
|
Denis Merigoux
|
7072369b2d
|
Starting to work
|
2023-06-13 11:43:13 +02:00 |
|
Denis Merigoux
|
926c9436e3
|
Fix some bugs
|
2023-06-13 11:15:32 +02:00 |
|
Denis Merigoux
|
0e99d1598b
|
Continue closure conversion
|
2023-06-13 10:49:46 +02:00 |
|
Denis Merigoux
|
30eb3c0bdb
|
Better printing for types in typing error message
|
2023-06-13 09:55:48 +02:00 |
|
Denis Merigoux
|
84350b1593
|
Better typing error message
|
2023-06-13 09:07:42 +02:00 |
|
Denis Merigoux
|
26d53cc87f
|
Rainbow parenthesis for types
|
2023-06-13 08:59:33 +02:00 |
|
Aminata-Dev
|
5f9cb55e34
|
s
|
2023-06-12 17:00:10 +02:00 |
|
Denis Merigoux
|
45375dd7b5
|
Fix a bug in closure conversion
|
2023-06-12 15:21:06 +02:00 |
|
Denis Merigoux
|
cdae3e43ac
|
Improve names of temp variable in monadic pass
|
2023-06-12 15:02:08 +02:00 |
|
Louis Gesbert
|
b975e7c149
|
Cleanup commented code
|
2023-06-09 15:28:12 +02:00 |
|
Louis Gesbert
|
e4c1216848
|
Tweak whitespace in messages
|
2023-06-08 14:36:28 +02:00 |
|
Louis Gesbert
|
fcadd9808e
|
Update tests with whitespace changes
|
2023-06-08 14:03:08 +02:00 |
|
Louis Gesbert
|
11730ce271
|
Repair indentation of log messages
|
2023-06-08 13:34:54 +02:00 |
|
Louis Gesbert
|
c564e70636
|
Correctly setup ocolor on all output channels
(and some cleanup of the remaining deps to ANSITerminal)
|
2023-06-08 12:14:11 +02:00 |
|
Louis Gesbert
|
16c93fbb0c
|
Reformat
|
2023-06-08 12:14:11 +02:00 |
|
Louis Gesbert
|
deaf40761e
|
Use ocolor instead of ANSITerminal
|
2023-06-08 12:11:55 +02:00 |
|
Louis Gesbert
|
7aa7bfb8fa
|
Fix most doc errors (#471)
|
2023-06-05 10:51:59 +02:00 |
|
Denis Merigoux
|
d1a836c646
|
Removing less precise message
|
2023-06-03 18:04:41 +02:00 |
|
Denis Merigoux
|
09bcefbcc1
|
Update tests
|
2023-06-03 18:02:57 +02:00 |
|
Denis Merigoux
|
91ee1122f6
|
Last typo
|
2023-06-03 15:32:38 +02:00 |
|
Denis Merigoux
|
79801292e9
|
Fix most doc errors
|
2023-06-02 17:17:45 +02:00 |
|
Denis Merigoux
|
ddee094783
|
Fix CI
|
2023-06-02 15:41:27 +02:00 |
|
Denis Merigoux
|
5d765676b5
|
Format rather than print
|
2023-06-02 10:58:03 +02:00 |
|
Denis Merigoux
|
d1210cc0e4
|
The thing compiles
|
2023-06-02 10:50:33 +02:00 |
|
Denis Merigoux
|
4e6efe08da
|
All renamings done, on with actual refactor
|
2023-06-02 10:50:33 +02:00 |
|
Denis Merigoux
|
5f227933f3
|
Errors are now things to refactor [skip ci]
|
2023-06-02 10:50:33 +02:00 |
|
Denis Merigoux
|
0faa97b8fc
|
Abstract messages interface
|
2023-06-02 10:50:29 +02:00 |
|
Denis Merigoux
|
4612920bf4
|
Merge branch 'master' into more_infos_in_logs
|
2023-06-01 17:38:41 +02:00 |
|
Denis Merigoux
|
94999dcc25
|
Correctly generate latex, nowrap option not working anymore?
|
2023-05-30 12:03:50 +02:00 |
|
Denis Merigoux
|
fa9f432e8b
|
Python runtime OK now
|
2023-05-26 17:08:26 +02:00 |
|
Denis Merigoux
|
8987d358e7
|
Implement the rest
|
2023-05-26 16:54:52 +02:00 |
|