Ryan Hendrickson
da332d678e
libexpr: deprecate the bogus "or"-as-variable
...
As a prelude to making "or" work like a normal variable, emit a warning
any time the "fn or" production is used in a context that will change
how it is parsed when that production is refactored.
In detail: in the future, OR_KW will be moved to expr_simple, and the
cursed ExprCall production that is currently part of the expr_select
nonterminal will be generated "normally" in expr_app instead. Any
productions that accept an expr_select will be affected, except for the
expr_app nonterminal itself (because, while expr_app has a production
accepting a bare expr_select, its other production will continue to
accept "fn or" expressions). So all we need to do is emit an appropriate
warning when an expr_simple representing a cursed ExprCall is accepted
in one of those productions without first going through expr_app.
As the warning message describes, users can suppress the warning by
wrapping their problematic "fn or" expressions in parentheses. For
example, "f g or" can be made future-proof by rewriting it as
"f (g or)"; similarly "[ x y or ]" can be rewritten as "[ x (y or) ]",
etc. The parentheses preserve the current grouping behavior, as in the
future "f g or" will be parsed as "(f g) or", just like
"f g anything-else" is grouped. (Mechanically, this suppresses the
warning because the problem ExprCalls go through the
"expr_app : expr_select" production, which resets the cursed status on
the ExprCall.)
2024-09-20 15:57:36 -04:00
..
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2024-02-13 18:09:55 +01:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-12-15 23:57:26 -08:00
2023-10-06 09:05:56 -04:00
2023-12-15 23:57:26 -08:00
2023-10-23 12:49:14 -04:00
2023-12-15 23:57:26 -08:00
2023-10-23 12:49:14 -04:00
2023-12-15 23:57:26 -08:00
2023-10-23 12:49:14 -04:00
2024-03-27 16:28:04 +01:00
2024-03-27 16:28:04 +01:00
2024-03-27 16:28:04 +01:00
2024-07-05 16:43:48 +02:00
2024-07-05 16:43:48 +02:00
2024-07-05 16:43:48 +02:00
2024-07-05 16:43:48 +02:00
2024-07-05 16:43:48 +02:00
2024-07-05 16:43:48 +02:00
2024-07-05 16:43:48 +02:00
2024-07-05 16:43:48 +02:00
2024-07-05 16:43:48 +02:00
2024-07-05 16:43:48 +02:00
2024-07-05 16:43:48 +02:00
2024-07-05 16:43:48 +02:00
2024-07-05 16:43:48 +02:00
2024-07-05 16:43:48 +02:00
2024-07-05 16:43:48 +02:00
2024-07-05 16:43:48 +02:00
2024-07-05 16:43:48 +02:00
2024-07-05 16:43:48 +02:00
2024-07-05 16:43:48 +02:00
2024-07-05 16:43:48 +02:00
2024-07-05 16:43:48 +02:00
2024-07-05 16:43:48 +02:00
2024-07-05 16:43:48 +02:00
2024-07-05 16:43:48 +02:00
2024-07-05 16:43:48 +02:00
2024-07-05 16:43:48 +02:00
2024-07-05 16:43:48 +02:00
2023-10-06 09:05:56 -04:00
2024-02-01 16:39:38 -08:00
2023-12-07 10:27:21 -08:00
2024-01-23 15:15:41 -08:00
2023-10-06 09:05:56 -04:00
2023-11-01 15:26:07 +01:00
2023-10-06 09:05:56 -04:00
2024-01-23 15:15:41 -08:00
2023-10-06 09:05:56 -04:00
2024-06-29 13:53:05 +02:00
2023-12-09 02:52:49 +01:00
2023-12-15 23:57:26 -08:00
2023-10-06 09:05:56 -04:00
2024-01-22 08:56:02 -08:00
2023-12-07 10:27:21 -08:00
2023-12-15 23:57:26 -08:00
2023-10-06 09:05:56 -04:00
2024-07-16 17:36:30 +02:00
2024-06-25 19:41:29 +02:00
2024-07-16 22:43:56 +02:00
2023-12-15 23:57:26 -08:00
2023-10-06 09:05:56 -04:00
2024-02-22 17:58:55 -08:00
2023-12-29 22:16:44 -08:00
2024-03-06 23:11:12 +01:00
2024-03-06 23:11:12 +01:00
2024-03-06 23:11:12 +01:00
2024-03-06 23:11:12 +01:00
2024-03-06 23:11:12 +01:00
2024-03-06 23:11:12 +01:00
2024-07-30 18:13:05 -07:00
2024-07-30 18:13:05 -07:00
2024-06-25 19:41:29 +02:00
2024-06-25 19:41:29 +02:00
2024-06-25 19:41:29 +02:00
2024-06-25 19:41:29 +02:00
2024-06-25 19:41:29 +02:00
2024-06-25 19:41:29 +02:00
2024-07-30 18:13:05 -07:00
2024-07-30 18:13:05 -07:00
2024-02-22 17:58:55 -08:00
2023-10-06 09:05:56 -04:00
2024-07-30 18:13:05 -07:00
2024-07-30 18:13:05 -07:00
2024-02-01 16:39:38 -08:00
2023-10-06 09:05:56 -04:00
2023-12-15 23:57:26 -08:00
2023-10-06 09:05:56 -04:00
2024-06-13 13:55:42 +02:00
2024-06-13 13:55:42 +02:00
2023-12-29 22:16:44 -08:00
2024-01-22 08:56:02 -08:00
2023-10-06 09:05:56 -04:00
2023-12-15 23:57:26 -08:00
2023-10-06 09:05:56 -04:00
2024-02-22 17:58:55 -08:00
2023-12-29 22:16:44 -08:00
2024-06-29 14:10:58 +02:00
2024-06-29 14:10:58 +02:00
2023-11-01 15:26:07 +01:00
2023-10-06 09:05:56 -04:00
2023-12-15 23:57:26 -08:00
2023-12-07 10:27:21 -08:00
2024-07-30 18:13:05 -07:00
2024-07-30 18:13:05 -07:00
2024-07-30 18:13:05 -07:00
2024-07-30 18:13:05 -07:00
2024-07-30 18:13:05 -07:00
2024-07-30 18:13:05 -07:00
2024-07-30 18:13:05 -07:00
2024-07-30 18:13:05 -07:00
2023-12-15 23:57:26 -08:00
2023-10-06 09:05:56 -04:00
2024-07-24 13:17:28 -04:00
2024-07-24 13:17:28 -04:00
2023-12-15 23:57:26 -08:00
2023-10-06 09:05:56 -04:00
2023-12-15 23:57:26 -08:00
2023-10-06 09:05:56 -04:00
2023-12-15 23:57:26 -08:00
2023-10-06 09:05:56 -04:00
2023-12-15 23:57:26 -08:00
2023-10-06 09:05:56 -04:00
2024-01-22 08:56:02 -08:00
2023-10-06 09:05:56 -04:00
2023-12-15 23:57:26 -08:00
2023-10-06 09:05:56 -04:00
2023-12-15 23:57:26 -08:00
2023-10-06 09:05:56 -04:00
2023-12-15 23:57:26 -08:00
2023-10-06 09:05:56 -04:00
2024-02-01 16:39:38 -08:00
2023-10-06 09:05:56 -04:00
2023-12-15 23:57:26 -08:00
2023-10-06 09:05:56 -04:00
2024-02-01 16:39:38 -08:00
2023-12-07 10:27:21 -08:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2024-03-24 01:26:17 +01:00
2024-03-24 01:26:17 +01:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-23 12:49:14 -04:00
2023-10-23 12:49:14 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-12-06 23:43:42 +01:00
2023-12-06 23:43:42 +01:00
2023-12-06 23:43:42 +01:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2024-09-20 15:57:36 -04:00
2024-09-20 15:57:36 -04:00
2024-09-20 15:57:36 -04:00
2024-06-10 16:31:46 +02:00
2024-06-10 16:31:46 +02:00
2024-06-10 16:31:46 +02:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2024-03-06 23:11:12 +01:00
2024-03-06 23:11:12 +01:00
2024-02-26 19:07:08 +01:00
2024-02-26 19:07:08 +01:00
2024-02-26 19:07:08 +01:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-20 13:32:15 +02:00
2023-10-20 13:32:15 +02:00
2023-10-06 09:05:56 -04:00
2024-02-13 18:09:55 +01:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2024-01-11 16:34:36 -08:00
2024-01-11 16:34:36 -08:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2024-01-11 16:34:36 -08:00
2024-01-11 16:34:36 -08:00
2024-01-11 16:34:36 -08:00
2024-01-11 16:34:36 -08:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2024-01-12 09:40:21 -08:00
2024-01-12 09:40:21 -08:00
2024-01-16 12:19:31 +01:00
2024-01-16 12:19:31 +01:00
2023-11-16 16:45:14 +01:00
2023-11-16 16:45:14 +01:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2024-05-22 12:50:24 -04:00
2024-03-06 23:11:12 +01:00
2023-10-06 09:05:56 -04:00
2024-03-06 23:11:12 +01:00
2023-10-06 09:05:56 -04:00
2024-03-06 23:11:12 +01:00
2023-10-06 09:05:56 -04:00
2024-03-06 23:11:12 +01:00
2023-10-06 09:05:56 -04:00
2024-03-06 23:11:12 +01:00
2023-10-06 09:05:56 -04:00
2023-12-15 23:57:26 -08:00
2023-10-06 09:05:56 -04:00
2024-03-06 23:11:12 +01:00
2023-10-06 09:05:56 -04:00
2024-03-06 23:11:12 +01:00
2024-03-06 23:11:12 +01:00
2023-12-15 23:57:26 -08:00
2023-10-06 09:05:56 -04:00
2023-12-15 23:57:26 -08:00
2023-10-06 09:05:56 -04:00
2023-12-15 23:57:26 -08:00
2023-10-06 09:05:56 -04:00
2024-03-06 23:11:12 +01:00
2023-10-06 09:05:56 -04:00
2024-07-25 15:48:58 -04:00
2023-10-06 09:05:56 -04:00
2023-12-15 23:57:26 -08:00
2023-10-06 09:05:56 -04:00
2024-03-06 23:11:12 +01:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2024-07-19 00:43:44 +02:00
2024-07-17 02:43:47 +02:00
2024-02-12 13:58:29 +01:00
2024-02-12 13:32:33 +01:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2024-03-06 23:11:12 +01:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00
2023-10-06 09:05:56 -04:00