mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-26 13:35:00 -07:00
fix usage of [] operator on pointer values; fix incorrect interpretation of []s as assembly style derefs in chained cases
This commit is contained in:
@@ -1023,7 +1023,7 @@ e_push_parse_from_string_tokens__prec(Arena *arena, String8 text, E_TokenArray t
|
||||
////////////////////////
|
||||
//- rjf: descent to assembly-style dereference sub-expression [...]
|
||||
//
|
||||
if(!got_new_atom)
|
||||
if(atom == &e_expr_nil && !got_new_atom)
|
||||
{
|
||||
E_Token token = e_token_at_it(it, &tokens);
|
||||
String8 token_string = str8_substr(text, token.range);
|
||||
|
||||
Reference in New Issue
Block a user