EmileRolley
|
7921484aee
|
fix(syntax_highlighting): improve floating/money amount mathching in vim syntax files
|
2021-06-01 11:18:44 +02:00 |
|
EmileRolley
|
ed73be5abf
|
feat(syntax_highlighting): add the catala_pl.vim file
|
2021-06-01 10:53:49 +02:00 |
|
EmileRolley
|
909f04b8af
|
feat(syntax_highlighting): add the catala_en.vim file
|
2021-05-31 20:59:56 +02:00 |
|
EmileRolley
|
fa345a9312
|
fix(syntax_highlighting): minor corrections in catala_fr.vim
|
2021-05-31 14:43:03 +02:00 |
|
EmileRolley
|
6b63ba02b5
|
docs(syntax_highlighting): add a link to the vim help page
|
2021-05-31 14:30:18 +02:00 |
|
EmileRolley
|
a233769e98
|
feat(syntax_highlighting)!: add the catala_fr.vim file
|
2021-05-31 14:23:15 +02:00 |
|
EmileRolley
|
9ac9ed6f1e
|
fix(syntax_highlighting): fix date highlighting
|
2021-05-30 21:06:32 +02:00 |
|
EmileRolley
|
a450c8f841
|
fix(syntax_highlighting): fix heading hightlighting
|
2021-05-30 20:15:37 +02:00 |
|
Denis Merigoux
|
434f1863c9
|
Added scopelang prettyprinter
And clarifier intermediate languages debug printing
|
2021-05-29 14:15:23 +02:00 |
|
Denis Merigoux
|
b1b8129852
|
Merge pull request #124 from EmileRolley/remove_abbreviated_syntax
refactor!: removes the abbreviated syntax
|
2021-05-29 12:40:02 +02:00 |
|
EmileRolley
|
f5b3786d2f
|
refactor(syntax_highlighting)!: remove the the syntax highlighting for the abbrevitated syntax
|
2021-05-29 11:21:35 +02:00 |
|
EmileRolley
|
261b61da6a
|
fix(cli): update the doc message for the --language flag
|
2021-05-27 19:02:35 +02:00 |
|
EmileRolley
|
71799b9dfc
|
docs: update contributions in file comments
|
2021-05-27 18:56:47 +02:00 |
|
EmileRolley
|
630750c907
|
fix(cli): update the doc message for the --language flag
|
2021-05-27 18:53:30 +02:00 |
|
EmileRolley
|
ec43e82d09
|
docs(test): update the README.md
|
2021-05-26 21:57:51 +02:00 |
|
EmileRolley
|
e4d1d5e2e6
|
refactor(literate): new module Literate_common used to factorize common functions of the Latex and Html modules
|
2021-05-26 21:39:40 +02:00 |
|
EmileRolley
|
2095ba8860
|
refactor(compiler)!: merge Cli.frontend_lang and Cli.backend_lang into an unique variant
|
2021-05-26 21:18:18 +02:00 |
|
EmileRolley
|
0ffbb9b266
|
refactor(tests)!: migrate test file from the abbreviated syntax to the english one
|
2021-05-26 21:16:29 +02:00 |
|
EmileRolley
|
75570864d2
|
fix(tests): update the .in rule fo the Makefile in order to manage all catala extensions
|
2021-05-26 18:19:33 +02:00 |
|
EmileRolley
|
a1b0601c16
|
refactor(driver)!: removes the `NonVerbose frontend language
|
2021-05-26 17:44:57 +02:00 |
|
EmileRolley
|
3772a22822
|
refactor(lexer)!: removes the abbreviated syntax lexer (lexer.ml)
|
2021-05-26 17:44:11 +02:00 |
|
Denis Merigoux
|
92b46db2df
|
Merge pull request #121 from EmileRolley/extends_law_text_accepted_char
feat(compiler): allow to use the grave accent character outside code blocks and add language inference from file extension
|
2021-05-26 11:38:43 +02:00 |
|
EmileRolley
|
866a29a643
|
feat(lexer): improve grave accent lexing outside code blocks
|
2021-05-24 23:04:43 +02:00 |
|
EmileRolley
|
bcb2303b13
|
docs(lexer): add comments in lex_law
|
2021-05-24 21:45:38 +02:00 |
|
EmileRolley
|
896d126b70
|
refactor(driver): use Filename.extension for language inference
|
2021-05-24 21:02:04 +02:00 |
|
EmileRolley
|
0651957442
|
fix(driver): add the polish language and factorize with associative lists
|
2021-05-24 16:24:45 +02:00 |
|
EmileRolley
|
4e168eff64
|
feat(lexer): update the polish lexer to support grave accent outside code blocks
|
2021-05-24 16:23:45 +02:00 |
|
EmileRolley
|
9ea9c3809e
|
refactor(driver): factorize the language inference
|
2021-05-24 15:55:33 +02:00 |
|
EmileRolley
|
95db947899
|
feat(driver): add language inference from input file extension
|
2021-05-24 15:54:27 +02:00 |
|
EmileRolley
|
d00ba4740f
|
feat(tests): modify the .out rule of the Makefile in order to manage other input file syntax than the abbrieviated one
|
2021-05-24 15:54:27 +02:00 |
|
EmileRolley
|
c317332218
|
tests(lexer): add tests for the literate programming
|
2021-05-24 15:54:27 +02:00 |
|
EmileRolley
|
c1ea39eb1b
|
feat(lexer): add the support of grave accent outside code blocks
|
2021-05-24 15:54:27 +02:00 |
|
EmileRolley
|
2f1010d609
|
refactor(lexer): add the constant digit for sedlex regexps
|
2021-05-24 15:54:27 +02:00 |
|
EmileRolley
|
4e6e532ce8
|
feat(lexer): allows to use '`' inside law text
|
2021-05-24 15:54:27 +02:00 |
|
Denis Merigoux
|
54067f337f
|
Merge pull request #123 from svenski/patch-1
Fix typo
|
2021-05-23 11:53:40 +02:00 |
|
Sergiusz Bleja
|
48f16a67c7
|
Fix typo
- delete the extra p
|
2021-05-22 21:55:41 +01:00 |
|
Denis Merigoux
|
faedeaf3ce
|
Pull proof robustness modifications from ICFP21 artefact
|
2021-05-20 11:21:29 +02:00 |
|
Denis Merigoux
|
a6ba0290ed
|
Merge pull request #117 from wozniakpl/polish
Polish language support
|
2021-05-19 16:52:16 +02:00 |
|
Bartosz Woźniak
|
7d05d76825
|
cleanup
|
2021-05-17 18:14:00 +02:00 |
|
Denis Merigoux
|
2b86afc471
|
Good module name
|
2021-05-17 17:46:40 +02:00 |
|
Denis Merigoux
|
36093c885b
|
Added context variable declaration
|
2021-05-17 10:49:05 +02:00 |
|
Bartosz Woźniak
|
44af0acdb3
|
visible diacritics done
|
2021-05-16 21:07:14 +02:00 |
|
Bartosz Woźniak
|
831f4c75ae
|
diacritics ę
|
2021-05-16 20:38:38 +02:00 |
|
Bartosz Woźniak
|
b1ecf5abc9
|
begin diacritics
|
2021-05-16 20:35:39 +02:00 |
|
Bartosz Woźniak
|
68e2d5c541
|
change form of noun for consistency
|
2021-05-16 20:22:53 +02:00 |
|
Bartosz Woźniak
|
f50781cd67
|
mark vscode as todo
|
2021-05-16 20:14:35 +02:00 |
|
Bartosz Woźniak
|
2b5a54e315
|
atom stuff
|
2021-05-16 20:13:03 +02:00 |
|
Denis Merigoux
|
4d5c3191d7
|
Better HTML generation
|
2021-05-15 19:50:06 +02:00 |
|
Denis Merigoux
|
f14408375a
|
Update to new syntax
|
2021-05-15 16:28:14 +02:00 |
|
Denis Merigoux
|
d50710d533
|
Merge branch 'master' into wozniak_polish
|
2021-05-15 16:19:41 +02:00 |
|