begin plugging in view rules as formal call part of expression language

This commit is contained in:
Ryan Fleury
2025-04-07 08:01:33 -07:00
parent d060cb58b7
commit 0705ba0a96
13 changed files with 158 additions and 232 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ entry_point(CmdLine *cmdline)
}
//- rjf: parse
E_Parse parse = e_parse_expr_from_text_tokens(arena, expr_text, &tokens);
E_Parse parse = e_parse_expr_from_text_tokens(arena, expr_text, tokens);
{
typedef struct Task Task;
struct Task