catala/compiler/shared_ast
Louis Gesbert eded54d2b5 Support for direct tuple member access
As discussed in #549

NOTE: This implements only the direct tuple member access (syntax `foo.N` with N a
number)

- It seems more efficient to wait for the general pattern-matching rewrite to
  handle pattern-matching on tuples
- Until then we keep the (now obsolete) `let (x, y) = pair in x` syntax, to
  leave time for updates, but we won't be documenting it
2024-04-13 09:37:03 +02:00
..
boundList.ml Generalise the definition of lists of nested binders 2024-02-09 18:33:41 +01:00
boundList.mli Generalise the definition of lists of nested binders 2024-02-09 18:33:41 +01:00
definitions.ml Support for structure updates 2024-04-12 17:17:48 +02:00
dune Fix most doc errors 2023-06-02 17:17:45 +02:00
expr.ml Support for direct tuple member access 2024-04-13 09:37:03 +02:00
expr.mli Support for structure updates 2024-04-12 17:17:48 +02:00
interpreter.ml Improve message formatting throughout 2024-04-12 17:07:36 +02:00
interpreter.mli Move global options of Cli to their own module 2024-03-19 15:18:35 +01:00
operator.ml Message: further simplification 2024-04-10 19:26:23 +02:00
operator.mli Fix most doc errors 2023-06-02 17:17:45 +02:00
optimizations.ml Move global options of Cli to their own module 2024-03-19 15:18:35 +01:00
optimizations.mli Improve integration of marks into the main AST 2023-05-17 17:37:00 +02:00
print.ml Support for structure updates 2024-04-12 17:17:48 +02:00
print.mli Reformat 2024-03-20 14:41:06 +01:00
program.ml Add externals to scalc, working test with Python backend 2024-02-26 14:56:43 +01:00
program.mli Add externals to scalc, working test with Python backend 2024-02-26 14:56:43 +01:00
qident.ml Add some helper functions in a wrapper Map module 2023-07-12 11:51:15 +02:00
qident.mli Some commented code cleanup and clarifications 2023-06-19 16:36:09 +02:00
scope.ml Generalise the definition of lists of nested binders 2024-02-09 18:33:41 +01:00
scope.mli Generalise the definition of lists of nested binders 2024-02-09 18:33:41 +01:00
shared_ast.ml Generalise the definition of lists of nested binders 2024-02-09 18:33:41 +01:00
shared_ast.mld Fix most doc errors 2023-06-02 17:17:45 +02:00
type.ml Formatting 2024-02-01 17:22:42 +01:00
type.mli Define Type.Map 2024-02-01 10:10:25 +01:00
typing.ml Support for direct tuple member access 2024-04-13 09:37:03 +02:00
typing.mli Support for direct tuple member access 2024-04-13 09:37:03 +02:00
var.ml Fixes related to environments and lookups 2023-08-31 18:31:48 +02:00
var.mli Fixes related to environments and lookups 2023-08-31 18:31:48 +02:00