Commit Graph

837 Commits

Author SHA1 Message Date
EmileRolley
8f9ec2b623 fix: update all ASTs and the interpreter in order to support the 'xor' operand 2021-03-16 20:34:03 +01:00
EmileRolley
f507620462 feat(catala_nv): add the xor operator 2021-03-16 18:34:59 +01:00
Denis Merigoux
7edc3aa768
Added duration literal 2021-03-15 14:57:11 +01:00
Denis Merigoux
766059a62d
Merge pull request #91 from CatalaLang/syntax
Syntax cheat sheet
2021-03-15 11:21:05 +01:00
Denis Merigoux
f6c1417a95
Finished syntax cheat sheet 2021-03-15 11:12:24 +01:00
Denis Merigoux
3b110e04ee
Syntax sheet 2021-03-14 21:57:01 +01:00
Denis Merigoux
83ac877116
Small printing tweaks 2021-03-12 19:37:00 +01:00
Denis Merigoux
d26bef400b
Fix #47 2021-03-12 17:07:25 +01:00
Denis Merigoux
f70f58e4d3 Added missing parameter 2021-03-11 19:41:09 +01:00
Denis Merigoux
424b3b2453 Always disable style flag for OCaml generation 2021-03-11 16:33:18 +01:00
Denis Merigoux
9a4dce7de6 Emit lambda calculus program with style 2021-03-11 16:27:57 +01:00
Denis Merigoux
30ed2c4c49 Correct makefile path 2021-03-11 14:41:14 +01:00
Denis Merigoux
2ec9d50142 Small fixes 2021-03-11 14:34:49 +01:00
Denis Merigoux
1eeb4405d7
Merge pull request #84 from EmileRolley/markdown_literate
Switch to markdown syntax
2021-03-11 11:50:32 +01:00
EmileRolley
1664afcafe fix(lexer_en): syntax 2021-03-10 18:42:42 +01:00
EmileRolley
918fcc2c06 docs(readme): use url link like screenshot src 2021-03-10 18:36:10 +01:00
Denis Merigoux
9282e5e3e6 Last one? 2021-03-10 17:23:03 +01:00
Denis Merigoux
8d73137792 It seems I'm tired 2021-03-10 17:14:19 +01:00
Denis Merigoux
9b6319f35a Another typo 2021-03-10 17:05:02 +01:00
Denis Merigoux
7234a74b46 Backend names in lowercase 2021-03-10 16:57:34 +01:00
Denis Merigoux
34bab1e3af Fixes #86 2021-03-10 16:51:55 +01:00
Denis Merigoux
04a0e32b74 Fix #85 2021-03-10 16:50:54 +01:00
Denis Merigoux
62df30c025 Fix HTML generation 2021-03-10 16:42:48 +01:00
Denis Merigoux
92e7272034 Fixed LaTeX generation 2021-03-10 15:58:01 +01:00
EmileRolley
3910451fc8 docs: modify README.md's screenshots size 2021-03-10 15:20:44 +01:00
EmileRolley
e2d7f0c57d docs: modify README.md's screenshots width 2021-03-10 15:15:47 +01:00
EmileRolley
8ac31002e2 docs(readme): change pdf screenshot width to 100% 2021-03-10 15:11:47 +01:00
Emile Rolley
ed7a534eca
docs(readme): change VSCode screenshot path 2021-03-10 15:08:42 +01:00
EmileRolley
2d6add938d docs(images): removes the background color from the VSCode screenshot 2021-03-10 15:01:43 +01:00
EmileRolley
f0cfe034d4 docs(images): update the ScreenShotVSCode with the new syntax 2021-03-10 14:54:24 +01:00
EmileRolley
383347bf00 refactor(syntax_highlighting): update the catala_en highlighting 2021-03-10 14:47:43 +01:00
EmileRolley
764a8fe1f8 fix(syntax_highlighting): syntax 2021-03-10 14:47:09 +01:00
EmileRolley
de0b1d28d3 refactor(syntax_highlighting): update the catala_nv highlighting 2021-03-10 14:38:15 +01:00
EmileRolley
55fa3d726f fix(syntax_hilighting): syntax 2021-03-10 14:37:09 +01:00
EmileRolley
0ca2402d14 refactor(syntax_hilighting): update the catala_fr highlighting 2021-03-10 14:29:41 +01:00
EmileRolley
d673b7b5b9 refactor(syntax_highlighting): update the vscode_fr 2021-03-10 14:00:48 +01:00
EmileRolley
053bdf742f docs(contributing): syntax 2021-03-10 11:33:51 +01:00
EmileRolley
98beaf850c docs(contributing): update the CONTRIBUTING.md catala code examples 2021-03-10 11:15:36 +01:00
EmileRolley
86d0476b58 docs(examples): update the README.md catala code examples 2021-03-10 10:57:13 +01:00
EmileRolley
8f7694675a Merge branch 'markdown_literate' of github.com:EmileRolley/catala into markdown_literate 2021-03-10 10:53:34 +01:00
EmileRolley
b77b3bf164 refactor(examples): change remaining examples syntax 2021-03-10 10:53:24 +01:00
Emile Rolley
fe91301747
git: update the gitattributs in order to manage all catala files 2021-03-09 22:25:30 +01:00
EmileRolley
3f88dbe2ae fix(tests): modify some of the expected test outputs because of removed trailling whitespaces 2021-03-09 22:08:55 +01:00
EmileRolley
c0a9344eca refactor(tests): update tests based on the abbreviated english lexer 2021-03-09 22:07:31 +01:00
EmileRolley
e45f416be1 refactor(lexer): manage the new markdown syntax 2021-03-09 22:04:36 +01:00
EmileRolley
05f60b72f4 fix(lexer): update comments in order to keep the unicity 2021-03-09 21:01:24 +01:00
EmileRolley
ddd8864907 refactor(lexer): factorize the law heading exctraction in a new module : Lexer_common 2021-03-09 20:57:41 +01:00
EmileRolley
a42d0c7728 refactor(tests): udpates tests based on the english lexer 2021-03-09 20:48:35 +01:00
EmileRolley
304f6a27ae refactor(lexer_en): manage the new markdown syntax 2021-03-09 20:48:00 +01:00
EmileRolley
f650c70261 refactor(tests): update tests based on the french lexer 2021-03-09 19:11:44 +01:00