mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-14 13:31:25 -07:00
begin sketching out the callee info helper, as an additional mechanism within the autocompletion system - find the call we're in, evaluate the callee, look up schema, show args/docs
This commit is contained in:
@@ -1356,9 +1356,11 @@ e_push_parse_from_string_tokens__prec(Arena *arena, String8 text, E_TokenArray t
|
||||
if(close_paren_maybe.kind != E_TokenKind_Symbol || !str8_match(close_paren_maybe_string, str8_lit(")"), 0))
|
||||
{
|
||||
e_msgf(arena, &result.msgs, E_MsgKind_MalformedInput, token.range, "Unclosed `(`.");
|
||||
call_expr->range.max = text.size;
|
||||
}
|
||||
else
|
||||
{
|
||||
call_expr->range = union_1u64(call_expr->range, close_paren_maybe.range);
|
||||
it += 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user